Package org.jivesoftware.smackx.csi
Class ClientStateIndicationManager
java.lang.Object
org.jivesoftware.smackx.csi.ClientStateIndicationManager
Manager for Client State Indication.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidactive(XMPPConnection connection) static voidinactive(XMPPConnection connection) static booleanisSupported(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
-