Kamailio module websocket

From 탱이의 잡동사니
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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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