Package org.jivesoftware.openfire.websocket
package org.jivesoftware.openfire.websocket
-
ClassesClassDescriptionThis Servlet enables XMPP over WebSocket (RFC 7395) for Openfire.This class extends Openfire's session packet router with the ACK capabilities specified by XEP-0198: Stream Management.This class handles all WebSocket events for the corresponding connection with a remote peer, analogous to the function of
NettyClientConnectionHandlerfor TCP connections.AStanzaHandlerthat is able to process the specific framing that is used by clients connecting via websockets.Following the conventions of the BOSH implementation, this class extendsVirtualConnectionand delegates the expected XMPP connection behaviors to the correspondingWebSocketClientConnectionHandler.