| 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.UniqueIdentifier serviceId,
CollectionNode parentNode,
String nodeID,
org.xmpp.packet.JID creator,
boolean subscriptionEnabled,
boolean deliverPayloads,
boolean notifyConfigChanges,
boolean notifyDelete,
boolean notifyRetract,
boolean presenceBasedDelivery,
AccessModel accessModel,
PublisherModel publisherModel,
String language,
Node.ItemReplyPolicy replyPolicy,
CollectionNode.LeafNodeAssociationPolicy associationPolicy,
int maxLeafNodes) |
CollectionNode(PubSubService.UniqueIdentifier serviceId,
CollectionNode parentNode,
String nodeID,
org.xmpp.packet.JID creator,
DefaultNodeConfiguration defaultConfiguration) |
LeafNode(PubSubService.UniqueIdentifier serviceId,
CollectionNode parentNode,
String nodeID,
org.xmpp.packet.JID creator,
boolean subscriptionEnabled,
boolean deliverPayloads,
boolean notifyConfigChanges,
boolean notifyDelete,
boolean notifyRetract,
boolean presenceBasedDelivery,
AccessModel accessModel,
PublisherModel publisherModel,
String language,
Node.ItemReplyPolicy replyPolicy,
boolean persistPublishedItems,
int maxPublishedItems,
int maxPayloadSize,
boolean sendItemSubscribe) |
LeafNode(PubSubService.UniqueIdentifier serviceId,
CollectionNode parentNode,
String nodeID,
org.xmpp.packet.JID creator,
DefaultNodeConfiguration defaultConfiguration) |
Copyright © 2003–2020 Ignite Realtime. All rights reserved.