Skip to content

Commit

Permalink
pua_reginfo: 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 e88a299 commit 4839c99
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions src/modules/pua_reginfo/doc/pua_reginfo.xml
Expand Up @@ -30,10 +30,10 @@
</copyright>
</bookinfo>
<toc></toc>

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


</book>


24 changes: 12 additions & 12 deletions src/modules/pua_reginfo/doc/pua_reginfo_admin.xml
Expand Up @@ -10,13 +10,13 @@
<!-- Module User's Guide -->

<chapter>


<title>&adminguide;</title>

<section>
<title>Overview</title>
<para>
<para>
This module publishes information about "reg"-events according to
to RFC 3680. This can be used distribute the registration-info
status to the subscribed watchers.
Expand All @@ -32,7 +32,7 @@
changes.
</para>
<para>
And finally, it can process received "NOTIFY" requests and it will
And finally, it can process received "NOTIFY" requests and it will
update the local registry accordingly.
</para>
<para>
Expand Down Expand Up @@ -89,10 +89,10 @@
<title><varname>default_domain</varname>(str)</title>
<para>
The default domain for the registered users to be used when
constructing the uri for the registrar callback.
constructing the uri for the registrar callback.
</para>
<para>
<emphasis> Default value is <quote>NULL</quote>.
<emphasis> Default value is <quote>NULL</quote>.
</emphasis>
</para>
<example>
Expand All @@ -110,7 +110,7 @@ modparam("pua_reginfo", "default_domain", "kamailio.org")
Whether or not to generate PUBLISH requests.
</para>
<para>
<emphasis> Default value is <quote>1</quote> (enabled).
<emphasis> Default value is <quote>1</quote> (enabled).
</emphasis>
</para>
<example>
Expand All @@ -128,7 +128,7 @@ modparam("pua_reginfo", "publish_reginfo", 0)
The outbound_proxy uri to be used when sending Subscribe and Publish requests.
</para>
<para>
<emphasis> Default value is <quote>NULL</quote>.
<emphasis> Default value is <quote>NULL</quote>.
</emphasis>
</para>
<example>
Expand All @@ -154,7 +154,7 @@ modparam("pua_reginfo", "server_address", "sip:reginfo@160.34.23.12")
</programlisting>
</example>
</section>
</section>
</section>
<section>
<title>Functions</title>
<section id="pua_reginfo.f.reginfo_handle_notify">
Expand Down Expand Up @@ -194,7 +194,7 @@ modparam("pua_reginfo", "server_address", "sip:reginfo@160.34.23.12")
<title><function>reginfo_handle_notify</function> usage</title>
<programlisting format="linespecific">
...
if(is_method("NOTIFY"))
if(is_method("NOTIFY"))
if (reginfo_handle_notify("location"))
send_reply("202", "Accepted");
...
Expand Down Expand Up @@ -231,8 +231,8 @@ route {
}

reply_route[1] {
if (t_check_status("200"))
reginfo_subscribe("$ru");
if (t_check_status("200"))
reginfo_subscribe("$ru");
}
...
</programlisting>
Expand Down

0 comments on commit 4839c99

Please sign in to comment.