SleekXMPP/sleekxmpp
Lance Stout c26b716164 Update XEP-0050 to use new IQ exceptions.
IqError is now caught and forwarded to the command error handler referenced
in the session.

Errors are now caught and processed by the session's error handler
whether or not the results Iq stanza includes the <command> substanza.

Added the option for blocking command calls. The blocking option is set
during start_command with block=True. Subsequent command flow methods use
session['block'] to determine their blocking behaviour.

If you use blocking commands, then you will need to wrap your command calls
in a try/except block for IqTimeout exceptions.
2011-08-13 00:10:06 -07:00
..
features Enable forcing a specififc SASL mech: 2011-08-09 00:51:49 -07:00
plugins Update XEP-0050 to use new IQ exceptions. 2011-08-13 00:10:06 -07:00
roster Need to store unavailable presence as last sent if broadcasted. 2011-06-18 14:39:17 -07:00
stanza Merge branch 'develop' into roster 2011-08-12 16:47:58 -07:00
test Merge branch 'develop' into roster 2011-08-12 16:47:58 -07:00
thirdparty Hotfix for ANONYMOUS mech support. 2011-08-05 14:06:58 -07:00
xmlstream Reduce the maximum delay between connection retries to 10min. 2011-08-12 17:17:05 -07:00
__init__.py Hotfix for ANONYMOUS mech support. 2011-08-05 14:06:58 -07:00
basexmpp.py Merge branch 'develop' into roster 2011-08-12 16:47:58 -07:00
clientxmpp.py Merge branch 'develop' into roster 2011-08-12 16:47:58 -07:00
componentxmpp.py Merge branch 'develop' into roster 2011-08-12 16:47:58 -07:00
exceptions.py IqTimeout now references the original sent stanza. 2011-06-01 15:28:33 -07:00