Package org.jivesoftware.smackx.csi
Class ClientStateIndicationManager
java.lang.Object
org.jivesoftware.smackx.csi.ClientStateIndicationManager
Manager for Client State Indication.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
active
(XMPPConnection connection) static void
inactive
(XMPPConnection connection) static boolean
isSupported
(XMPPConnection connection)
-
Constructor Details
-
ClientStateIndicationManager
public ClientStateIndicationManager()
-
-
Method Details
-
active
public static void active(XMPPConnection connection) throws SmackException.NotConnectedException, InterruptedException -
inactive
public static void inactive(XMPPConnection connection) throws SmackException.NotConnectedException, InterruptedException -
isSupported
-