enum XMPP::ConnectionState
Overview
ConnectionState represents the current connection state. This is a list of events happening on the connection that the client can be notified about.
Defined in:
xmpp/event_manager.crEnum Members
-
Disconnected =
0
-
Connected =
1
-
SessionEstablished =
2
-
StreamError =
3