twisted.words.protocols.oscar.OSCARService(SNACBased)
class documentationtwisted.words.protocols.oscar
View Source
(View In Hierarchy)
Known subclasses: twisted.words.protocols.oscar.ChatNavService, twisted.words.protocols.oscar.ChatService
Method | __init__ | Undocumented |
Method | connectionLost | Called when the connection is shut down. |
Method | clientReady | called when the client is ready to be online |
Inherited from BaseProtocol (via SNACBased, OscarConnection, Protocol):
Method | makeConnection | Make a connection to a transport and a server. |
Inherited from BaseProtocol (via SNACBased, OscarConnection, Protocol):
Method | makeConnection | Make a connection to a transport and a server. |
Inherited from BaseProtocol (via SNACBased, OscarConnection, Protocol):
Method | makeConnection | Make a connection to a transport and a server. |
Inherited from BaseProtocol (via SNACBased, OscarConnection, Protocol):
Method | makeConnection | Make a connection to a transport and a server. |
Called when the connection is shut down.
Clear any circular references here, and any external references to this Protocol. The connection has been closed.