Skip to content

Commit

Permalink
modules: readme files regenerated - xcap_client ...
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Dec 30, 2016
1 parent 2e54c3d commit 92c11a7
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions src/modules/xcap_client/README
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 92c11a7

Please sign in to comment.