Interface DiscoverInfoView

    • Method Detail

      • getFeatures

        java.util.List<DiscoverInfo.FeaturegetFeatures()
        Returns the discovered features of an XMPP entity.
        Returns:
        an unmodifiable list of the discovered features of an XMPP entity
      • getIdentities

        java.util.List<DiscoverInfo.IdentitygetIdentities()
        Returns the discovered identities of an XMPP entity.
        Returns:
        an unmodifiable list of the discovered identities
      • getNode

        java.lang.String getNode()
        Returns the node attribute that supplements the 'jid' attribute. A node is merely something that is associated with a JID and for which the JID can provide information.

        Node attributes SHOULD be used only when trying to provide or query information which is not directly addressable.

        Returns:
        the node attribute that supplements the 'jid' attribute