Package org.jivesoftware.smackx.csi
Class ClientStateIndicationManager
- java.lang.Object
-
- org.jivesoftware.smackx.csi.ClientStateIndicationManager
-
public class ClientStateIndicationManager extends java.lang.Object
Manager 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 void
active(org.jivesoftware.smack.XMPPConnection connection)
static void
inactive(org.jivesoftware.smack.XMPPConnection connection)
static boolean
isSupported(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.NotConnectedException
java.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.NotConnectedException
java.lang.InterruptedException
-
isSupported
public static boolean isSupported(org.jivesoftware.smack.XMPPConnection connection)
-
-