From 92c11a74cfe8ff3db32890892048518d72b680b7 Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Fri, 30 Dec 2016 15:16:13 +0100 Subject: [PATCH] modules: readme files regenerated - xcap_client ... --- src/modules/xcap_client/README | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/src/modules/xcap_client/README b/src/modules/xcap_client/README index 0f7875f2ce6..c61e6f640f5 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