Uses of Class
org.jivesoftware.smackx.disco.packet.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
Modifier and TypeMethodDescriptionAdHocCommandManager.discoverCommands
(Jid jid) Discover the commands of an specific JID. -
Uses of DiscoverItems in org.jivesoftware.smackx.disco
Modifier 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
Modifier and TypeMethodDescriptionDiscoverItemsProvider.parse
(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment) -
Uses of DiscoverItems in org.jivesoftware.smackx.pubsub
Modifier and TypeMethodDescriptionLeafNode.discoverItems()
Get information on the items in the node in standardDiscoverItems
format.PubSubManager.discoverNodes
(String nodeId) Get all the nodes that currently exist as a child of the specified collection node.