Part of twisted.words.im.interfaces View Source View In Hierarchy
| Method | registerAccountClient | Notifies user that an account has been signed on to. |
| Method | unregisterAccountClient | Notifies user that an account has been signed off or disconnected. |
| Method | getContactsList | |
| Method | getConversation | For the given person object, returns the conversation window |
| Method | getGroupConversation | For the given group object, returns the group conversation window or |
| Method | getPerson | Get a Person for a client. |
| Method | getGroup | Get a Group for a client. |
| Method | contactChangedNick | For the given person, changes the person's name to newnick, and |
| Parameters | client | (type: Client
) |
| Parameters | client | (type: Client
) |
| Parameters | person | (type: Person
) |
| Class | (type: Conversation
class
) | |
| stayHidden | (type: boolean ) | |
| Returns | (type: Conversation
) | |
| Parameters | group | (type: Group
) |
| Class | (type: Conversation
class
) | |
| stayHidden | (type: boolean ) | |
| Returns | (type: GroupConversation
) | |
Duplicates IAccount.getPerson.
| Parameters | name | (type: string ) |
| client | (type: Client
) | |
| Returns | (type: Person
) | |
Duplicates IAccount.getGroup.
| Parameters | name | (type: string ) |
| client | (type: Client
) | |
| Returns | (type: Group
) | |
| Parameters | oldnick | (type: string ) |
| newnick | (type: string ) |