Age | Commit message (Collapse) | Author |
|
This allows exceptions to include the original
content of a stanza in the error response by including
the parameter clear=False when raising the exception.
|
|
Raising an XMPPError exception from an event handler now works, even if
from a threaded handler.
Added stream tests to verify.
We should start using XMPPError, it really makes things simple!
|
|
Cleaned up the atom entry stanza.
|
|
|
|
references to nonexistant license.txt to LICENSE.
|
|
|
|
* raise XMPPError in handler to reply with error stanza
* started work on pubsub stanzas
|