Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|