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