Sfoglia il codice sorgente

One more fix to xhttp documentation.

Alex Balashov 15 anni fa
parent
commit
fc07c55d2c
2 ha cambiato i file con 6 aggiunte e 4 eliminazioni
  1. 3 2
      modules/xhttp/README
  2. 3 2
      modules/xhttp/doc/xhttp_admin.xml

+ 3 - 2
modules/xhttp/README

@@ -66,8 +66,9 @@ Chapter 1. Admin Guide
 
    The xmlrpc module uses the same concept. xHTTP module offers a generic
    HTTP handling way, by calling event_route[xhttp:request] in your
-   config. You can check the HTTP URI via config variable $hu. Note that
-   $ru will raise errors since URO is not valid for SIP.
+   config. You can check the HTTP URL via config variable $hu. Note that
+   use of $ru will raise errors since the structure of an HTTP URL is not
+   compatible with that of a SIP URI.
 
 2. Dependencies
 

+ 3 - 2
modules/xhttp/doc/xhttp_admin.xml

@@ -24,8 +24,9 @@
 	<para>
 		The xmlrpc module uses the same concept. xHTTP module offers a
 		generic HTTP handling way, by calling event_route[xhttp:request]
-		in your config. You can check the HTTP URI via config variable
-		$hu. Note that $ru will raise errors since URO is not valid for SIP.
+		in your config. You can check the HTTP URL via config variable
+		$hu. Note that use of $ru will raise errors since the structure 
+		of an HTTP URL is not compatible with that of a SIP URI.
 	</para>
 	</section>
 	<section>