Skip to content

Commit

Permalink
auth_diameter: 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 39ac631 commit 5548cce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/modules/auth_diameter/doc/auth_diameter.xml
Expand Up @@ -36,7 +36,7 @@
</copyright>
</bookinfo>
<toc></toc>

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

</book>
16 changes: 8 additions & 8 deletions src/modules/auth_diameter/doc/auth_diameter_admin.xml
Expand Up @@ -11,20 +11,20 @@
<!-- Module User's Guide -->

<chapter>

<title>&adminguide;</title>

<section>
<title>Overview</title>
<para>
This module implements SIP authentication and authorization with
DIAMETER server, namely DIameter Server Client (DISC).
</para>
<para>
NOTE: diameter support was developed for DISC (DIameter Server Client
project at http://developer.berlios.de/projects/disc/). This project
NOTE: diameter support was developed for DISC (DIameter Server Client
project at http://developer.berlios.de/projects/disc/). This project
seems to be no longer maintained and DIAMETER specifications were updated
in the meantime. Thus, the module is obsolete and needs rework to be
in the meantime. Thus, the module is obsolete and needs rework to be
usable with opendiameter or other DIAMETER servers.
</para>
<para>
Expand Down Expand Up @@ -182,7 +182,7 @@ modparam("auth_diameter", "use_domain", 1)
<itemizedlist>
<listitem>
<para><emphasis>realm</emphasis> - the realm to be use for
authentication and authorization. The string may contain
authentication and authorization. The string may contain
pseudo variables.
</para>
</listitem>
Expand Down Expand Up @@ -210,14 +210,14 @@ if(!diameter_www_authorize("siphub.net"))
SIP Proxy checks for authorization having a DIAMETER server in backend.
If no credentials are provided inside the SIP request then a challenge
is sent back to UAC. If the credentials don't match the ones computed by
DISC then <quote>403 Forbidden</quote> is sent back. For more about
DISC then <quote>403 Forbidden</quote> is sent back. For more about
the negative return codes, see the above function.
</para>
<para>Meaning of the parameters is as follows:</para>
<itemizedlist>
<listitem>
<para><emphasis>realm</emphasis> - the realm to be use for
authentication and authorization. The string may contain
authentication and authorization. The string may contain
pseudo variables.
</para>
</listitem>
Expand Down

0 comments on commit 5548cce

Please sign in to comment.