| Package | Description |
|---|---|
| org.jivesoftware.openfire.commands |
Ad-Hoc Commands implementation (XEP-0050).
|
| org.jivesoftware.openfire.disco |
Service discovery implementation (XEP-0030).
|
| org.jivesoftware.openfire.filetransfer.proxy | |
| org.jivesoftware.openfire.handler |
IQ class implementations.
|
| org.jivesoftware.openfire.mediaproxy | |
| org.jivesoftware.openfire.muc.spi |
Implementation of Multi-User Chat (XEP-0045).
|
| org.jivesoftware.openfire.pubsub |
Implementation of Publish-Subscribe (XEP-0060).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdHocCommandHandler
An AdHocCommandHandler is responsbile for providing discoverable information about the
supported commands and for handling commands requests.
|
| Modifier and Type | Method and Description |
|---|---|
DiscoItemsProvider |
DiscoServerItem.getDiscoItemsProvider()
Returns the DiscoItemsProvider responsible for providing the items related to this item.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
IQDiscoItemsHandler.setProvider(String name,
DiscoItemsProvider provider)
Sets that a given DiscoItemsProvider will provide the items related to a given entity.
|
void |
IQDiscoItemsHandler.setServerNodeInfoProvider(String node,
DiscoItemsProvider provider)
Sets the DiscoItemsProvider to use when a disco#items packet is sent to the server itself
and the specified node.
|
| Constructor and Description |
|---|
DiscoServerItem(org.xmpp.packet.JID jid,
String name,
String node,
String action,
DiscoInfoProvider infoProvider,
DiscoItemsProvider itemsProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileTransferProxy
Manages the transfering of files between two remote entities on the jabber network.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IQOfflineMessagesHandler
Implements JEP-0013: Flexible Offline Message Retrieval.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MediaProxyService
A proxy service for UDP traffic such as RTP.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiUserChatServiceImpl
Implements the chat server as a cached memory resident chat server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubModule
Module that implements JEP-60: Publish-Subscribe.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.