Uses of Class
org.jivesoftware.smackx.disco.packet.DiscoverItems
Packages that use DiscoverItems
Package
Description
Smacks implementation of XEP-0050: Ad-Hoc Commands.
Smack's API for Service Discovery (XEP-0030).
Provider classes for XEP-0030: Service Discovery.
Smack's API for XEP-0060: Publish-Subscribe.
- 
Uses of DiscoverItems in org.jivesoftware.smackx.commands
Methods in org.jivesoftware.smackx.commands that return DiscoverItemsModifier and TypeMethodDescriptionAdHocCommandManager.discoverCommands(Jid jid) Discover the commands of an specific JID. - 
Uses of DiscoverItems in org.jivesoftware.smackx.disco
Methods in org.jivesoftware.smackx.disco that return DiscoverItemsModifier and TypeMethodDescriptionServiceDiscoveryManager.discoverItems(Jid entityID) Returns the discovered items of a given XMPP entity addressed by its JID.ServiceDiscoveryManager.discoverItems(Jid entityID, String node) Returns the discovered items of a given XMPP entity addressed by its JID and note attribute. - 
Uses of DiscoverItems in org.jivesoftware.smackx.disco.provider
Methods in org.jivesoftware.smackx.disco.provider that return DiscoverItemsModifier and TypeMethodDescriptionDiscoverItemsProvider.parse(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment)  - 
Uses of DiscoverItems in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub that return DiscoverItemsModifier and TypeMethodDescriptionLeafNode.discoverItems()Get information on the items in the node in standardDiscoverItemsformat.PubSubManager.discoverNodes(String nodeId) Get all the nodes that currently exist as a child of the specified collection node.