Kamailio module websocket
Revision as of 05:38, 21 September 2023 by Pchero (talk | contribs) (Created page with "== Overview == Kamailio's WebSocket 모듈 내용 정리. The WebSocket module in Kamailio implemented a WebSocket(RFC 6455) server and provides connection establishment(handshaking), management(including connection keep-alive), and framing for the SIP and MSRP WebSocket sub-protocols (RFC 7118 and RFC 7977). == See also == * https://www.kamailio.org/docs/modules/devel/modules/websocket.html category:kamailio")
Overview
Kamailio's WebSocket 모듈 내용 정리.
The WebSocket module in Kamailio implemented a WebSocket(RFC 6455) server and provides connection establishment(handshaking), management(including connection keep-alive), and framing for the SIP and MSRP WebSocket sub-protocols (RFC 7118 and RFC 7977).