class documentation
class AbstractClientMixin: (source)
Known subclasses: twisted.words.im.ircsupport.IRCProto
, twisted.words.im.pbsupport.TwistedWordsClient
Constructor: AbstractClientMixin(account, chatui, logonDeferred)
Designed to be mixed in to a Protocol implementing class.
Inherit from me first.
Method | __init__ |
Undocumented |
Method | connection |
Undocumented |
Method | connection |
Undocumented |
Method | unregister |
Tell the chat UI that I have `signed off'. |
Instance Variable | account |
Undocumented |
Instance Variable | chat |
Undocumented |
Class Variable | _proto |
Undocumented |
Instance Variable | _logon |
Fired when I am done logging in. |