Module: sip-router
Branch: master
Commit: e9438550e076de32fc0ebd51c296efba099d82c2
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e943855…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Jul 29 20:37:50 2010 +0200
xmlops: new module for xml operations
- implements $xml(name=>spec) pseudo-variable (previously was in
presence_xml)
- new parameter buf_size to control the max size of internal buffer for xml
document management
---
modules/xmlops/Makefile | 19 ++
modules/xmlops/README | 80 ++++++
modules/xmlops/doc/Makefile | 4 +
modules/xmlops/doc/functions.xml | 29 ++
modules/xmlops/doc/params.xml | 41 +++
modules/xmlops/doc/xmlops.xml | 66 +++++
modules/xmlops/pv_xml.c | 550 ++++++++++++++++++++++++++++++++++++++
modules/xmlops/pv_xml.h | 38 +++
modules/xmlops/xmlops_mod.c | 74 +++++
9 files changed, 901 insertions(+), 0 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=e94…