|
|
PlugIn(self,
owner,
after_SASL=False,
old_features=None)
Attach to owner and register ourself and our _exported_methods in it. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
dispatch(self,
stanza,
session=None,
direct=0)
Main procedure that performs XMPP stanza recognition and calling
apppropriate handlers for it. |
source code
|
|
|
Inherited from XMPPDispatcher:
Event,
RegisterCycleHandler,
RegisterDefaultHandler,
RegisterEventHandler,
RegisterHandler,
RegisterHandlerOnce,
RegisterNamespace,
RegisterNamespaceHandler,
RegisterProtocol,
SendAndCallForResponse,
SendAndWaitForResponse,
UnregisterCycleHandler,
UnregisterHandler,
__init__,
dumpHandlers,
getAnID,
plugin,
plugout,
restoreHandlers,
returnStanzaHandler,
send
Inherited from plugin.PlugIn:
PlugOut
|