mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-23 19:19:53 +00:00
c26b716164
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. |
||
---|---|---|
.. | ||
adhoc_provider.py | ||
adhoc_user.py | ||
config.xml | ||
config_component.py | ||
disco_browser.py | ||
echo_client.py | ||
muc.py | ||
ping.py | ||
proxy_echo_client.py | ||
rpc_async.py | ||
rpc_client_side.py | ||
rpc_server_side.py | ||
send_client.py |