From 4839c998d77d9d94cba28278e73642d6b93d8832 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 13 Nov 2023 15:36:08 +0100 Subject: [PATCH] pua_reginfo: docs - removed trailing spaces --- src/modules/pua_reginfo/doc/pua_reginfo.xml | 6 ++--- .../pua_reginfo/doc/pua_reginfo_admin.xml | 24 +++++++++---------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/modules/pua_reginfo/doc/pua_reginfo.xml b/src/modules/pua_reginfo/doc/pua_reginfo.xml index 2b48eb3cf18..421238845da 100644 --- a/src/modules/pua_reginfo/doc/pua_reginfo.xml +++ b/src/modules/pua_reginfo/doc/pua_reginfo.xml @@ -30,10 +30,10 @@ - + - - + + diff --git a/src/modules/pua_reginfo/doc/pua_reginfo_admin.xml b/src/modules/pua_reginfo/doc/pua_reginfo_admin.xml index 19362e48932..9e2da526c8e 100644 --- a/src/modules/pua_reginfo/doc/pua_reginfo_admin.xml +++ b/src/modules/pua_reginfo/doc/pua_reginfo_admin.xml @@ -10,13 +10,13 @@ - + &adminguide; - +
Overview - + 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. @@ -32,7 +32,7 @@ changes. - 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. @@ -89,10 +89,10 @@ <varname>default_domain</varname>(str) 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. - Default value is NULL. + Default value is NULL. @@ -110,7 +110,7 @@ modparam("pua_reginfo", "default_domain", "kamailio.org") Whether or not to generate PUBLISH requests. - Default value is 1 (enabled). + Default value is 1 (enabled). @@ -128,7 +128,7 @@ modparam("pua_reginfo", "publish_reginfo", 0) The outbound_proxy uri to be used when sending Subscribe and Publish requests. - Default value is NULL. + Default value is NULL. @@ -154,7 +154,7 @@ modparam("pua_reginfo", "server_address", "sip:reginfo@160.34.23.12")
- +
Functions
@@ -194,7 +194,7 @@ modparam("pua_reginfo", "server_address", "sip:reginfo@160.34.23.12") <function>reginfo_handle_notify</function> usage ... -if(is_method("NOTIFY")) +if(is_method("NOTIFY")) if (reginfo_handle_notify("location")) send_reply("202", "Accepted"); ... @@ -231,8 +231,8 @@ route { } reply_route[1] { - if (t_check_status("200")) - reginfo_subscribe("$ru"); + if (t_check_status("200")) + reginfo_subscribe("$ru"); } ...