struct

XMPP::Event

Inherits Struct / Value / Object

Constructors

new(state : XMPP::ConnectionState = ConnectionState::Disconnected, description : String = "", stream_error : String = "", sm_state : XMPP::SMState = SMState.new, exception : Exception | Nil = nil)
Source

Instance methods

description
Source
description=(description : String)
Source
exception
Source
exception=(exception : Exception | Nil)
Source
sm_state
Source
sm_state=(sm_state : SMState)
Source
state
Source
state=(state : ConnectionState)
Source
stream_error
Source
stream_error=(stream_error : String)
Source