twisted.words.service.User(object) class documentationtwisted.words.service
(View In Hierarchy)
Implements interfaces: twisted.words.iwords.IUser
| Method | __init__ | Undocumented | 
| Method | loggedIn | Invoked by the associated IChatServicewhen login occurs. | 
| Method | join | Attempt to join the given group. | 
| Method | leave | Discontinue participation in the given group. | 
| Method | send | Send the given message to the given user or group. | 
| Method | itergroups | Return an iterator of all groups of which this user is a member. | 
| Method | logout | Undocumented | 
Invoked by the associated IChatService
when login occurs.
| Parameters | realm | The IChatServicethrough which login is occurring. | 
| mind | The mind object used for cred login. | 
Attempt to join the given group.
| Returns | (type: twisted.internet.defer.Deferred) | |
Discontinue participation in the given group.
| Returns | (type: twisted.internet.defer.Deferred) | |