Module: sip-router
Branch: mariusbucur/conference
Commit: b42d89f95294447b3a2efcf0f8c87d8e5783f6ac
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b42d89f…
Author: mariusbucur <marius(a)marius-bucur.ro>
Committer: mariusbucur <marius(a)marius-bucur.ro>
Date: Thu Jul 22 11:24:07 2010 +0300
added presence_conference module with a mini bash test framework for testing simple
functionalities
like: REGISTER, PUBLISH, NOTIFY
---
modules_k/presence_conference/Makefile | 33 +++
modules_k/presence_conference/README | 3 +
modules_k/presence_conference/add_events.c | 68 +++++
modules_k/presence_conference/add_events.h | 33 +++
modules_k/presence_conference/clean.sh | 6 +
modules_k/presence_conference/doc/Makefile | 4 +
.../presence_conference/make_presence_related.sh | 8 +
modules_k/presence_conference/notify_body.c | 304 ++++++++++++++++++++
modules_k/presence_conference/notify_body.h | 41 +++
modules_k/presence_conference/pidf.c | 201 +++++++++++++
modules_k/presence_conference/pidf.c.old | 205 +++++++++++++
modules_k/presence_conference/pidf.h | 53 ++++
.../presence_conference/presence_conference.c | 126 ++++++++
.../presence_conference/presence_conference.h | 33 +++
.../presence_conference/test_framework/client.sh | 72 +++++
.../presence_conference/test_framework/dereg.sh | 53 ++++
.../test_framework/functions/notify.sh | 8 +
.../test_framework/functions/publish.sh | 23 ++
.../test_framework/functions/register.sh | 22 ++
.../test_framework/functions/subscribe.sh | 25 ++
.../presence_conference/test_framework/scen.sh | 63 ++++
.../test_framework/xml/notify.xml | 17 ++
.../test_framework/xml/publish.xml | 103 +++++++
.../test_framework/xml/register.xml | 18 ++
.../test_framework/xml/subscribe.xml | 35 +++
25 files changed, 1557 insertions(+), 0 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=b42…