Skip to content

Commit

Permalink
xmpp: docs - removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent 8fb54d6 commit daf0e24
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions src/modules/xmpp/doc/xmpp.xml
Expand Up @@ -33,8 +33,8 @@
</copyright>
</bookinfo>
<toc></toc>

<xi:include href="xmpp_admin.xml"/>


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

0 comments on commit daf0e24

Please sign in to comment.