Part of twisted.words.im.jychat View Source View In Hierarchy
Method | __init__ | Undocumented |
Method | getConversation | For the given person object, returns the conversation window or creates and returns a new conversation window if one does not exist. |
Method | getGroupConversation | For the given group object, returns the group conversation window or creates and returns a new group conversation window if it doesn't exist |
Inherited from ChatUI:
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 | getPerson | For the given name and account client, returns the instance of the AbstractPerson subclass, or creates and returns a new AbstractPerson subclass of the type Class |
Method | getGroup | For the given name and account client, returns the instance of the AbstractGroup subclass, or creates and returns a new AbstractGroup subclass of the type Class |
Method | contactChangedNick | For the given person, changes the person's name to newnick, and tells the contact list and any conversation windows with that person to change as well. |
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
) |