| Package | Description |
|---|---|
| org.jivesoftware.openfire.pubsub |
Implementation of Publish-Subscribe (XEP-0060).
|
| Modifier and Type | Field and Description |
|---|---|
protected Node.ItemReplyPolicy |
Node.replyPolicy
Policy that defines whether owners or publisher should receive replies to items.
|
| Modifier and Type | Method and Description |
|---|---|
Node.ItemReplyPolicy |
Node.getReplyPolicy() |
Node.ItemReplyPolicy |
DefaultNodeConfiguration.getReplyPolicy()
Returns the policy that defines whether owners or publisher should receive
replies to items.
|
static Node.ItemReplyPolicy |
Node.ItemReplyPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Node.ItemReplyPolicy[] |
Node.ItemReplyPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultNodeConfiguration.setReplyPolicy(Node.ItemReplyPolicy replyPolicy)
Sets the policy that defines whether owners or publisher should receive replies to items.
|
| 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) |
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) |
Copyright © 2003–2020 Ignite Realtime. All rights reserved.