| Package | Description |
|---|---|
| org.jivesoftware.openfire | |
| org.jivesoftware.openfire.disco |
Service discovery implementation (XEP-0030).
|
| org.jivesoftware.openfire.filetransfer.proxy | |
| 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 | Method and Description |
|---|---|
List<ServerItemsProvider> |
XMPPServer.getServerItemsProviders()
Deprecated.
Use
IQDiscoItemsHandler instead. |
| Modifier and Type | Method and Description |
|---|---|
void |
IQDiscoItemsHandler.addServerItemsProvider(ServerItemsProvider provider)
Adds the items provided by the new service that implements the ServerItemsProvider
interface.
|
void |
IQDiscoItemsHandler.removeServerItemsProvider(ServerItemsProvider provider)
Removes the provided items as a service of the service.
|
| 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 |
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.