Package | Description |
---|---|
org.jivesoftware.smackx.pubsub |
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(String id)
Retrieves the requested node, if it exists.
|
Modifier and Type | Method and Description |
---|---|
Node |
PubSubManager.createNode(String name,
Form config)
Creates a node with specified configuration.
|