XMPP::ConnectionState
Inherits Enum / Comparable / Value / Object
ConnectionState represents the current connection state. This is a list of events happening on the connection that the client can be notified about.
Constants
Disconnected = 0
Connected = 1
SessionEstablished = 2
StreamError = 3
Connecting = 4
Disconnecting = 5