Module: kamailio Branch: 5.2 Commit: 64403a02d331c04f502a351792cb96668e6e6dde URL: https://github.com/kamailio/kamailio/commit/64403a02d331c04f502a351792cb9666...
Author: Bastian Triller bastian.triller@gmail.com Committer: Henning Westerholt hw@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/64403a02d331c04f502a351792cb9666... Patch: https://github.com/kamailio/kamailio/commit/64403a02d331c04f502a351792cb9666...
---
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>