From ba3f64ec28da4b7bcaf9cbd07b74575034bb950a Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Tue, 14 Nov 2017 08:30:10 +0100 Subject: [PATCH] xcap_server: added section ids in docs --- .../xcap_server/doc/xcap_server_admin.xml | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/modules/xcap_server/doc/xcap_server_admin.xml b/src/modules/xcap_server/doc/xcap_server_admin.xml index 4beb39a3606..f7cb7b0cd9f 100644 --- a/src/modules/xcap_server/doc/xcap_server_admin.xml +++ b/src/modules/xcap_server/doc/xcap_server_admin.xml @@ -10,9 +10,9 @@ - + &adminguide; - +
Overview @@ -113,14 +113,14 @@
Parameters -
+
<varname>db_url</varname> (string) Database &url;. - Default value is + Default value is &defaultdb;. @@ -133,7 +133,7 @@ modparam("xcap_server", "db_url", "mysql://user:passwd@host.com/dbname")
-
+
<varname>xcap_table</varname> (string) The name of table where to store the xcap documents. @@ -152,7 +152,7 @@ modparam("xcap_server", "xcap_table", "xcapdocs")
-
+
<varname>xcap_root</varname> (str) XCAP root URL. @@ -171,7 +171,7 @@ modparam("xcap_server", "xcap_root", "/xcap-root/")
-
+
<varname>buf_size</varname> (int) Size of local buffer for handling XCAP documents. @@ -190,7 +190,7 @@ modparam("xcap_server", "buf_size", 2048)
-
+
<varname>xml_ns</varname> (str) Register extra XML namespaces to be used with XPath. You @@ -214,7 +214,7 @@ modparam("xcap_server", "xml_ns",
-
+
<varname>directory_scheme (int)</varname> Allows the scheme used in @@ -240,7 +240,7 @@ modparam("xcap_server", "xml_ns", 0 - use the HTTP scheme. - 1 - use the HTTPS scheme. + 1 - use the HTTPS scheme. @@ -252,7 +252,7 @@ modparam("xcap_server", "directory_scheme", 0)
-
+
<varname>directory_hostname (str)</varname> Allows the hostname (and port) used in @@ -288,7 +288,7 @@ modparam("xcap_server", "directory_hostname", "xcap.example.com")
Functions -
+
<function moreinfo="none">xcaps_put(uri, path, doc)</function> @@ -315,7 +315,7 @@ event_route[xhttp:request] {
-
+
<function moreinfo="none">xcaps_get(uri, path)</function> @@ -342,7 +342,7 @@ event_route[xhttp:request] {
-
+
<function moreinfo="none">xcaps_del(uri, path)</function> @@ -372,7 +372,7 @@ event_route[xhttp:request] {
- Exported pseudo-variables + Pseudo Variables $xcapuri(name=>key) - name can be any