Undocumented
| Method | show |
doesn't seem like it belongs in this interface. |
| Method | hide |
nor this neither. |
| Method | sendText |
Undocumented |
| Method | showGroupMessage |
Undocumented |
| 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. |
Displays the topic (from the server) for the group conversation window.
| Parameters | topic | Undocumented (type: string) |
| author | Undocumented (type: string (XXX: Not Person?)) |
Adds the given member to the list of members in the group conversation and displays this to the user,
| Parameters | member | Undocumented (type: string (XXX: Not Person?)) |
Changes the oldnick in the list of members to newnick and displays this change to the user,
| Parameters | oldnick | Undocumented (type: string (XXX: Not Person?)) |
| newnick | Undocumented (type: string) |