Module: sip-router Branch: master Commit: 8a00d03a9328fd5ab4740f52ac47070e64f05236 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8a00d03a...
Author: Peter Dunkley peter.dunkley@crocodile-rcs.com Committer: Peter Dunkley peter.dunkley@crocodile-rcs.com Date: Tue Oct 30 22:35:45 2012 +0000
modules_k/xcap_server: Enhanced org.oma.xcap-directory implementation
- Can now use a modparam to force the scheme in the listing URLs to a specific value (default is to work out based on whether the connection is TCP or TLS). - Can now use a modparam to force the hostname in the listing URLs to a specific value (default is to work out based on the (mandatory) Host: header or destination IP address and port). - Updated README
---
modules_k/xcap_server/README | 83 ++++++++++++--- modules_k/xcap_server/doc/xcap_server_admin.xml | 75 +++++++++++++- modules_k/xcap_server/xcap_server.c | 126 +++++++++++++++++------ 3 files changed, 232 insertions(+), 52 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=8a00...