Xcap directory » History » Version 1
Adrian Georgescu, 11/28/2009 11:58 AM
| 1 | 1 | Adrian Georgescu | == xcap_directory == |
|---|---|---|---|
| 2 | |||
| 3 | [[TOC(SipTesting*, sip_*, xcap*,depth=2)]] |
||
| 4 | |||
| 5 | === Description === |
||
| 6 | |||
| 7 | {{{ |
||
| 8 | adigeo@ag-blink:~$xcap_directory -h |
||
| 9 | Usage: xcap_directory [options] |
||
| 10 | |||
| 11 | This example script will use the specified SIP account to get it's XCAP |
||
| 12 | directory. The program will quit when CTRL+D is pressed. |
||
| 13 | |||
| 14 | Options: |
||
| 15 | -h, --help show this help message and exit |
||
| 16 | -a ACCOUNT_NAME, --account-name=ACCOUNT_NAME |
||
| 17 | The name of the account to use. |
||
| 18 | -s, --show-xml Show full XML document. |
||
| 19 | adigeo@ag-blink:~$ |
||
| 20 | }}} |
||
| 21 | |||
| 22 | === Example === |
||
| 23 | |||
| 24 | {{{ |
||
| 25 | adigeo@ag-blink:~$xcap_directory |
||
| 26 | Retrieving xcap-directory from http://node03.dns-hosting.info:8443/xcap-root |
||
| 27 | Folder 'rls-services': |
||
| 28 | index etag: f286a0222a4778a4ae486f60094e6c7e |
||
| 29 | Folder 'resource-lists': |
||
| 30 | index.xml etag: bcef9e2a90ee8b22fea772854df4890f |
||
| 31 | resource-list.xml etag: 25d90afb768246fb2fdbebf2573c1bdc |
||
| 32 | buddies-resource-list.xml etag: 70aebe408b6bbdde19527577294672a3 |
||
| 33 | Folder 'pres-rules': |
||
| 34 | index.xml etag: 7950f5999155e030df25e3a38b080944 |
||
| 35 | Folder 'icon': |
||
| 36 | qn6LpTmKQAEtWiad2hJe.png etag: 7c8593e479f82c8c1798b71c45234bf3 |
||
| 37 | }}} |