Xcap directory » History » Version 3
Adrian Georgescu, 01/24/2010 03:40 PM
1 | 1 | Adrian Georgescu | |
---|---|---|---|
2 | 3 | Adrian Georgescu | h2. xcap-directory |
3 | 1 | Adrian Georgescu | |
4 | |||
5 | |||
6 | 3 | Adrian Georgescu | |
7 | > This script is available in _sipclients_ package that must be installed separately from SIP SIMPLe client SDK package. |
||
8 | |||
9 | |||
10 | h3. Description |
||
11 | |||
12 | |||
13 | <pre> |
||
14 | 2 | Adrian Georgescu | adigeo@ag-blink:~$xcap-directory -h |
15 | Usage: xcap-directory [options] |
||
16 | 1 | Adrian Georgescu | |
17 | This example script will use the specified SIP account to get it's XCAP |
||
18 | directory. The program will quit when CTRL+D is pressed. |
||
19 | |||
20 | Options: |
||
21 | -h, --help show this help message and exit |
||
22 | -a ACCOUNT_NAME, --account-name=ACCOUNT_NAME |
||
23 | The name of the account to use. |
||
24 | -s, --show-xml Show full XML document. |
||
25 | adigeo@ag-blink:~$ |
||
26 | 3 | Adrian Georgescu | </pre> |
27 | 1 | Adrian Georgescu | |
28 | |||
29 | 3 | Adrian Georgescu | h3. Example |
30 | |||
31 | |||
32 | <pre> |
||
33 | 1 | Adrian Georgescu | adigeo@ag-blink:~$xcap-directory |
34 | Retrieving xcap-directory from http://node03.dns-hosting.info:8443/xcap-root |
||
35 | Folder 'rls-services': |
||
36 | index etag: f286a0222a4778a4ae486f60094e6c7e |
||
37 | Folder 'resource-lists': |
||
38 | index.xml etag: bcef9e2a90ee8b22fea772854df4890f |
||
39 | resource-list.xml etag: 25d90afb768246fb2fdbebf2573c1bdc |
||
40 | buddies-resource-list.xml etag: 70aebe408b6bbdde19527577294672a3 |
||
41 | Folder 'pres-rules': |
||
42 | index.xml etag: 7950f5999155e030df25e3a38b080944 |
||
43 | Folder 'icon': |
||
44 | qn6LpTmKQAEtWiad2hJe.png etag: 7c8593e479f82c8c1798b71c45234bf3 |
||
45 | 3 | Adrian Georgescu | </pre> |