Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-28 | Fix examples relying on the changed API | mathieui | |
2015-02-24 | Update the documentation and examples | mathieui | |
- update most of the examples with slixmpp - change the help channels pointed out in the doc - add a page listing differences from slixmpp and how to use asyncio nicely with slixmpp - fix some in-code rst documentation | |||
2014-09-28 | Remove all deprecated alias in the core of slixmpp, and wherever they were used. | Emmanuel Gil Peyrot | |
2014-09-28 | Don’t set the wait time to True instead of leaving its float default, in ↵ | Emmanuel Gil Peyrot | |
examples. | |||
2014-09-01 | Remove all trailing whitespaces. | Emmanuel Gil Peyrot | |
2014-09-01 | Move examples from the deprecated optparse to argparse, and remove the ↵ | Emmanuel Gil Peyrot | |
redundant -v option. | |||
2014-09-01 | Import getpass from getpass, instead of using getpass.getpass everytime. | Emmanuel Gil Peyrot | |
2014-09-01 | Remove (usually) useless comments in examples about OpenFire and how to ↵ | Emmanuel Gil Peyrot | |
verify a certificate. | |||
2014-09-01 | Reintroduce XMLStream.process, making it run the asyncio event loop. | Emmanuel Gil Peyrot | |
2014-09-01 | Remove threaded from examples’ add_event_handler. | Emmanuel Gil Peyrot | |
2014-09-01 | Remove raw_input usage and other python2 support in examples | Emmanuel Gil Peyrot | |
2014-09-01 | Set the shebang to python3 everywhere. | Emmanuel Gil Peyrot | |
2014-07-21 | Clean a new bunch of stuf | Florent Le Coz | |
2014-07-17 | Rename to slixmpp | Florent Le Coz | |
2014-01-21 | Examples fixes | Anton Ryzhov | |
2013-09-20 | Chmod +x examples, and add shebang lines | Lance Stout | |
2013-09-05 | Merge branch 'xep_0323_325' of git://github.com/joachimlindborg/SleekXMPP ↵ | Lance Stout | |
into joachimlindborg-xep_0323_325 Conflicts: sleekxmpp/plugins/__init__.py | |||
2013-09-03 | first functional IoT_Test | Joachim Lindborg | |
2013-06-22 | Add roster migration example | Lance Stout | |
2013-03-29 | Fix some errors in the IBB plugin. | Lance Stout | |
2013-02-25 | Merge branch 'develop' | Lance Stout | |
2013-02-22 | Don't use internally deprecated methods | Anton Ryzhov | |
2013-02-08 | Enable force_registration in the register account example. | Lance Stout | |
2013-02-08 | Add option to XEP-0077 plugin to force registration attempts. | Lance Stout | |
2013-01-20 | Updated XEP-0199 to take and return standardized values. | Lance Stout | |
Handles Iq errors appropriately when the recipient can't be found. | |||
2012-10-31 | Turns out not all data is UTF-8, so don't try to decode it. | Lance Stout | |
Fixes issue #204 | |||
2012-10-24 | added setdefaultencoding method so reload(sys) not needed | Paul Molodowitch | |
reload(sys) could cause problem in user code - ie, sys.stdout, excepthook, and displayhook would be reset, etc | |||
2012-08-07 | Fix disco browser example to handle errors. | Lance Stout | |
2012-07-25 | Add example for setting an avatar. | Lance Stout | |
2012-07-22 | Add XEP-0133 support, which just makes the appropriate XEP-0050 calls. | Lance Stout | |
2012-07-20 | Add example for retrieving avatars. | Lance Stout | |
2012-06-23 | Add notes to echo_client.py example on working with Facebook and MSN. | Lance Stout | |
2012-06-19 | Add example for dealing with GTalk custom domain certificates. | Lance Stout | |
2012-06-19 | Add examples for using IBB. | Lance Stout | |
2012-05-16 | Spell thirdparty correctly. | Lance Stout | |
2012-05-14 | Remove extra connection info so that examples run without modification. | Lance Stout | |
GTalk users may still need to change the connect() call if dnspython is not installed, as usual. | |||
2012-05-14 | Add more documentation to the custom stanza examples. | Lance Stout | |
2012-05-14 | Added custom_stanza example | Erick Pérez Castellanos | |
2012-05-06 | Update other examples to use threaded mode for handlers that call disconnect() | Lance Stout | |
2012-05-06 | Update send_client.py to call disconnect() from a threaded handler. | Lance Stout | |
2012-03-20 | Merge remote-tracking branch 'hansent/master' into develop | Lance Stout | |
2012-03-19 | Fix error in the registration example. | Lance Stout | |
The now=True parameter was not being passed to allow the registration submission to be submitted while the send queue is paused. | |||
2012-03-18 | Add example for using user location. | Lance Stout | |
Uses http://freegeoip.com to get an approximate location based on the machine's IP address. | |||
2012-03-16 | Add pubsub examples. | Lance Stout | |
Run pubsub commands via pubsub_client, and watch events as they come in with pubsub_events. | |||
2012-03-10 | Add support for XEP-0118. | Lance Stout | |
See examples/user_tune.py for a demonstration using the currently playing song in iTunes. | |||
2012-01-31 | examples: fix rpc examples. __init__ method was wrongly named "__init" ↵ | Thomas Hansen | |
causing proxy and handler class to not be initialized. | |||
2012-01-24 | Fix a few typos. | Lance Stout | |
2012-01-23 | Revert the X-GOOGLE-TOKEN mech to not perform HTTP requests. | Lance Stout | |
Added new example for how to retrieve a Google token, following the best case, non-browser, workflow. Other thirdparty auth mechs (Facebook, MSN) follow a similar pattern of using an access token. | |||
2012-01-19 | Add basic start for a client side XEP-0077 plugin. | Lance Stout | |
2012-01-18 | Fix merge errors and bot example. | Lance Stout | |