Uses of Class
org.jivesoftware.smackx.disco.packet.DiscoverItems
-
Packages that use DiscoverItems Package Description org.jivesoftware.smackx.commands Smacks implementation of XEP-0050: Ad-Hoc Commands.org.jivesoftware.smackx.disco Smacks implementation of XEP-0030: Service Discovery.org.jivesoftware.smackx.disco.provider Provider classes for XEP-0030: Service Discovery.org.jivesoftware.smackx.pubsub Smack's API for XEP-0060: Publish-Subscribe. -
-
Uses of DiscoverItems in org.jivesoftware.smackx.commands
Methods in org.jivesoftware.smackx.commands that return DiscoverItems Modifier and Type Method Description DiscoverItems
AdHocCommandManager. 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 DiscoverItems Modifier and Type Method Description DiscoverItems
ServiceDiscoveryManager. discoverItems(Jid entityID)
Returns the discovered items of a given XMPP entity addressed by its JID.DiscoverItems
ServiceDiscoveryManager. discoverItems(Jid entityID, java.lang.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 DiscoverItems Modifier and Type Method Description DiscoverItems
DiscoverItemsProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-
Uses of DiscoverItems in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub that return DiscoverItems Modifier and Type Method Description DiscoverItems
LeafNode. discoverItems()
Get information on the items in the node in standardDiscoverItems
format.DiscoverItems
PubSubManager. discoverNodes(java.lang.String nodeId)
Get all the nodes that currently exist as a child of the specified collection node.
-