Class HOXTManager

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAMESPACE
      Namespace for this extension.
    • Constructor Summary

      Constructors 
      Constructor Description
      HOXTManager()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isSupported​(org.jxmpp.jid.Jid jid, org.jivesoftware.smack.XMPPConnection connection)
      Returns true if the given entity understands the HTTP ove XMPP transport format and allows the exchange of such.
      • Methods inherited from class java.lang.Object

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

      • NAMESPACE

        public static final java.lang.String NAMESPACE
        Namespace for this extension.
        See Also:
        Constant Field Values
    • Constructor Detail

      • HOXTManager

        public HOXTManager()
    • Method Detail

      • isSupported

        public static boolean isSupported​(org.jxmpp.jid.Jid jid,
                                          org.jivesoftware.smack.XMPPConnection connection)
                                   throws org.jivesoftware.smack.SmackException.NoResponseException,
                                          org.jivesoftware.smack.XMPPException.XMPPErrorException,
                                          org.jivesoftware.smack.SmackException.NotConnectedException,
                                          java.lang.InterruptedException
        Returns true if the given entity understands the HTTP ove XMPP transport format and allows the exchange of such.
        Parameters:
        jid - jid
        connection - connection
        Returns:
        true if the given entity understands the HTTP ove XMPP transport format and exchange.
        Throws:
        org.jivesoftware.smack.XMPPException.XMPPErrorException - if there was an XMPP error returned.
        org.jivesoftware.smack.SmackException.NoResponseException - if there was no response from the remote entity.
        org.jivesoftware.smack.SmackException.NotConnectedException - if the XMPP connection is not connected.
        java.lang.InterruptedException - if the calling thread was interrupted.