Project

General

Profile

Xcap directory » History » Version 2

Adrian Georgescu, 01/24/2010 03:40 PM

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