DesignBuddyList

Version 1 (Adrian Georgescu, 06/18/2009 09:58 am)

1 1 Adrian Georgescu
= Presence design =
2 1 Adrian Georgescu
3 1 Adrian Georgescu
 * Account
4 1 Adrian Georgescu
 * Address-book
5 1 Adrian Georgescu
 * Buddy list
6 1 Adrian Georgescu
 * Watcher list
7 1 Adrian Georgescu
 * Presence rules
8 1 Adrian Georgescu
9 1 Adrian Georgescu
10 1 Adrian Georgescu
== Account ==
11 1 Adrian Georgescu
12 1 Adrian Georgescu
 * GET XCAP documents xcap-caps, pres-rules, resource-lists, pidf-manipulation, rls-services
13 1 Adrian Georgescu
 * Sends Publish for event presence
14 1 Adrian Georgescu
 * Maintains a '''Presentity''' attributed that is sent as body to Publish
15 1 Adrian Georgescu
 * Sends Subscribe for event presence.info
16 1 Adrian Georgescu
 * Sends Subscribe for event presence with Supported=eventlist
17 1 Adrian Georgescu
18 1 Adrian Georgescu
== Buddy lists ==
19 1 Adrian Georgescu
20 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.
21 1 Adrian Georgescu
22 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.
23 1 Adrian Georgescu
24 1 Adrian Georgescu
== Watcher lists ==
25 1 Adrian Georgescu
26 1 Adrian Georgescu
Built based on the body of NOTIFY for event=presence.winfo.
27 1 Adrian Georgescu
28 1 Adrian Georgescu
== Presence rules ==
29 1 Adrian Georgescu
30 1 Adrian Georgescu
Based on NOTIFY for event watcher.info we update the policy and PUT pres-rules document on the XCAP server.