The first entity that gets access to arrived stanza.
|
|
|
|
|
pluginRelay(self,
session,
stanza)
Relays a stanza to a plugin dispatcher if such plugin is the correct
receiver of the stanza |
source code
|
|
|
presenceHandler(self,
session,
stanza,
raiseFlag=True,
fromLocal=False) |
source code
|
|
|
|
|
|
|
|
|
subscriber(self,
session,
stanza)
Subscription manager that actually works (cough, cough, BoP, cough, cough ;-) |
source code
|
|
|
|
|
|
|
routerHandler(self,
session,
stanza,
raiseFlag=True)
XMPP-Core 9.1.1 rules |
source code
|
|
Inherited from xmpp.client.PlugIn :
DEBUG ,
PlugIn ,
PlugOut ,
__init__
|