| Home | Trees | Index | Help |
|---|
| Package twisted :: Package im :: Module interfaces :: Class IGroup |
|
NonMetaInterface --+
|
IGroup
A group which you may have a conversation with.
Groups generally have a loosely-defined set of members, who may leave and join at any time.| Method Summary | |
|---|---|
Initialize me. | |
join(self)
| |
leave(self)
| |
Send a message to this group. | |
setTopic(self,
text)
| |
| Instance Variable Summary | |
|---|---|
| Account<IAccount> | account
- The account I am accessed through. |
| string | name
- My name, as the server knows me. |
| Method Details |
|---|
__init__(self,
name,
account)
Initialize me.
|
sendGroupMessage(self, text, metadata=None)Send a message to this group.
|
| Instance Variable Details |
|---|
accountThe account I am accessed through.
|
nameMy name, as the server knows me.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:45:29 2003 | http://epydoc.sf.net |