Sip subscribe xcap diff

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

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