| Package | Description |
|---|---|
| org.jivesoftware.openfire.pep |
Implementation of Personal Eventing via Pubsub (XEP-0163).
|
| org.jivesoftware.openfire.pubsub |
Implementation of Publish-Subscribe (XEP-0060).
|
| Modifier and Type | Method and Description |
|---|---|
CollectionNode |
PEPService.getRootCollectionNode() |
| Modifier and Type | Field and Description |
|---|---|
protected CollectionNode |
Node.parent
Keeps the Node that is containing this node.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionNode |
Node.getParent()
Returns the collection node that is containing this node.
|
CollectionNode |
PubSubService.getRootCollectionNode()
Returns the
CollectionNode that acts as the root node of the entire
node hierarchy. |
CollectionNode |
PubSubModule.getRootCollectionNode() |
CollectionNode |
PubSubServiceInfo.getRootCollectionNode() |
| Modifier and Type | Method and Description |
|---|---|
Collection<CollectionNode> |
Node.getParents()
Returns the complete hierarchy of parents of this node.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Node.changeParent(CollectionNode newParent)
Changes the parent node of this node.
|
| Constructor and Description |
|---|
CollectionNode(PubSubService service,
CollectionNode parentNode,
String nodeID,
org.xmpp.packet.JID creator) |
LeafNode(PubSubService service,
CollectionNode parentNode,
String nodeID,
org.xmpp.packet.JID creator) |
Copyright © 2003–2020 Ignite Realtime. All rights reserved.