Module: sip-router
Branch: master
Commit: 132509a7affe0f0bffd87f3606513b1475e98a03
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=132509a…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Thu Oct 11 12:57:26 2012 +0100
modules/websocket: Added support for MSRP WebSocket sub-protocol
- Prototype of draft-pd-msrp-websocket
- Enables session based chat and group chat from HTML5 clients
---
modules/websocket/README | 51 +++++++++++++--
modules/websocket/doc/websocket_admin.xml | 61 ++++++++++++++++--
modules/websocket/example/kamailio.cfg | 101 ++++++++++++++++++++++++++++-
modules/websocket/ws_conn.c | 3 +-
modules/websocket/ws_conn.h | 4 +-
modules/websocket/ws_frame.c | 39 ++++++++++--
modules/websocket/ws_handshake.c | 98 ++++++++++++++++++++--------
modules/websocket/ws_handshake.h | 13 +++-
modules/websocket/ws_mod.c | 19 ++++++
9 files changed, 340 insertions(+), 49 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=132…