struct XMPP::Event
- XMPP::Event
- Struct
- Value
- Object
Defined in:
Constructors
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 = ConnectionState::Disconnected, description = "", stream_error = "", sm_state = SMState.new)
#