Part of twisted.words.im.basechat View Source View In Hierarchy
Instance Variables | chatui | The GUI chat client associated with this contacts list.
(type: ChatUI
) |
contacts | The contacts.
(type: dict mapping str to a IPerson
provider
) | |
onlineContacts | The contacts who are currently online (have a status that is not
OFFLINE ).
(type: dict mapping str to a IPerson
provider
) | |
clients | The signed-on clients.
(type: list of IClient
providers
) |
Method | __init__ | |
Method | setContactStatus | Inform the user that a person's status has changed. |
Method | registerAccountClient | Notify the user that an account client has been signed on to. |
Method | unregisterAccountClient | Notify the user that an account client has been signed off or disconnected from. |
Method | contactChangedNick | Update your contact information to reflect a change to a contact's nickname. |
Parameters | chatui | The GUI chat client associated with this contacts list.
(type: ChatUI
) |
Parameters | person | The person whose status has changed.
(type: IPerson
provider
) |
Parameters | client | The client being added to your list of account clients.
(type: IClient
provider
) |