Project

General

Profile

Presence » History » Version 29

Adrian Georgescu, 09/18/2012 04:46 PM

1 1 Adrian Georgescu
h1. Presence
2
3 15 Adrian Georgescu
h2. Design Principles
4
5 28 Adrian Georgescu
 * Blink should work with any SIP and XCAP servers that supports SIP SIMPLE standards. 
6 1 Adrian Georgescu
 * Blink relies on a Presence Agent collocated with its SIP Registrar
7 29 Adrian Georgescu
 * Blink relies on OMA standards for XCAP storage of its contacts and their policy
8
 * Blink uses only TCP or TLS transports for signaling
9 1 Adrian Georgescu
 * The server must support RLS subscriptions
10 29 Adrian Georgescu
 * The server must support the following XCAP applications: rls-services, resource-lists, xcap-caps, pidf-manipulation, org.openmobilealliance.pres-content, org.openmobilealliance.pres-rules, org.openmobilealliance.xcap-directory
11 27 Adrian Georgescu
12 28 Adrian Georgescu
13 29 Adrian Georgescu
There is nothing that should prevent Blink interoperate with any other SIP end-points as far as SIP signaling is concerned (PUBLISH, SUBSCRIBE and NOTIFY methods). Blink will preserve contacts related information it did not create in XCAP documents. Unfortunately, we have not found other clients that behave in the same way. Sharing the same XCAP documents with other SIP clients is therefore strongly discouraged as is guaranteed to cause failures.
14
15 25 Adrian Georgescu
h3. Standards
16
17
http://sipsimpleclient.com/projects/sipsimpleclient/wiki/SipFeatures#Presence
18 18 Adrian Georgescu
19 1 Adrian Georgescu
h3. Disclaimer
20 19 Adrian Georgescu
21 29 Adrian Georgescu
There is no guaranty Blink Presence functionality would interoperate with other SIP clients due to the freedom allowed by the standards in modeling the data used for contacts storage.
22 27 Adrian Georgescu
23 1 Adrian Georgescu
h3. Interoperability
24
25 21 Adrian Georgescu
Presence is a complex issue and the mechanisms used internally by Blink may not necessarily work under your own server environment. If you want to troubleshot when things do not work as expected, first use the built-in Blink accounts that are designed to work with SIP2SIP domain. As protocol traces for signaling and storage are logged to file, you can easily access such debug information and analyze Blink behavior.
26 1 Adrian Georgescu
27 18 Adrian Georgescu
We can provide support, if you encounter interoperability issues with any the following products and services against Blink has been fully tested:
28 1 Adrian Georgescu
29
 * SIP2SIP.info (a public free SIP service)
30 21 Adrian Georgescu
 * Interoperability with any XMPP domain (using SylkServer SIP/XMPP gateway)
31 1 Adrian Georgescu
 * OpenSIPS/OpenXCAP combination (server software you can run on your premisses)
32 27 Adrian Georgescu
33
You can also enable one SIP2SIP account in your Blink instance to perform presence and contact storage operations while using your preferred SIP provider to make phone calls.
34
35 18 Adrian Georgescu
36 15 Adrian Georgescu
h3. Support
37
38 23 Adrian Georgescu
As presence require proper infrastructure that many SIP service providers simply lack today, do not complain to us when Presence does not work with your SIP service provider. 
39 15 Adrian Georgescu
40
h2. Contacts
41 12 Adrian Georgescu
42 24 Adrian Georgescu
Contacts are stored on the XCAP server in the resource-lists document under a proprietary name space to avoid conflicts with other end-points that might use the same document as there is no common standard way for how to store a rich address book on a server. This means that different SIP user agents from different vendors cannot read or modify this data in a deterministic way. The contacts in the address-book are then used by standard OMA rls-services and pres-rules XCAP documents. The SIP and XCAP servers need to support OMA style XCAP documents in order to interoperate with Blink.
43 1 Adrian Georgescu
Contacts have two Presence related properties that can changed in Edit Contact Panel Subscriptions section:
44 12 Adrian Georgescu
45 1 Adrian Georgescu
 * Subscribe to Contact's Presence Information
46 8 Adrian Georgescu
 * Allow Contact to see my Presence Information
47 18 Adrian Georgescu
 * If an URI part of the contact is labelled as XMPP, when using a SIP2SIP.info account the session request will be forwarded to an XMPP gateway. 
48 1 Adrian Georgescu
49 4 Adrian Georgescu
h2. Watcher Information
50
51 13 Adrian Georgescu
Using SUBSCRIBE for presence.winfo event package, Blink keeps track of presence watchers and their status.
52 6 Adrian Georgescu
 
53 4 Adrian Georgescu
 * Contacts that have subscribed to our presence are rendered in the 'New Contact Requests' group that is rendered on top of the contacts list. Right click or dragging the contact can be used to allow or deny the request. Blocked contacts are displayed in the Blocked group.
54
 * Active watchers are shown in Status -> People Watching  My Presence Activity menu
55
56 6 Adrian Georgescu
h2. Published Presence
57 1 Adrian Georgescu
58 13 Adrian Georgescu
Using PUBLISH method for presence event package, the following information is published by Blink:
59 1 Adrian Georgescu
60 7 Adrian Georgescu
h3. Basic Status
61
62
Open or closed.
63
64 14 Adrian Georgescu
h3. Extended Status
65 7 Adrian Georgescu
66 14 Adrian Georgescu
Blink uses a proprietary extension for indicating the extented status compatible with XMPP end-points. 
67 7 Adrian Georgescu
68 6 Adrian Georgescu
h3. Location
69 1 Adrian Georgescu
70 6 Adrian Georgescu
Location is based on CIPID map extension. Location can be disabled per account in Presence section of account preferences.
71
72
h3. Homepage
73
74
A home page can be entered in Presence section of account preferences. Homepage is based on CIPID homepage extension.
75 1 Adrian Georgescu
76 3 Adrian Georgescu
h3. Note
77 6 Adrian Georgescu
78 14 Adrian Georgescu
Presence note can be typed in the text area right to own icon in the main GUI window. Note is attached to the service.
79 5 Adrian Georgescu
80
h3. Status
81 1 Adrian Georgescu
82 7 Adrian Georgescu
Presence status can be changed from the main GUI window and Status menu. Last combination of Presence state and note are saved in the history build at the end of the menu. 
83 1 Adrian Georgescu
84 5 Adrian Georgescu
h3. Icon
85 1 Adrian Georgescu
86
User icon is uploaded to XCAP server using OMA pres-content application, replicated among multiple Blink instances and location of icons storage URL on XCAP server is published in PIDF.
87
88
h3. Offline Presence
89
90
In status menu, one can change its presence state and also an offline state when Blink is offline. This is done using pidf-manipulation XCAP application.
91
92
h3. Media Capabilities
93
94
Type of media supported by the end-point.
95
96
h3. Device Information
97
98
The following information is published:
99
100
 * Hostname
101
 * Time offset
102 9 Adrian Georgescu
 * Idle status
103 1 Adrian Georgescu
 * GRUU contact address
104 8 Adrian Georgescu
105 10 Adrian Georgescu
h2. Subscribe To Presence
106 3 Adrian Georgescu
107 8 Adrian Georgescu
Using SIP SUBSCRIBE for RLS, Bink subscribes to the SIP addresses stored in rls-services document uploaded on the XCAP server by contacts management actions in the GUI (add/update/delete contacts).
108 1 Adrian Georgescu
 
109 10 Adrian Georgescu
h3. Presence Notifications
110
111 6 Adrian Georgescu
Presence information received from the SIP URIs as RLMI notifications from the RLS server is used to update each contact in the contacts list with:
112 1 Adrian Georgescu
113
 * Status icon overlaid on botton right of user icon, indicating away, busy, extended-away or available
114
 * Rectangular presence indicator on right side of the tile to provide a quick overview about availability
115
 * Presence note is rendered on second line, multiple notes and pending authorizations are rotated every 10 seconds
116
 * User icon is retrieved and updated when necessary from URL advertised by user 
117 2 Adrian Georgescu
118
Selecting  Show Presence Information menu item from contextual contact menu show a panel with detailed information, not all information may have been rendered in the GUI.
119 1 Adrian Georgescu
120
h2. Sessions
121
122
 * When subscribed to Presence, if information is received, the contextual menu of each contact is updated with the possibility of starting a session to a specific device. This requires the remote device to use GRUU.