Module: sip-router Branch: misi/ua-profile Commit: d3a2b22db7e8c7c77f8bdf8af25ff23fe1316076 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d3a2b22d...
Author: Mihály Mészáros misi@niif.hu Committer: Mihály Mészáros misi@niif.hu Date: Thu Oct 20 17:49:51 2011 +0200
modules_k/presence_profile: new modul for basic ua-profile event support
- This is a new modul that is using sip event framework for endpoint config provisioining. Currently it has very basic functionality.
---
Makefile | 4 +- modules_k/presence/event_list.c | 2 +- modules_k/presence_profile/Makefile | 11 ++ modules_k/presence_profile/README | 77 +++++++++++++ modules_k/presence_profile/add_events.c | 66 +++++++++++ modules_k/presence_profile/add_events.h | 40 +++++++ modules_k/presence_profile/doc/Makefile | 4 + .../presence_profile/doc/presence_profile.xml | 39 +++++++ .../doc/presence_profile_admin.xml | 72 ++++++++++++ modules_k/presence_profile/presence_profile.c | 118 ++++++++++++++++++++ modules_k/presence_profile/presence_profile.h | 38 +++++++ 11 files changed, 468 insertions(+), 3 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=d3a2...