| Home | Trees | Index | Help |
|---|
| Package twisted :: Package protocols :: Module oscar :: Class OSCARService |
|
BaseProtocol--+ |Protocol--+ |OscarConnection--+ |SNACBased--+ | OSCARService
ChatService,
ChatNavService| Method Summary | |
|---|---|
__init__(self,
bos,
cookie,
d)
| |
called when the client is ready to be online | |
(Deprecated) (inherited from Protocol)
| |
Called when the connection is shut down. | |
Called when a connection is made. (inherited from OscarConnection)
| |
Called whenever data is received. (inherited from OscarConnection)
| |
send the disconnect flap, and sever the connection (inherited from OscarConnection)
| |
Make a connection to a transport and a server. (inherited from BaseProtocol)
| |
oscar_(self,
data)
(inherited from SNACBased)
| |
oscar_01_03(self,
snac)
(inherited from SNACBased)
| |
change of rate information. (inherited from SNACBased)
| |
host versions, in the same format as we sent (inherited from SNACBased)
| |
oscar_Data(self,
data)
(inherited from SNACBased)
| |
oscar_unknown(self,
snac)
(inherited from SNACBased)
| |
readFlap(self)
(inherited from OscarConnection)
| |
sendFLAP(self,
data,
channel)
(inherited from OscarConnection)
| |
sendKeepAlive(self)
(inherited from OscarConnection)
| |
send a snac and wait for the response by returning a Deferred. (inherited from SNACBased)
| |
send a snac, but don't bother adding a deferred, we don't care. (inherited from SNACBased)
| |
setKeepAlive(self,
t)
(inherited from OscarConnection)
| |
stopKeepAlive(self)
(inherited from OscarConnection)
| |
_ebDeferredError(self,
error,
fam,
sub,
data)
(inherited from SNACBased)
| |
| Method Details |
|---|
clientReady(self)called when the client is ready to be online
|
connectionLost(self, reason)Called when the connection is shut down. Clear any circular references here, and any external references to this Protocol. The connection has been closed.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:48:36 2003 | http://epydoc.sf.net |