Module: sip-router
Branch: pd/websocket
Commit: 8393efff31843b04b45e6bf728469b32625e86b0
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8393eff…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Fri Jun 29 17:44:15 2012 +0100
core: Changed WS from being a flag on a TCP/TLS connection to a protocol in its own right
- Also added ;transport=ws parameter parsing for URIs
---
cfg.lex | 2 +
cfg.y | 24 +++++++++++++--------
forward.c | 1 +
forward.h | 57 +++++++++++++++++++++++++++++----------------------
ip_addr.h | 2 +-
msg_translator.c | 2 +
parser/parse_uri.c | 23 ++++++++++++++++++++-
parser/parse_via.c | 12 +++++-----
route.c | 9 --------
socket_info.c | 1 +
tcp_conn.h | 1 -
tcp_read.c | 12 +++++-----
12 files changed, 88 insertions(+), 58 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=839…