Home | Trees | Index | Help |
---|
Package twisted :: Package protocols :: Module msn :: Class MSNContactList |
|
Method Summary | |
---|---|
__init__(self)
| |
Add a contact to the desired list. | |
Remove a contact from the desired list. |
Instance Variable Summary | |
---|---|
dict (mapping user handles to MSNContact objects) | authorizedContacts
- Contacts that I have allowed to be notified when my state changes
(allow list) |
dict (mapping user handles to MSNContact objects) | blockedContacts
- Contacts not allowed to see state changes nor talk to me |
dict (mapping user handles to MSNContact objects) | contacts
- The forward list (users on my list) |
dict Note: This is used only for storage and doesn't effect the server's contact list. |
groups
- a mapping of group ids to group names (groups can only exist on the
forward list) |
dict (mapping user handles to MSNContact objects) | reverseContacts
- Contacts who have added me to their list |
version
- The current contact list version (used for list syncing) |
Method Details |
---|
addContact(self, listType, contact, force=0)Add a contact to the desired list.
|
removeContact(self, listType, contact)Remove a contact from the desired list.
|
Instance Variable Details |
---|
authorizedContactsContacts that I have allowed to be notified when my state changes (allow list)
|
blockedContactsContacts not allowed to see state changes nor talk to me
|
contactsThe forward list (users on my list)
|
groupsa mapping of group ids to group names (groups can only exist on the forward list)
|
reverseContactsContacts who have added me to their list
|
versionThe current contact list version (used for list syncing) |
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Thu May 8 13:16:40 2003 | http://epydoc.sf.net |