Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-01 | Update Python version minimum requirement to 3.7 | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-08-08 | Document that slixmpp is now 3.5+ only | mathieui | |
2015-02-28 | Change the API to make iq.send() always return a future | mathieui | |
remove coroutine_wrapper, add a future_wrapper (which is only needed when the result stanza can be cached). Update the documentation as well. | |||
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 |