| Package | Description |
|---|---|
| org.jivesoftware.openfire.entitycaps |
Implementation of Entity Capabilities (XEP-0115).
|
| org.jivesoftware.openfire.filetransfer |
Implementation of SOCKS5 Bytestreams (XEP-0065).
|
| org.jivesoftware.openfire.filetransfer.proxy | |
| org.jivesoftware.openfire.group |
Groups, which are used to organize users together.
|
| org.jivesoftware.openfire.lockout | |
| org.jivesoftware.openfire.pep |
Implementation of Personal Eventing via Pubsub (XEP-0163).
|
| org.jivesoftware.openfire.privacy |
Implementation of Blocking Communication.
|
| org.jivesoftware.openfire.pubsub |
Implementation of Publish-Subscribe (XEP-0060).
|
| org.jivesoftware.openfire.roster |
Provides classes for managing the roster.
|
| org.jivesoftware.openfire.server |
Classes used for server-to-server communication.
|
| org.jivesoftware.openfire.spi | |
| org.jivesoftware.openfire.user |
Provides the interfaces and classes necessary to create custom
user account data providers for Openfire.
|
| org.jivesoftware.util |
Utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntityCapabilities
Contains identities and supported features describing client capabilities
for an entity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileTransfer
Contains all of the meta information associated with a file transfer.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProxyTransfer
Tracks the different connections related to a proxy file transfer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProxyTransfer
Tracks the different connections related to a file transfer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Group
Groups organize users into a single entity for easier management.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LockOutFlag
A LockOutFlag represents the current disabled status set on a particular user account.
|
| 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 | Class and Description |
|---|---|
class |
PrivacyList
A privacy list contains a set of rules that define if communication with the list owner
is allowed or denied.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionNode
A type of node that contains nodes and/or other collections but no published
items.
|
class |
DefaultNodeConfiguration
A DefaultNodeConfiguration keeps the default configuration values for leaf or collection
nodes of a particular publish-subscribe service.
|
class |
LeafNode
A type of node that contains published items only.
|
class |
Node
A virtual location to which information can be published and from which event
notifications and/or payloads can be received (in other pubsub systems, this may
be labelled a "topic").
|
class |
NodeAffiliate
A NodeAffiliate keeps information about the affiliation of an entity with a node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Roster
A roster is a list of users that the user wishes to know if they are online.
|
class |
RosterItem
Represents a single roster item for a User's Roster.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteServerConfiguration
Holds the configuration when connecting to/from a remote server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientRoute
Internal object used by RoutingTableImpl to keep track of the node that own a ClientSession
and whether the session is available or not.
|
| Modifier and Type | Class and Description |
|---|---|
class |
User
Encapsulates information about a user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheableOptional<T extends Serializable>
Some times it is desirable to store in a
Cache the absence of a value. |
Copyright © 2003–2020 Ignite Realtime. All rights reserved.