| Package | Description |
|---|---|
| org.jivesoftware.smackx.pubsub |
Smack's API for XEP-0060: Publish-Subscribe.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionNode |
class |
LeafNode
The main class for the majority of PubSub functionality.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Node> |
PubSubManager.getNode(java.lang.String id)
Retrieves the requested node, if it exists.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
PubSubManager.createNode(java.lang.String nodeId,
Form config)
Creates a node with specified configuration.
|