Part of twisted.words.protocols.msn View Source View In Hierarchy
Instance Variable | userHandle | The contact's user handle (passport). |
Instance Variable | screenName | The contact's screen name. |
Instance Variable | groups | A list of all the group IDs which this contact belongs to. |
Instance Variable | lists | An integer representing the sum of all lists that this contact belongs to. |
Instance Variable | status | The contact's status code. (type: str if contact's status is known, None otherwise.) |
Instance Variable | homePhone | The contact's home phone number. (type: str if known, otherwise None.) |
Instance Variable | workPhone | The contact's work phone number. (type: str if known, otherwise None.) |
Instance Variable | mobilePhone | The contact's mobile phone number. (type: str if known, otherwise None.) |
Instance Variable | hasPager | Whether or not this user has a mobile pager (true=yes, false=no) |
Method | __init__ | Undocumented |
Method | setPhone | set phone numbers/values for this specific user. for phoneType check the *_PHONE constants and HAS_PAGER |
Method | addToList | Update the lists attribute to reflect being part of the given list. |
Method | removeFromList | Update the lists attribute to reflect being removed from the given list. |