| Package | Description |
|---|---|
| rocks.xmpp.extensions.pubsub |
Provides classes for XEP-0060: Publish-Subscribe.
|
| Modifier and Type | Method and Description |
|---|---|
PubSubNode |
PubSubService.getNode(String node)
Gets a node.
|
| Modifier and Type | Method and Description |
|---|---|
List<PubSubNode> |
PubSubService.getNodes()
Gets the first-level nodes of this pubsub service.
|
List<PubSubNode> |
PubSubNode.getNodes()
Gets the (sub-)nodes, which hierarchically reside under this node, e.g. the "second-level" nodes.
|
Copyright © 2014 XMPP.rocks. All rights reserved.