Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This a simple fix to prevent getting a key error as many plugins add
features to Xep_0030. A better fix would be to call pos_init after all
plugins are loaded. An even better fix would be to define dependencies
for each plugin and registering on demand.
|
|
should look into xmpp.plugin dict
|
|
|
|
|
|
|
|
For example:
iq.reply().error().setPayload(something.xml).send()
|
|
|
|
|
|
|
|
All registered handlers for the event which use the given function will
be removed.
Using this method allows agents to reconfigure their behaviour on the fly
without needing to add extra state information to event handling functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
test coverage
|
|
|
|
|
|
|
|
|
|
stanzas
|
|
|
|
|
|
|
|
|
|
basexmpp.send when using xml mask waiting
|
|
stanzas instead of ElementTree
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|