Catch exceptions for direct events.
commit0214db75451627c4e0d666e8567db24da31e4056
authorLance Stout <lancestout@gmail.com>
Wed, 3 Nov 2010 16:38:13 +0000 (3 12:38 -0400)
committerLance Stout <lancestout@gmail.com>
Wed, 3 Nov 2010 16:38:13 +0000 (3 12:38 -0400)
tree972b269ea35ba27fe0ead67c993c9e84a77d5936
parentffc6f031d9134015f16fadedc4e94e6f1a502b7b
Catch exceptions for direct events.

Events triggered with direct=True will have exceptions caught.

Note that all event handlers in a direct event will currently run
in the same thread.
sleekxmpp/xmlstream/xmlstream.py