Browse Source

- docs port from opensips, r4486, credits goes to Anca Vamanu

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4545 689a6050-402a-0410-94f2-e92a70836424
Henning Westerholt 17 năm trước cách đây
mục cha
commit
c850c9aa90

+ 6 - 5
modules_k/presence_xml/README

@@ -31,7 +31,7 @@ Anca-Maria Vamanu
               1.3.3. force_active (int)
               1.3.4. pidf_manipulation (int)
               1.3.5. integrated_xcap_server (int)
-              1.3.6. server_address (str)
+              1.3.6. xcap_server (str)
 
         1.4. Exported Functions
         1.5. Installation
@@ -164,11 +164,12 @@ modparam("presence_xml", "pidf_manipulation", 1)
 modparam("presence_xml", "integrated_xcap_server", 1)
 ...
 
-1.3.6. server_address (str)
+1.3.6. xcap_server (str)
 
-   This parameter is compulsory if the integrated_xcap_server
-   parameter is not set. It can be set more that once, to
-   construct an address list of trusted XCAP servers.
+   The address of the xcap servers used for storage. This
+   parameter is compulsory if the integrated_xcap_server parameter
+   is not set. It can be set more that once, to construct an
+   address list of trusted XCAP servers.
 
    Example 1.6. Set xcap_server parameter
 ...

+ 2 - 1
modules_k/presence_xml/doc/presence_xml_admin.xml

@@ -193,8 +193,9 @@ modparam("presence_xml", "integrated_xcap_server", 1)
 		</example>
 	</section>
 	<section>
-		<title><varname>server_address</varname> (str)</title>
+		<title><varname>xcap_server</varname> (str)</title>
 		<para>
+		The address of the xcap servers used for storage.
 		This parameter is compulsory if the integrated_xcap_server parameter
 		is not set. It can be set more that once, to construct an address
 		list of trusted XCAP servers.</para>