Parcourir la source

xmpp: docs - removed trailing spaces

Daniel-Constantin Mierla il y a 1 an
Parent
commit
daf0e24b00
2 fichiers modifiés avec 13 ajouts et 13 suppressions
  1. 3 3
      src/modules/xmpp/doc/xmpp.xml
  2. 10 10
      src/modules/xmpp/doc/xmpp_admin.xml

+ 3 - 3
src/modules/xmpp/doc/xmpp.xml

@@ -33,8 +33,8 @@
 	</copyright>
 	</copyright>
     </bookinfo>
     </bookinfo>
     <toc></toc>
     <toc></toc>
-    
+
     <xi:include href="xmpp_admin.xml"/>
     <xi:include href="xmpp_admin.xml"/>
-    
-    
+
+
 </book>
 </book>

+ 10 - 10
src/modules/xmpp/doc/xmpp_admin.xml

@@ -67,19 +67,19 @@
 		</listitem>
 		</listitem>
 		<listitem>
 		<listitem>
 			<para>listen = your ip;</para>
 			<para>listen = your ip;</para>
-		</listitem> 
+		</listitem>
 		<listitem>
 		<listitem>
 			<para>alias=&kamailio; SIP domain and alias=gateway domain;</para>
 			<para>alias=&kamailio; SIP domain and alias=gateway domain;</para>
 		</listitem>
 		</listitem>
 		<listitem>
 		<listitem>
 			<para>in the following section of the configuration file, change to your gateway domain:</para>
 			<para>in the following section of the configuration file, change to your gateway domain:</para>
-		</listitem>	
+		</listitem>
 	</itemizedlist>
 	</itemizedlist>
 	<programlisting format="linespecific"> <emphasis>	<![CDATA[ ### ---8<--- cut here ---8<--- ###
 	<programlisting format="linespecific"> <emphasis>	<![CDATA[ ### ---8<--- cut here ---8<--- ###
 	if ($rd =="sip-xmpp.kamailio.org") {
 	if ($rd =="sip-xmpp.kamailio.org") {
 		if (!t_newtran()) {
 		if (!t_newtran()) {
 			sl_reply_error();
 			sl_reply_error();
-	...........]]>	</emphasis> </programlisting> 	
+	...........]]>	</emphasis> </programlisting>
 	<itemizedlist>
 	<itemizedlist>
 		<listitem>
 		<listitem>
 			<para>
 			<para>
@@ -97,13 +97,13 @@
 		</listitem>
 		</listitem>
 		<listitem>
 		<listitem>
 			<para>The gateway SIP domain is sip-xmpp.kamailio.org</para>
 			<para>The gateway SIP domain is sip-xmpp.kamailio.org</para>
-		</listitem>	
+		</listitem>
 		<listitem>
 		<listitem>
 			<para>The XMPP server is hosting the XMPP domain xmpp.kamailio.org</para>
 			<para>The XMPP server is hosting the XMPP domain xmpp.kamailio.org</para>
-		</listitem>	
+		</listitem>
 		<listitem>
 		<listitem>
 			<para>The Component is hosting the XMPP domain xmpp-sip.kamailio.org</para>
 			<para>The Component is hosting the XMPP domain xmpp-sip.kamailio.org</para>
-		</listitem>	
+		</listitem>
 	</itemizedlist>
 	</itemizedlist>
 	<para>
 	<para>
 		In the XMPP stand-alone server mode, the XMPP module is a minimal XMPP/Jabber server.
 		In the XMPP stand-alone server mode, the XMPP module is a minimal XMPP/Jabber server.
@@ -121,11 +121,11 @@
 		</listitem>
 		</listitem>
 		<listitem>
 		<listitem>
 			<para>The gateway is hosting the SIP domain sip-xmpp.kamailio.org;</para>
 			<para>The gateway is hosting the SIP domain sip-xmpp.kamailio.org;</para>
-		</listitem>	
+		</listitem>
 		<listitem>
 		<listitem>
 			<para>The "XMPP server" is running on xmpp-sip.kamailio.org.</para>
 			<para>The "XMPP server" is running on xmpp-sip.kamailio.org.</para>
 		</listitem>
 		</listitem>
-	</itemizedlist>	
+	</itemizedlist>
 	<para>
 	<para>
 		Unless 'gwmap' parameter is set, in both modes (server or component), the
 		Unless 'gwmap' parameter is set, in both modes (server or component), the
 		destination address must have the same pattern:
 		destination address must have the same pattern:
@@ -321,14 +321,14 @@
 			<emphasis>
 			<emphasis>
 				This is the password for the component interface on the XMPP server,
 				This is the password for the component interface on the XMPP server,
 				when connecting as a component. Default password is "secret".
 				when connecting as a component. Default password is "secret".
-				When connecting to jabberd2, 
+				When connecting to jabberd2,
 				you need to make sure this is the password configured in the file
 				you need to make sure this is the password configured in the file
 				"c2s.xml". This is how the default configuration for the jabberd2
 				"c2s.xml". This is how the default configuration for the jabberd2
 				looks like:
 				looks like:
 			</emphasis>
 			</emphasis>
 			<programlisting format="linespecific">
 			<programlisting format="linespecific">
 		<![CDATA[	<router>
 		<![CDATA[	<router>
-	............... 
+	...............
 	<!-- Username/password to authenticate as --&gt;
 	<!-- Username/password to authenticate as --&gt;
     <user>jabberd</user>;          <!-- default: jabberd -->;
     <user>jabberd</user>;          <!-- default: jabberd -->;
     <pass>secret</pass>;           <!-- default: secret -->;	]]>
     <pass>secret</pass>;           <!-- default: secret -->;	]]>