Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-01 | Examples: remove wait arg to join_muc calls | mathieui | |
it hasn’t worked in years, and I removed it recently | |||
2019-07-03 | xmlstream.disconnect: add compat behaviour, set wait to default `2.0` when ↵ | Maxime “pep” Buquet | |
True is passed. Update documentation Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-02-12 | Change more URLs to lab.louiz.org | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2017-01-08 | Fix a typo in the title of the MUC documentation. | Emmanuel Gil Peyrot | |
2016-09-30 | Fix uses of super() in the codebase | mathieui | |
Fix #3165, we don’t need to use the long form to get the superobject in our supported python versions. | |||
2016-09-21 | XEP-0045: Remove support for old-style {get,set,del}TitleCase methods. | Emmanuel Gil Peyrot | |
2016-02-03 | Fix #3166 (broken link) | 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-01 | Remove all trailing whitespaces. | Emmanuel Gil Peyrot | |
2014-07-17 | Rename to slixmpp | Florent Le Coz | |
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-01-05 | Fix a few typos. | Lance Stout | |
2012-01-05 | Apply Te-Je's MUC guide patch. | Lance Stout | |
2012-01-05 | Break the docs out into their own branch. | Lance Stout | |