DesignBuddyList

Version 11 (Adrian Georgescu, 07/11/2009 12:11 pm)

1 2 Adrian Georgescu
= Buddy list =
2 2 Adrian Georgescu
3 2 Adrian Georgescu
[[TOC(Design*, depth=1)]]
4 1 Adrian Georgescu
5 1 Adrian Georgescu
 * Account
6 1 Adrian Georgescu
 * Address-book
7 1 Adrian Georgescu
 * Buddy list
8 1 Adrian Georgescu
 * Watcher list
9 1 Adrian Georgescu
 * Presence rules
10 1 Adrian Georgescu
11 3 Adrian Georgescu
[[Image(sipsimple-buddy-list-design.png,width=600)]]
12 1 Adrian Georgescu
== Account ==
13 1 Adrian Georgescu
14 1 Adrian Georgescu
 * GET XCAP documents xcap-caps, pres-rules, resource-lists, pidf-manipulation, rls-services
15 1 Adrian Georgescu
 * Sends Publish for event presence
16 1 Adrian Georgescu
 * Maintains a '''Presentity''' attributed that is sent as body to Publish
17 1 Adrian Georgescu
 * Sends Subscribe for event presence.info
18 1 Adrian Georgescu
 * Sends Subscribe for event presence with Supported=eventlist
19 1 Adrian Georgescu
20 1 Adrian Georgescu
== Buddy lists ==
21 1 Adrian Georgescu
22 1 Adrian Georgescu
Contains list of buddies. The buddylist is indexed by SIP URIs. Additional one can store full name or other attributes. Based on NOTIFY for event=presence each buddy has a '''Presentity''' attribute that contains published information. GUI displays parts of it.
23 1 Adrian Georgescu
24 1 Adrian Georgescu
Buddy list is stored in resource-lists XCAP document. If RLS is used, a RLS document that can contains a list of discrete SIP URIs is built and PUT on the server.
25 1 Adrian Georgescu
26 1 Adrian Georgescu
== Watcher lists ==
27 1 Adrian Georgescu
28 1 Adrian Georgescu
Built based on the body of NOTIFY for event=presence.winfo.
29 1 Adrian Georgescu
30 1 Adrian Georgescu
== Presence rules ==
31 1 Adrian Georgescu
32 1 Adrian Georgescu
Based on NOTIFY for event watcher.info we update the policy and PUT pres-rules document on the XCAP server.
33 4 Adrian Georgescu
34 10 Adrian Georgescu
== Icon exhange flow ==
35 4 Adrian Georgescu
36 11 Adrian Georgescu
Support in OpenXCAP server is necessary, see http://openxcap.org/ticket/100
37 11 Adrian Georgescu
38 9 Adrian Georgescu
Publishing end-point, on change:
39 1 Adrian Georgescu
40 9 Adrian Georgescu
 1. Generate a random filename: XYZ
41 9 Adrian Georgescu
 1. Build URL http://xcap.example.com/xcap-root/icon/users/sip:alice@example.com/XYZ.png
42 9 Adrian Georgescu
 1. HTTP PUT to xcap server
43 9 Adrian Georgescu
 1. Update <icon> element of pidf and PUBLISH new pidf
44 9 Adrian Georgescu
 1. HTTP GET for xcap-directory and locate previously uploaded icons
45 9 Adrian Georgescu
 1. HTTP DELETE any previous icon files
46 1 Adrian Georgescu
47 9 Adrian Georgescu
On reboot:
48 1 Adrian Georgescu
49 9 Adrian Georgescu
 1. HTTP GET for xcap-directory and locate previously uploaded icon (e.g. XYZ)
50 9 Adrian Georgescu
 1. HTTP GET http://xcap.example.com/xcap-root/icon/users/sip:alice@example.com/XYZ.png
51 1 Adrian Georgescu
52 9 Adrian Georgescu
Subscribing end-point:
53 9 Adrian Georgescu
54 9 Adrian Georgescu
 1. Parse <icon> element of pidf received in Notify
55 9 Adrian Georgescu
 2. HTTP GET http://xcap.example.com/xcap-root/icon/users/sip:alice@example.com/XYZ.png
56 9 Adrian Georgescu
 3. Cache picture and check periodically