Package | Description |
---|---|
org.jivesoftware.smackx.pubsub |
Smack's API for XEP-0060: Publish-Subscribe.
|
Modifier and Type | Method and Description |
---|---|
LeafNode |
PubSubManager.createNode()
Creates an instant node, if supported.
|
LeafNode |
PubSubManager.createNode(String nodeId)
Creates a node with default configuration.
|
LeafNode |
PubSubManager.getLeafNode(String id)
Try to get a leaf node with the given node ID.
|
LeafNode |
PubSubManager.getOrCreateLeafNode(String id)
Try to get a leaf node and create one if it does not already exist.
|
<I extends Item> |
PubSubManager.tryToPublishAndPossibleAutoCreate(String id,
I item)
Try to publish an item and, if the node with the given ID does not exists, auto-create the node.
|