Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClientStateIndicationManager

        public ClientStateIndicationManager()
    • 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)