| 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 |
|---|---|
DefaultNodeConfiguration |
PEPService.getDefaultNodeConfiguration(boolean leafType) |
| Modifier and Type | Method and Description |
|---|---|
DefaultNodeConfiguration |
PubSubService.getDefaultNodeConfiguration(boolean leafType)
Returns the default node configuration for the specified node type or
null
if the specified node type is not supported by the service. |
DefaultNodeConfiguration |
PubSubModule.getDefaultNodeConfiguration(boolean leafType) |
static DefaultNodeConfiguration |
PubSubPersistenceManager.loadDefaultConfiguration(PubSubService service,
boolean isLeafType)
Loads from the database the default node configuration for the specified node type
and pubsub service.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PubSubPersistenceManager.createDefaultConfiguration(PubSubService service,
DefaultNodeConfiguration config)
Creates a new default node configuration for the specified service.
|
static void |
PubSubPersistenceManager.updateDefaultConfiguration(PubSubService service,
DefaultNodeConfiguration config)
Updates the default node configuration for the specified service.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.