Uses of Class
org.jivesoftware.smackx.packet.DiscoverItems.Item

Packages that use DiscoverItems.Item
org.jivesoftware.smackx Smack extensions API. 
org.jivesoftware.smackx.muc Classes and Interfaces that implement Multi-User Chat (MUC). 
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
 

Uses of DiscoverItems.Item in org.jivesoftware.smackx
 

Methods in org.jivesoftware.smackx that return types with arguments of type DiscoverItems.Item
 java.util.List<DiscoverItems.Item> NodeInformationProvider.getNodeItems()
          Returns a list of the Items DiscoverItems.Item defined in the node.
 

Constructors in org.jivesoftware.smackx with parameters of type DiscoverItems.Item
OfflineMessageHeader(DiscoverItems.Item item)
           
 

Uses of DiscoverItems.Item in org.jivesoftware.smackx.muc
 

Constructors in org.jivesoftware.smackx.muc with parameters of type DiscoverItems.Item
HostedRoom(DiscoverItems.Item item)
           
 

Uses of DiscoverItems.Item in org.jivesoftware.smackx.packet
 

Methods in org.jivesoftware.smackx.packet that return types with arguments of type DiscoverItems.Item
 java.util.Iterator<DiscoverItems.Item> DiscoverItems.getItems()
          Returns the discovered items of the queried XMPP entity.
 

Methods in org.jivesoftware.smackx.packet with parameters of type DiscoverItems.Item
 void DiscoverItems.addItem(DiscoverItems.Item item)
          Adds a new item to the discovered information.