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!