Package org.jivesoftware.smackx.csi
Class ClientStateIndicationManager
- java.lang.Object
-
- org.jivesoftware.smackx.csi.ClientStateIndicationManager
-
public class ClientStateIndicationManager extends java.lang.ObjectManager for Client State Indication.- See Also:
- XEP-0352: Client State Indication
-
-
Constructor Summary
Constructors Constructor Description ClientStateIndicationManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidactive(org.jivesoftware.smack.XMPPConnection connection)static voidinactive(org.jivesoftware.smack.XMPPConnection connection)static booleanisSupported(org.jivesoftware.smack.XMPPConnection connection)
-
-
-
Method Detail
-
active
public static void active(org.jivesoftware.smack.XMPPConnection connection) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException- Throws:
org.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedException
-
inactive
public static void inactive(org.jivesoftware.smack.XMPPConnection connection) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException- Throws:
org.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedException
-
isSupported
public static boolean isSupported(org.jivesoftware.smack.XMPPConnection connection)
-
-