Interface DiscoverInfoView

All Superinterfaces:
IqView, StanzaView, XmlLangElement
All Known Implementing Classes:
DiscoverInfo, DiscoverInfoBuilder

public interface DiscoverInfoView extends IqView
  • Method Details

    • getFeatures

      Returns the discovered features of an XMPP entity.
      Returns:
      an unmodifiable list of the discovered features of an XMPP entity
    • getIdentities

      Returns the discovered identities of an XMPP entity.
      Returns:
      an unmodifiable list of the discovered identities
    • 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