Module: sip-router Branch: master Commit: a2a98dbbfd14ae6e6e73b40aec55a19f2c718722 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a2a98dbb...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Thu Sep 30 14:58:15 2010 +0200
xcap_server: removed WITH_XHTTPAUTH defined
- user authentication is performed always in the sample config
---
modules_k/xcap_server/README | 2 -- modules_k/xcap_server/doc/xcap_server_admin.xml | 2 -- 2 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/modules_k/xcap_server/README b/modules_k/xcap_server/README index 0041177..6c24bd1 100644 --- a/modules_k/xcap_server/README +++ b/modules_k/xcap_server/README @@ -292,13 +292,11 @@ modparam("xcap_server", "db_url", ...
event_route[xhttp:request] { -#!ifdef WITH_XHTTPAUTH if (!www_authorize("xcap", "subscriber")) { www_challenge("xcap", "0"); exit; } -#!endif if($hu=~"^/xcap-root/") { set_reply_close(); diff --git a/modules_k/xcap_server/doc/xcap_server_admin.xml b/modules_k/xcap_server/doc/xcap_server_admin.xml index 7d8eef8..3e677df 100644 --- a/modules_k/xcap_server/doc/xcap_server_admin.xml +++ b/modules_k/xcap_server/doc/xcap_server_admin.xml @@ -344,13 +344,11 @@ modparam("xcap_server", "db_url", ...
event_route[xhttp:request] { -#!ifdef WITH_XHTTPAUTH if (!www_authorize("xcap", "subscriber")) { www_challenge("xcap", "0"); exit; } -#!endif if($hu=~"^/xcap-root/") { set_reply_close();