Skip to content

Commit

Permalink
msrp: 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 a4c0c82 commit f552642
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/modules/msrp/doc/msrp.xml
Expand Up @@ -35,8 +35,8 @@
</copyright>
</bookinfo>
<toc></toc>

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


</book>
10 changes: 5 additions & 5 deletions src/modules/msrp/doc/msrp_admin.xml
Expand Up @@ -550,7 +550,7 @@ event_route[msrp:frame-in] {
</para>
<para>
To build the SIP request, the module takes the first line and the
headers from an MSRP message and appends them to a static buffer. The
headers from an MSRP message and appends them to a static buffer. The
next two examples show an MSRP frame and the resulting SIP request.
</para>
<programlisting format="linespecific">
Expand Down Expand Up @@ -607,12 +607,12 @@ Content-Type: text/plain
valid SIP request is a perfect trade-off for performance.
</para>
<para>
Besides the option to access parts of MSRP frame via an
internally-built SIP message, the module exports a new pseudo-variable
Besides the option to access parts of MSRP frame via an
internally-built SIP message, the module exports a new pseudo-variable
class $msrp(key) which returns attributes from the MSRP frame. There is
also a new transformation, {msrpuri.key}, to get access to parts
of an MSRP URI. See the appropriate Wiki pages on the project's
web site for full details about new pseudo-variable and
web site for full details about new pseudo-variable and
transformation classes.
</para>
<para>
Expand Down Expand Up @@ -730,7 +730,7 @@ event_route[msrp:frame-in] {
} else
$var(expires) = MSRP_MAX_EXPIRES;
$var(cnt) = $var(cnt) + 1;
pv_printf("$var(sessid)", "s.$(pp).$(var(cnt)).$(RANDOM)");
$sht(msrp=>$var(sessid)::srcaddr) = $msrp(srcaddr);
Expand Down

0 comments on commit f552642

Please sign in to comment.