Module: sip-router
Branch: pd/websocket
Commit: 48e7ee701571c127effa3b0ddd06468154ddf139
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=48e7ee7…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Sat Jun 16 14:38:22 2012 +0100
modules/websocket: more work on module boiler-plate and handshake
- Handshake now works with Google Chrome
---
modules/websocket/Makefile | 1 +
modules/websocket/example/kamailio.cfg | 1 +
modules/websocket/ws_frame.c | 38 ++++++++
modules/websocket/ws_frame.h | 33 +++++++
modules/websocket/ws_handshake.c | 164 ++++++++++++++++++++++++--------
modules/websocket/ws_handshake.h | 3 +
modules/websocket/ws_mod.c | 115 ++++++++++++++++++++---
modules/websocket/ws_mod.h | 22 ++++-
8 files changed, 318 insertions(+), 59 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=48e…