Uses of Class
org.jivesoftware.smackx.disco.packet.DiscoverItems.Item
Packages that use DiscoverItems.Item
Package
Description
Smack's API for Service Discovery (XEP-0030).
Element classes for XEP-0030: Service Discovery.
Smack API for Multi-User Chat (MUC, XEP-0045).
Smacks implementation of XEP-0013: Flexible Offline Message Retrieval.
- 
Uses of DiscoverItems.Item in org.jivesoftware.smackx.disco
Methods in org.jivesoftware.smackx.disco that return types with arguments of type DiscoverItems.ItemModifier and TypeMethodDescriptionAbstractNodeInformationProvider.getNodeItems()NodeInformationProvider.getNodeItems()Returns a list of the ItemsDiscoverItems.Itemdefined in the node. - 
Uses of DiscoverItems.Item in org.jivesoftware.smackx.disco.packet
Methods in org.jivesoftware.smackx.disco.packet that return types with arguments of type DiscoverItems.ItemModifier and TypeMethodDescriptionDiscoverItems.getItems()Returns the discovered items of the queried XMPP entity.Methods in org.jivesoftware.smackx.disco.packet with parameters of type DiscoverItems.ItemModifier and TypeMethodDescriptionvoidDiscoverItems.addItem(DiscoverItems.Item item) Adds a new item to the discovered information.Method parameters in org.jivesoftware.smackx.disco.packet with type arguments of type DiscoverItems.ItemModifier and TypeMethodDescriptionvoidDiscoverItems.addItems(Collection<DiscoverItems.Item> itemsToAdd) Adds a collection of items to the discovered information. - 
Uses of DiscoverItems.Item in org.jivesoftware.smackx.muc
Constructors in org.jivesoftware.smackx.muc with parameters of type DiscoverItems.Item - 
Uses of DiscoverItems.Item in org.jivesoftware.smackx.offline
Constructors in org.jivesoftware.smackx.offline with parameters of type DiscoverItems.Item