Package org.jivesoftware.openfire.websocket
-
Class Summary 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 extendsVirtualConnection
and delegates the expected XMPP connection behaviors to the correspondingXmppWebSocket
.XMPPPPacketReaderFactory XmppWebSocket This class handles all WebSocket events for the corresponding connection with a remote peer.