Sip subscribe xcap diff

Version 3 (Adrian Georgescu, 05/20/2010 01:13 pm)

1 1 Adrian Georgescu
2 3 Adrian Georgescu
h2. sip-subscribe-xcap-diff
3 1 Adrian Georgescu
4 1 Adrian Georgescu
5 1 Adrian Georgescu
6 3 Adrian Georgescu
7 3 Adrian Georgescu
> This script is available in _sipclients_ package that must be installed separately from SIP SIMPLe client SDK package.
8 3 Adrian Georgescu
9 3 Adrian Georgescu
10 3 Adrian Georgescu
h3. Description
11 3 Adrian Georgescu
12 3 Adrian Georgescu
13 1 Adrian Georgescu
This script subscribes to the xcap-diff event package for the given SIP
14 1 Adrian Georgescu
account. The program will un-SUBSCRIBE and quit when CTRL+D is pressed.
15 1 Adrian Georgescu
16 1 Adrian Georgescu
This script implements sending SUBSCRIBE to a Presence Agent and receiving NOTIFY messages from it when an XCAP document has changed.
17 1 Adrian Georgescu
18 3 Adrian Georgescu
<pre>
19 1 Adrian Georgescu
adigeo@h1:~$sip-subscribe-xcap-diff -h
20 1 Adrian Georgescu
using _sigchld
21 1 Adrian Georgescu
Usage: sip-subscribe-xcap-diff [options]
22 1 Adrian Georgescu
23 1 Adrian Georgescu
This script subscribes to the xcap-diff event package for the given SIP
24 1 Adrian Georgescu
account. The program will un-SUBSCRIBE and quit when CTRL+D is pressed.
25 1 Adrian Georgescu
26 1 Adrian Georgescu
Options:
27 1 Adrian Georgescu
  -h, --help            show this help message and exit
28 1 Adrian Georgescu
  -a ACCOUNT_NAME, --account-name=ACCOUNT_NAME
29 1 Adrian Georgescu
                        The name of the account to use.
30 1 Adrian Georgescu
  -s, --trace-sip       Dump the raw contents of incoming and outgoing SIP
31 1 Adrian Georgescu
                        messages (disabled by default).
32 1 Adrian Georgescu
  -j, --trace-pjsip     Print PJSIP logging output (disabled by default).
33 1 Adrian Georgescu
  -n, --trace-notifications
34 1 Adrian Georgescu
                        Print all notifications (disabled by default).
35 1 Adrian Georgescu
36 3 Adrian Georgescu
</pre>