| Package | Description |
|---|---|
| org.jivesoftware.openfire.entitycaps |
Implementation of Entity Capabilities (XEP-0115).
|
| 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 |
|---|---|
void |
EntityCapabilitiesManager.addListener(EntityCapabilitiesListener listener)
Registers an event listener that will be invoked when the detected entity capabilities for any entity
have changed.
|
void |
EntityCapabilitiesManager.addListener(org.xmpp.packet.JID entity,
EntityCapabilitiesListener listener)
Registers an event listener that will be invoked when the detected entity capabilities for a particular entity
have changed.
|
void |
EntityCapabilitiesManager.removeListener(EntityCapabilitiesListener listener)
Removes a previously registered event listener, if such a listener is currently registered.
|
void |
EntityCapabilitiesManager.removeListener(org.xmpp.packet.JID entity,
EntityCapabilitiesListener listener)
Removes a previously registered event listener for a particular entity, if such a combination is currently
registered.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PEPService
A PEPService is a
PubSubService for use with XEP-0163: "Personal Eventing via
Pubsub" Version 1.0
Note: Although this class implements Cacheable, instances should only be
cached in caches that have time-based (as opposed to size-based) eviction policies. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PubSubService
A PubSubService is responsible for keeping the hosted nodes by the service, the default
configuration to use for newly created nodes and specify the policy to use regarding
node management.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubModule
Module that implements JEP-60: Publish-Subscribe.
|
Copyright © 2003–2020 Ignite Realtime. All rights reserved.