Methods
|
|
|
|
__init__
|
__init__ ( self, cookie )
|
|
_ebDeferredError
|
_ebDeferredError (
self,
error,
fam,
sub,
data,
)
|
|
clientReady
|
clientReady ( self )
called when the client is ready to be online
|
|
oscar_
|
oscar_ ( self, data )
|
|
oscar_01_03
|
oscar_01_03 ( self, snac )
|
|
oscar_01_0A
|
oscar_01_0A ( self, snac )
change of rate information.
|
|
oscar_01_18
|
oscar_01_18 ( self, snac )
host versions, in the same format as we sent
|
|
oscar_Data
|
oscar_Data ( self, data )
|
|
oscar_unknown
|
oscar_unknown ( self, snac )
|
|
sendSNAC
|
sendSNAC (
self,
fam,
sub,
data,
flags=[ 0, 0 ],
)
send a snac and wait for the response by returning a Deferred.
|
|
sendSNACnr
|
sendSNACnr (
self,
fam,
sub,
data,
flags=[ 0, 0 ],
)
send a snac, but don't bother adding a deferred, we don't care.
|
|