Module: sip-router
Branch: pd/websocket
Commit: 48ba74772c398396e54a3cbb2d6cee9f4065d599
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=48ba747…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Fri Jun 15 00:40:28 2012 +0100
modules/websocket: First attempt a module for websocket support
- So far this is:
- Module boiler-plate
- WebSocket handshake
- Example/test kamailio.cfg
---
modules/websocket/Makefile | 27 ++++
modules/websocket/example/kamailio.cfg | 252 ++++++++++++++++++++++++++++++++
modules/websocket/ws_handshake.c | 186 +++++++++++++++++++++++
modules/websocket/ws_handshake.h | 31 ++++
modules/websocket/ws_mod.c | 82 +++++++++++
modules/websocket/ws_mod.h | 35 +++++
6 files changed, 613 insertions(+), 0 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=48b…