Uses of Class
org.jivesoftware.smackx.packet.DiscoverInfo.Identity

Packages that use DiscoverInfo.Identity
org.jivesoftware.smackx Smack extensions API. 
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
 

Uses of DiscoverInfo.Identity in org.jivesoftware.smackx
 

Methods in org.jivesoftware.smackx that return types with arguments of type DiscoverInfo.Identity
 java.util.List<DiscoverInfo.Identity> NodeInformationProvider.getNodeIdentities()
          Returns a list of the indentites defined in the node.
 

Uses of DiscoverInfo.Identity in org.jivesoftware.smackx.packet
 

Methods in org.jivesoftware.smackx.packet that return types with arguments of type DiscoverInfo.Identity
 java.util.Iterator<DiscoverInfo.Identity> DiscoverInfo.getIdentities()
          Returns the discovered identities of an XMPP entity.
 

Methods in org.jivesoftware.smackx.packet with parameters of type DiscoverInfo.Identity
 void DiscoverInfo.addIdentity(DiscoverInfo.Identity identity)
          Adds a new identity of the requested entity to the discovered information.