Module: sip-router
Branch: pd/websocket
Commit: 2f30521ea903b1805c728d60cccda6b2636cacde
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2f30521…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Fri Jun 22 00:34:24 2012 +0100
modules/websocket: Closing handshake now working
- Also completed MI commands which allowed me to test Ping and Pong
---
modules/websocket/ws_conn.c | 171 ++++++++++++++++++++---
modules/websocket/ws_conn.h | 21 ++--
modules/websocket/ws_frame.c | 293 ++++++++++++++++++++++++++++++--------
modules/websocket/ws_frame.h | 14 ++
modules/websocket/ws_handshake.c | 26 +---
modules/websocket/ws_handshake.h | 3 +
modules/websocket/ws_mod.c | 126 ++---------------
modules/websocket/ws_mod.h | 10 --
8 files changed, 437 insertions(+), 227 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=2f3…