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

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

Uses of DiscoverItems in org.jivesoftware.smackx
 

Methods in org.jivesoftware.smackx that return DiscoverItems
 DiscoverItems ServiceDiscoveryManager.discoverItems(String entityID)
          Returns the discovered items of a given XMPP entity addressed by its JID.
 DiscoverItems ServiceDiscoveryManager.discoverItems(String entityID, 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(String entityID, DiscoverItems discoverItems)
          Publishes new items to a parent entity.
 void ServiceDiscoveryManager.publishItems(String entityID, String node, DiscoverItems discoverItems)
          Publishes new items to a parent entity and node.
 

Uses of DiscoverItems in org.jivesoftware.smackx.commands
 

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



Copyright © 2013 LittleShoot. All Rights Reserved.