Class | Description |
---|---|
OpenfireWebSocketServlet |
This Servlet enables XMPP over WebSocket (RFC 7395) for Openfire.
|
StreamManagementPacketRouter |
This class extends Openfire's session packet router with the ACK capabilities
specified by XEP-0198: Stream Management.
|
WebSocketConnection |
Following the conventions of the BOSH implementation, this class extends
VirtualConnection
and delegates the expected XMPP connection behaviors to the corresponding XmppWebSocket . |
XMPPPPacketReaderFactory | |
XmppWebSocket |
This class handles all WebSocket events for the corresponding connection with a remote peer.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.