Explorar el Código

xcap_server: removed WITH_XHTTPAUTH defined

- user authentication is performed always in the sample config
Daniel-Constantin Mierla hace 15 años
padre
commit
a2a98dbbfd

+ 0 - 2
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();

+ 0 - 2
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();