struct XMPP::Event
- XMPP::Event
- Struct
- Value
- Object
Defined in:
xmpp/event_manager.crConstructors
Instance Method Summary
- #description : String
- #description=(description : String)
- #sm_state : SMState
- #sm_state=(sm_state : SMState)
- #state : ConnectionState
- #state=(state : ConnectionState)
- #stream_error : String
- #stream_error=(stream_error : String)
Constructor Detail
def self.new(state : XMPP::ConnectionState = ConnectionState::Disconnected, description : String = "", stream_error : String = "", sm_state : XMPP::SMState = SMState.new)
#