| Package | Description |
|---|---|
| org.jivesoftware.openfire | |
| org.jivesoftware.openfire.entitycaps |
Implementation of Entity Capabilities (XEP-0115).
|
| org.jivesoftware.openfire.event |
Event system.
|
| org.jivesoftware.openfire.handler |
IQ class implementations.
|
| org.jivesoftware.openfire.muc |
Implementation of Multi-User Chat (XEP-0045).
|
| org.jivesoftware.openfire.pep |
Implementation of Personal Eventing via Pubsub (XEP-0163).
|
| org.jivesoftware.openfire.roster |
Provides classes for managing the roster.
|
| org.jivesoftware.openfire.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
OfflineMessageStore
Represents the user's offline message storage.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntityCapabilitiesManager
Implements server side mechanics for XEP-0115: "Entity Capabilities"
Version 1.4
In particular, EntityCapabilitiesManager is useful for processing
"filtered-notifications" for use with Pubsub (XEP-0060) for contacts that
may not want to receive notifications for all payload types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserEventAdapter
An abstract adapter class for receiving user events.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
UserEventDispatcher.addListener(UserEventListener listener)
Registers a listener to receive events.
|
static void |
UserEventDispatcher.removeListener(UserEventListener listener)
Unregisters a listener to receive events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IQPrivacyHandler
IQPrivacyHandler is responsible for handling privacy lists.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiUserChatManager
Provides centralized management of all configured Multi User Chat (MUC) services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IQPEPHandler
An
IQHandler used to implement XEP-0163: "Personal Eventing via Pubsub"
Version 1.0 |
| Modifier and Type | Class and Description |
|---|---|
class |
RosterManager
A simple service that allows components to retrieve a roster based solely on the ID
of the owner.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PresenceManagerImpl
Simple in memory implementation of the PresenceManager interface.
|
Copyright © 2003–2020 Ignite Realtime. All rights reserved.