| Package | Description |
|---|---|
| org.jivesoftware.openfire | |
| org.jivesoftware.openfire.muc.spi |
Implementation of Multi-User Chat (XEP-0045).
|
| org.jivesoftware.openfire.net | |
| org.jivesoftware.openfire.pubsub |
Implementation of Publish-Subscribe (XEP-0060).
|
| org.jivesoftware.openfire.spi | |
| org.jivesoftware.openfire.streammanagement | |
| org.jivesoftware.openfire.websocket |
| Modifier and Type | Class and Description |
|---|---|
class |
SessionPacketRouter
Handles the routing of packets to a particular session.
|
| Modifier and Type | Method and Description |
|---|---|
PacketRouter |
XMPPServer.getPacketRouter()
Returns the
PacketRouter registered with this server. |
| Modifier and Type | Method and Description |
|---|---|
static Collection<LocalMUCRoom> |
MUCPersistenceManager.loadRoomsFromDB(MultiUserChatService chatserver,
Date cleanupDate,
PacketRouter packetRouter)
Loads all the rooms that had occupants after a given date from the database.
|
| Constructor and Description |
|---|
FMUCHandler(LocalMUCRoom chatroom,
PacketRouter packetRouter) |
IQAdminHandler(LocalMUCRoom chatroom,
PacketRouter packetRouter) |
IQOwnerHandler(LocalMUCRoom chatroom,
PacketRouter packetRouter) |
LocalMUCRole(MultiUserChatService chatserver,
LocalMUCRoom chatroom,
String nickname,
MUCRole.Role role,
MUCRole.Affiliation affiliation,
LocalMUCUser chatuser,
org.xmpp.packet.Presence presence,
PacketRouter packetRouter)
Create a new role.
|
| Constructor and Description |
|---|
ClientStanzaHandler(PacketRouter router,
Connection connection) |
ClientStanzaHandler(PacketRouter router,
String serverName,
Connection connection)
Deprecated.
|
ComponentStanzaHandler(PacketRouter router,
Connection connection) |
ComponentStanzaHandler(PacketRouter router,
String serverName,
Connection connection)
Deprecated.
|
MultiplexerStanzaHandler(PacketRouter router,
Connection connection) |
MultiplexerStanzaHandler(PacketRouter router,
String serverName,
Connection connection)
Deprecated.
|
ServerSocketReader(PacketRouter router,
RoutingTable routingTable,
String serverName,
Socket socket,
SocketConnection connection,
boolean useBlockingMode,
boolean directTLS) |
ServerStanzaHandler(PacketRouter router,
Connection connection) |
ServerStanzaHandler(PacketRouter router,
String serverName,
Connection connection)
Deprecated.
|
SocketReader(PacketRouter router,
RoutingTable routingTable,
String serverName,
Socket socket,
SocketConnection connection,
boolean useBlockingMode,
boolean directTLS)
Creates a dedicated reader for a socket.
|
StanzaHandler(PacketRouter router,
Connection connection)
Creates a dedicated reader for a socket.
|
StanzaHandler(PacketRouter router,
String serverName,
Connection connection)
Deprecated.
|
| Constructor and Description |
|---|
PubSubEngine(PacketRouter router) |
| Modifier and Type | Class and Description |
|---|---|
class |
PacketRouterImpl
An uber router that can handle any packet type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamManager.onClose(PacketRouter router,
org.xmpp.packet.JID serverAddress) |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamManagementPacketRouter
This class extends Openfire's session packet router with the ACK capabilities
specified by XEP-0198: Stream Management.
|
Copyright © 2003–2020 Ignite Realtime. All rights reserved.