Package | Description |
---|---|
org.jivesoftware.smackx.commands | |
org.jivesoftware.smackx.disco | |
org.jivesoftware.smackx.pubsub |
Modifier and Type | Method and Description |
---|---|
DiscoverItems |
AdHocCommandManager.discoverCommands(String jid)
Discover the commands of an specific JID.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|