class documentation

Designed to be mixed in to a Protocol implementing class.

Inherit from me first.

Method __init__ Undocumented
Method connectionLost Undocumented
Method connectionMade Undocumented
Method unregisterAsAccountClient Tell the chat UI that I have `signed off'.
Instance Variable account Undocumented
Instance Variable chat Undocumented
Class Variable _protoBase Undocumented
Instance Variable _logonDeferred Fired when I am done logging in.
def __init__(self, account, chatui, logonDeferred): (source)
def connectionLost(self, reason: Failure = connectionDone): (source)

Undocumented

def connectionMade(self): (source)

Undocumented

def unregisterAsAccountClient(self): (source)

Tell the chat UI that I have `signed off'.

Undocumented

_logonDeferred = (source)

Fired when I am done logging in.