Module: kamailio Branch: master Commit: 303294547399610a4eedcd382631e7d442fd76ad URL: https://github.com/kamailio/kamailio/commit/303294547399610a4eedcd382631e7d4...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2017-09-05T08:01:33+02:00
modules: readme files regenerated - presence_xml ... [skip ci]
---
Modified: src/modules/presence_xml/README
---
Diff: https://github.com/kamailio/kamailio/commit/303294547399610a4eedcd382631e7d4... Patch: https://github.com/kamailio/kamailio/commit/303294547399610a4eedcd382631e7d4...
---
diff --git a/src/modules/presence_xml/README b/src/modules/presence_xml/README index 4b26628d6a..045edce2d9 100644 --- a/src/modules/presence_xml/README +++ b/src/modules/presence_xml/README @@ -119,8 +119,8 @@ Chapter 1. Admin Guide * presence. * sl. * xcap_client. - Only compulsory if not using an integrated xcap server (if - 'integrated_xcap_server' parameter is not set). + Needed only when not using the integrated xcap server (if + 'integrated_xcap_server' parameter is set to 0).
2.2. External Libraries or Applications
@@ -223,15 +223,15 @@ modparam("presence_xml", "force_active", 1) This parameter is a flag for the type of XCAP servers used. If the XCAP server is integrated with Kamailio presence_xml module and access the same database tables directly, like the embedded XCAP server - implemented in xcap_server module, the parameter should be set to a - positive value. Apart from updating in xcap table, if the integrated - server is not running on the same Kamailio instance, it must send an - RPC command presence.refreshWatchers [pres_uri] [event] when a user - modifies a rules document, to instruct the presence_xml module to - update states from the database and, if needed, send NOTIFY updates. - - Otherwise, it uses xcap_client module to fetch documents from the XCAP - servers with HTTP requests. + implemented in xcap_server module, the parameter has to be set to 1. + Apart from updating in xcap table, if the integrated server is not + running on the same Kamailio instance, it must send an RPC command + presence.refreshWatchers [pres_uri] [event] when a user modifies a + rules document, to instruct the presence_xml module to update states + from the database and, if needed, send NOTIFY updates. + + Otherwise (if set to 0) it uses xcap_client module to fetch documents + from the XCAP servers with HTTP requests.
Default value is “0”.