slixmpp/examples
elya5 edd9199be8 Fix UnboundlocalError in disco_browser.py example
If self.get is in self.info_types and self.items_types, only self['xep_0030'].get_info is executed and not self['xep_0030'].get_items. So the condition in line 129 is successful but items is not assigned.
2015-07-09 17:15:36 +02:00
..
custom_stanzas Don't use internally deprecated methods 2013-02-22 01:48:03 +04:00
ibb_transfer Fix some errors in the IBB plugin. 2013-03-29 13:16:18 -07:00
adhoc_provider.py added setdefaultencoding method so reload(sys) not needed 2012-10-24 13:06:36 -07:00
adhoc_user.py added setdefaultencoding method so reload(sys) not needed 2012-10-24 13:06:36 -07:00
admin_commands.py added setdefaultencoding method so reload(sys) not needed 2012-10-24 13:06:36 -07:00
disco_browser.py Fix UnboundlocalError in disco_browser.py example 2015-07-09 17:15:36 +02:00
download_avatars.py Chmod +x examples, and add shebang lines 2013-09-20 11:50:51 -07:00
echo_client.py Examples fixes 2014-01-21 16:19:27 +04:00
echo_component.py added setdefaultencoding method so reload(sys) not needed 2012-10-24 13:06:36 -07:00
gtalk_custom_domain.py added setdefaultencoding method so reload(sys) not needed 2012-10-24 13:06:36 -07:00
http_over_xmpp.py Added help for running example.. 2015-02-05 18:11:41 +05:30
IoT_TestDevice.py Fixed imports 2015-05-13 17:24:06 -04:00
migrate_roster.py Change to roster migration example 2015-05-25 01:01:08 +02:00
muc.py added setdefaultencoding method so reload(sys) not needed 2012-10-24 13:06:36 -07:00
ping.py Examples fixes 2014-01-21 16:19:27 +04:00
proxy_echo_client.py added setdefaultencoding method so reload(sys) not needed 2012-10-24 13:06:36 -07:00
pubsub_client.py Chmod +x examples, and add shebang lines 2013-09-20 11:50:51 -07:00
pubsub_events.py Chmod +x examples, and add shebang lines 2013-09-20 11:50:51 -07:00
register_account.py Chmod +x examples, and add shebang lines 2013-09-20 11:50:51 -07:00
roster_browser.py cleanup semicolons, whitespace and mutable default arguments 2014-08-23 12:47:29 +02:00
rpc_async.py Chmod +x examples, and add shebang lines 2013-09-20 11:50:51 -07:00
rpc_client_side.py Chmod +x examples, and add shebang lines 2013-09-20 11:50:51 -07:00
rpc_server_side.py Chmod +x examples, and add shebang lines 2013-09-20 11:50:51 -07:00
send_client.py added setdefaultencoding method so reload(sys) not needed 2012-10-24 13:06:36 -07:00
set_avatar.py Fixed bug #353 Python3 XEP-0084 error 2015-03-25 14:04:46 +01:00
thirdparty_auth.py Chmod +x examples, and add shebang lines 2013-09-20 11:50:51 -07:00
user_location.py Chmod +x examples, and add shebang lines 2013-09-20 11:50:51 -07:00
user_tune.py Chmod +x examples, and add shebang lines 2013-09-20 11:50:51 -07:00