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