|
@@ -119,8 +119,8 @@ Chapter 1. Admin Guide
|
|
* presence.
|
|
* presence.
|
|
* sl.
|
|
* sl.
|
|
* xcap_client.
|
|
* 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
|
|
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
|
|
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
|
|
server is integrated with Kamailio presence_xml module and access the
|
|
same database tables directly, like the embedded XCAP server
|
|
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”.
|
|
Default value is “0”.
|
|
|
|
|