[sr-dev] git:master:3bbb27de: presence_xml: docs add missing parameter

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


Module: kamailio
Branch: master
Commit: 3bbb27de30080a9fedaffcba04575dddb690caad
URL: https://github.com/kamailio/kamailio/commit/3bbb27de30080a9fedaffcba04575dddb690caad

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

presence_xml: docs add missing parameter

---

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

---

Diff:  https://github.com/kamailio/kamailio/commit/3bbb27de30080a9fedaffcba04575dddb690caad.diff
Patch: https://github.com/kamailio/kamailio/commit/3bbb27de30080a9fedaffcba04575dddb690caad.patch

---

diff --git a/src/modules/presence_xml/doc/presence_xml_admin.xml b/src/modules/presence_xml/doc/presence_xml_admin.xml
index 3b9dcd18e1..4eaf7d82ac 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