struct XMPP::Event

Defined in:

xmpp/event_manager.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def description : String #

[View source]
def description=(description : String) #

[View source]
def sm_state : SMState #

[View source]
def sm_state=(sm_state : SMState) #

[View source]
def state : ConnectionState #

[View source]
def state=(state : ConnectionState) #

[View source]
def stream_error : String #

[View source]
def stream_error=(stream_error : String) #

[View source]