Class ClientStateIndicationManager

java.lang.Object
org.jivesoftware.smackx.csi.ClientStateIndicationManager

public class ClientStateIndicationManager extends Object
Manager for Client State Indication.
See Also:
  • Constructor Details

    • ClientStateIndicationManager

      public ClientStateIndicationManager()
  • Method Details

    • active

      public static void active(org.jivesoftware.smack.XMPPConnection connection) throws org.jivesoftware.smack.SmackException.NotConnectedException, InterruptedException
      Throws:
      org.jivesoftware.smack.SmackException.NotConnectedException
      InterruptedException
    • inactive

      public static void inactive(org.jivesoftware.smack.XMPPConnection connection) throws org.jivesoftware.smack.SmackException.NotConnectedException, InterruptedException
      Throws:
      org.jivesoftware.smack.SmackException.NotConnectedException
      InterruptedException
    • isSupported

      public static boolean isSupported(org.jivesoftware.smack.XMPPConnection connection)