struct XMPP::Event

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(state = ConnectionState::Disconnected, description = "", stream_error = "", sm_state = SMState.new) #

Instance Method Detail

def description : String #

def description=(description : String) #

def sm_state : SMState #

def sm_state=(sm_state : SMState) #

def state : ConnectionState #

def state=(state : ConnectionState) #

def stream_error : String #

def stream_error=(stream_error : String) #