class twisted.words.im.pbsupport.TwistedWordsGroup(basesupport.AbstractGroup): (source)
Implements interfaces: twisted.words.im.interfaces.IGroup
Undocumented
Method | __init__ | Initialize me. |
Instance Variable | joined | Undocumented |
Method | sendGroupMessage | Return a deferred. |
Method | setTopic | Set this Groups topic on the server. |
Method | metadataFailed | Undocumented |
Method | joining | Undocumented |
Method | leaving | Undocumented |
Method | leave | Depart this group. |
Inherited from AbstractGroup:
Instance Variable | name | Undocumented |
Instance Variable | account | Undocumented |
Method | getGroupCommands | finds group commands |
Method | getTargetCommands | finds group commands |
Method | join | Undocumented |
Method | __repr__ | Undocumented |
Method | __str__ | Undocumented |
Initialize me.
Parameters | name | My name, as the server knows me. (type: str) |
wordsClient | Undocumented | |
account | The account I am accessed through. (type: Account ) |
Set this Groups topic on the server.
Parameters | text | Undocumented (type: string) |