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.
|
Modifier and Type | Method and Description |
---|---|
DiscoverItems |
AdHocCommandManager.discoverCommands(Jid jid)
Discover the commands of an specific JID.
|
Modifier and Type | Method and Description |
---|---|
DiscoverItems |
ServiceDiscoveryManager.discoverItems(Jid entityID)
Returns the discovered items of a given XMPP entity addressed by its JID.
|
DiscoverItems |
ServiceDiscoveryManager.discoverItems(Jid entityID,
String node)
Returns the discovered items of a given XMPP entity addressed by its JID and
note attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceDiscoveryManager.publishItems(Jid entityID,
DiscoverItems discoverItems)
Deprecated.
The disco-publish feature was removed from XEP-0030 in 2008 in favor of XEP-0060: Publish-Subscribe.
|
void |
ServiceDiscoveryManager.publishItems(Jid entityID,
String node,
DiscoverItems discoverItems)
Deprecated.
The disco-publish feature was removed from XEP-0030 in 2008 in favor of XEP-0060: Publish-Subscribe.
|
Modifier and Type | Method and Description |
---|---|
DiscoverItems |
DiscoverItemsProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |
Modifier and Type | Method and Description |
---|---|
DiscoverItems |
LeafNode.discoverItems()
Get information on the items in the node in standard
DiscoverItems format. |
DiscoverItems |
PubSubManager.discoverNodes(String nodeId)
Get all the nodes that currently exist as a child of the specified
collection node.
|