Package | Description |
---|---|
org.jivesoftware.smackx.pep |
Smacks implementation XEP-0163: Personal Eventing Protocol.
|
org.jivesoftware.smackx.pubsub |
Smack's API for XEP-0060: Publish-Subscribe.
|
Modifier and Type | Method and Description |
---|---|
void |
PEPManager.publish(Item item,
String node)
Publish an event.
|
Modifier and Type | Method and Description |
---|---|
LeafNode |
PubSubManager.getLeafNode(String id)
Try to get a leaf node with the given node ID.
|
<T extends Node> |
PubSubManager.getNode(String id)
Retrieves the requested node, if it exists.
|