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

Packages that use DiscoverItems
org.jivesoftware.smackx Smack extensions API. 
org.jivesoftware.smackx.bytestreams.socks5   
org.jivesoftware.smackx.commands   
org.jivesoftware.smackx.pubsub   
 

Uses of DiscoverItems in org.jivesoftware.smackx
 

Methods in org.jivesoftware.smackx that return DiscoverItems
 DiscoverItems ServiceDiscoveryManager.discoverItems(java.lang.String entityID)
          Returns the discovered items of a given XMPP entity addressed by its JID.
 DiscoverItems ServiceDiscoveryManager.discoverItems(java.lang.String entityID, java.lang.String node)
          Returns the discovered items of a given XMPP entity addressed by its JID and note attribute.
 

Methods in org.jivesoftware.smackx with parameters of type DiscoverItems
 void ServiceDiscoveryManager.publishItems(java.lang.String entityID, DiscoverItems discoverItems)
          Publishes new items to a parent entity.
 void ServiceDiscoveryManager.publishItems(java.lang.String entityID, java.lang.String node, DiscoverItems discoverItems)
          Publishes new items to a parent entity and node.
 

Uses of DiscoverItems in org.jivesoftware.smackx.bytestreams.socks5
 

Methods in org.jivesoftware.smackx.bytestreams.socks5 that return DiscoverItems
static DiscoverItems Socks5PacketUtils.createDiscoverItems(java.lang.String from, java.lang.String to)
          Returns a response to an item discovery request.
 

Uses of DiscoverItems in org.jivesoftware.smackx.commands
 

Methods in org.jivesoftware.smackx.commands that return DiscoverItems
 DiscoverItems AdHocCommandManager.discoverCommands(java.lang.String jid)
          Discover the commands of an specific JID.
 

Uses of DiscoverItems in org.jivesoftware.smackx.pubsub
 

Methods in org.jivesoftware.smackx.pubsub that return DiscoverItems
 DiscoverItems LeafNode.discoverItems()
          Get information on the items in the node in standard DiscoverItems format.
 DiscoverItems PubSubManager.discoverNodes(java.lang.String nodeId)
          Get all the nodes that currently exist as a child of the specified collection node.