Module: sip-router Branch: master Commit: 70b39e55c21341229cad5810b590d291f3fb7381 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=70b39e55...
Author: mariusbucur marius@marius-bucur.ro Committer: mariusbucur marius@marius-bucur.ro Date: Mon Oct 4 10:51:38 2010 +0300
added module presence_conference to master branch
---
modules_k/presence_conference/Makefile | 33 +++ modules_k/presence_conference/README | 3 + modules_k/presence_conference/add_events.c | 69 +++++ modules_k/presence_conference/add_events.h | 33 +++ modules_k/presence_conference/doc/Makefile | 4 + modules_k/presence_conference/notify_body.c | 266 ++++++++++++++++++++ modules_k/presence_conference/notify_body.h | 41 +++ modules_k/presence_conference/pidf.c | 201 +++++++++++++++ modules_k/presence_conference/pidf.h | 53 ++++ .../presence_conference/presence_conference.c | 133 ++++++++++ .../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 +++ 22 files changed, 1308 insertions(+), 0 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=70b3...