[sr-dev] git:5.2:64403a02: presence_xml: docs add missing parameter

Henning Westerholt hw at skalatan.de
Sat Mar 14 21:21:44 CET 2020


Module: kamailio
Branch: 5.2
Commit: 64403a02d331c04f502a351792cb96668e6e6dde
URL: https://github.com/kamailio/kamailio/commit/64403a02d331c04f502a351792cb96668e6e6dde

Author: Bastian Triller <bastian.triller at gmail.com>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2020-03-14T21:20:08+01:00

presence_xml: docs add missing parameter

(cherry picked from commit 3bbb27de30080a9fedaffcba04575dddb690caad)

---

Modified: src/modules/presence_xml/doc/presence_xml_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/64403a02d331c04f502a351792cb96668e6e6dde.diff
Patch: https://github.com/kamailio/kamailio/commit/64403a02d331c04f502a351792cb96668e6e6dde.patch

---

diff --git a/src/modules/presence_xml/doc/presence_xml_admin.xml b/src/modules/presence_xml/doc/presence_xml_admin.xml
index d2c33d9c00..162b78e1a4 100644
--- a/src/modules/presence_xml/doc/presence_xml_admin.xml
+++ b/src/modules/presence_xml/doc/presence_xml_admin.xml
@@ -190,6 +190,25 @@ modparam("presence_xml", "disable_bla", 1)
 		</example>
 	</section>
 
+	<section id="presence_xml.p.disable_xcapdiff">
+		<title><varname>disable_xcapdiff</varname>(int)</title>
+		<para>
+		Set this parameter to disable the handling of the "xcap-diff" event.
+		</para>
+		<para>
+		<emphasis>Default value: <quote>0</quote>.
+		</emphasis>
+		</para>
+		<example>
+		<title>Set <varname>disable_xcapdiff</varname> parameter</title>
+		<programlisting format="linespecific">
+...
+modparam("presence_xml", "disable_xcapdiff", 1)
+...
+</programlisting>
+		</example>
+	</section>
+
 	<section id="presence_xml.p.force_active">
 		<title><varname>force_active</varname> (int)</title>
 		<para>




More information about the sr-dev mailing list