Module: kamailio
Branch: master
Commit: 92c11a74cfe8ff3db32890892048518d72b680b7
URL:
https://github.com/kamailio/kamailio/commit/92c11a74cfe8ff3db32890892048518…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2016-12-30T15:16:13+01:00
modules: readme files regenerated - xcap_client ...
---
Modified: src/modules/xcap_client/README
---
Diff:
https://github.com/kamailio/kamailio/commit/92c11a74cfe8ff3db32890892048518…
Patch:
https://github.com/kamailio/kamailio/commit/92c11a74cfe8ff3db32890892048518…
---
diff --git a/src/modules/xcap_client/README b/src/modules/xcap_client/README
index 0f7875f..c61e6f6 100644
--- a/src/modules/xcap_client/README
+++ b/src/modules/xcap_client/README
@@ -29,9 +29,9 @@ Anca-Maria Vamanu
3.4. query_period(int)
4. Functions
- 5. Exported Management Functions
+ 5. RPC Commands
- 5.1. refreshXcapDoc
+ 5.1. xcap_client.refreshXcapDoc
6. Remarks
@@ -67,9 +67,9 @@ Chapter 1. Admin Guide
3.4. query_period(int)
4. Functions
- 5. Exported Management Functions
+ 5. RPC Commands
- 5.1. refreshXcapDoc
+ 5.1. xcap_client.refreshXcapDoc
6. Remarks
@@ -175,27 +175,26 @@ modparam("xcap_client", "query_period", 50)
None to be used in configuration file.
-5. Exported Management Functions
+5. RPC Commands
- 5.1. refreshXcapDoc
+ 5.1. xcap_client.refreshXcapDoc
-5.1. refreshXcapDoc
+5.1. xcap_client.refreshXcapDoc
Management command that should be sent by an XCAP server when a stored
document changes.
- Name: refreshXcapDoc
+ Name: xcap_client.refreshXcapDoc
Parameters:
* document uri: the uri of the document
* xcap server port: the port of the xcap server
- Management FIFO Command Format:
+ RPC Command Example:
...
-:refreshXcapDoc:fifo_reply
-/xcap-root/resource-lists/users/eyebeam/buddies-resource-list.xml
-8000
-_empty_line_
+# execute in a single line command
+kamcmd xcap_client.refreshXcapDoc
+ /xcap-root/resource-lists/users/eyebeam/buddies-resource-list.xml 8000
...
6. Remarks