DesignBuddyList » History » Revision 3
      « Previous |
    Revision 3/115
      (diff)
      | Next »
    
    Adrian Georgescu, 06/18/2009 10:37 AM 
    
    
= Buddy list =
<abbr title="Design*, depth=1">TOC</abbr>
- Account
 - Address-book
 - Buddy list
 - Watcher list
 - Presence rules
 
Image(sipsimple-buddy-list-design.png,width=600)
 Account 
- GET XCAP documents xcap-caps, pres-rules, resource-lists, pidf-manipulation, rls-services
 - Sends Publish for event presence
 - Maintains a '''Presentity''' attributed that is sent as body to Publish
 - Sends Subscribe for event presence.info
 - Sends Subscribe for event presence with Supported=eventlist
 
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.
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.
Watcher listsBuilt based on the body of NOTIFY for event=presence.winfo.
Presence rulesBased on NOTIFY for event watcher.info we update the policy and PUT pres-rules document on the XCAP server.
Updated by Adrian Georgescu over 16 years ago · 3 revisions