| 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.
|
Copyright © 2003–2020 Ignite Realtime. All rights reserved.