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(XMPPConnection connection)
static void
inactive(XMPPConnection connection)
static boolean
isSupported(XMPPConnection connection)
-
-
-
Constructor Detail
-
ClientStateIndicationManager
public ClientStateIndicationManager()
-
-
Method Detail
-
active
public static void active(XMPPConnection connection) throws SmackException.NotConnectedException, java.lang.InterruptedException
- Throws:
SmackException.NotConnectedException
java.lang.InterruptedException
-
inactive
public static void inactive(XMPPConnection connection) throws SmackException.NotConnectedException, java.lang.InterruptedException
- Throws:
SmackException.NotConnectedException
java.lang.InterruptedException
-
isSupported
public static boolean isSupported(XMPPConnection connection)
-
-