Part of twisted.words.im.basechat View Source View In Hierarchy
Method | __init__ | |
Method | show | Displays the GroupConversationWindow. |
Method | hide | Hides the GroupConversationWindow. |
Method | sendText | Sends text to the group. |
Method | showGroupMessage | No summary |
Method | setGroupMembers | Sets the list of members in the group and displays it to the user |
Method | setTopic | Displays the topic (from the server) for the group conversation window |
Method | memberJoined | Adds the given member to the list of members in the group conversation and displays this to the user |
Method | memberChangedNick | Changes the oldnick in the list of members to newnick and displays this change to the user |
Method | memberLeft | Deletes the given member from the list of members in the group conversation and displays the change to the user |
Parameters | text | (type: string ) |
Returns | (type: Deferred
) |
Parameters | sender | (type: string (XXX: Not Person?) ) |
text | (type: string ) | |
metadata | (type: dict ) |
Parameters | topic | (type: string ) |
author | (type: string (XXX: Not Person?) ) |
Parameters | member | (type: string (XXX: Not Person?) ) |
Parameters | oldnick | (type: string ) |
newnick | (type: string ) |
Parameters | member | (type: string ) |