Xcap pres rules » History » Version 9
Adrian Georgescu, 03/31/2009 03:09 PM
| 1 | 5 | Adrian Georgescu | == xcap_pres_rules == |
|---|---|---|---|
| 2 | 1 | Adrian Georgescu | |
| 3 | 7 | Adrian Georgescu | [[TOC(SipTesting*, sip_*, xcap*,depth=2)]] |
| 4 | |||
| 5 | 8 | Adrian Georgescu | To use this script you must to have a valid [wiki:SipSettingsAPI configuration]. |
| 6 | 1 | Adrian Georgescu | |
| 7 | 5 | Adrian Georgescu | === Description === |
| 8 | 1 | Adrian Georgescu | |
| 9 | {{{ |
||
| 10 | 9 | Adrian Georgescu | adigeo@ag-imac3:~$xcap_pres_rules -h |
| 11 | Usage: xcap_pres_rules [options] |
||
| 12 | 1 | Adrian Georgescu | |
| 13 | This example script will use the specified SIP account to manage presence |
||
| 14 | rules via XCAP. The program will quit when CTRL+D is pressed. |
||
| 15 | |||
| 16 | Options: |
||
| 17 | -h, --help show this help message and exit |
||
| 18 | 9 | Adrian Georgescu | -a ACCOUNT_NAME, --account-name=ACCOUNT_NAME |
| 19 | The name of the account to use. |
||
| 20 | -s, --show-xml Show the presence rules XML whenever it is changed and |
||
| 21 | at start-up. |
||
| 22 | 5 | Adrian Georgescu | }}} |
| 23 | 2 | Adrian Georgescu | |
| 24 | === Example === |
||
| 25 | 5 | Adrian Georgescu | |
| 26 | 2 | Adrian Georgescu | {{{ |
| 27 | 9 | Adrian Georgescu | adigeo@ag-imac3:~$xcap_pres_rules |
| 28 | 2 | Adrian Georgescu | Retrieving current presence rules from https://xcap.sipthor.net/xcap-root/ |
| 29 | Allowed watchers: |
||
| 30 | 2233350608@sip2sip.info |
||
| 31 | 31208005163@ag-projects.com |
||
| 32 | 31208005166@ag-projects.com |
||
| 33 | 31208005167@ag-projects.com |
||
| 34 | adi@umts.ro |
||
| 35 | alice@example.com |
||
| 36 | 317105169@eurovoice.ro |
||
| 37 | bob@example.com |
||
| 38 | Blocked watchers: |
||
| 39 | test1@merge.net.nl |
||
| 40 | Polite-blocked watchers: |
||
| 41 | 3 | Adrian Georgescu | Press (a) to allow, (d) to deny, (p) to politely block a new watcher or (r) to remove a watcher from the rules. |
| 42 | (s) will show the presence rules xml. |
||
| 43 | 2 | Adrian Georgescu | a |
| 44 | watcher> abc@example.com |
||
| 45 | Watcher sip:abc@example.com is now authorized |
||
| 46 | }}} |