Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-09 | docs, XEP-0313: Order document by source | mathieui | |
2021-03-09 | XEP-0441: Split MAM preferences into a separate plugin | mathieui | |
2021-03-07 | docs: add resultiterator docs for XEP-0059 | mathieui | |
2021-03-04 | Merge branch 'xep-0030-typing-and-co' into 'master' | mathieui | |
XEP-0030: add typing and more docs See merge request poezio/slixmpp!143 | |||
2021-03-02 | Add XEP-0100 (Gateway Interaction) plugin | Nicoco K | |
Remove usused prompt_future attribute Add plugin_end Update with mathieui's comments Add option to transfer messages from unregistered users XEP 0100 plugin | |||
2021-03-01 | docs: improve XEP-0030 docs | mathieui | |
2021-02-27 | docs: fix a typo (dedfault) | mathieui | |
2021-02-26 | docs: document the "internal API" with reference & howto | mathieui | |
2021-02-26 | docs: add references to API docs | mathieui | |
2021-02-26 | XEP-0319: API changes | mathieui | |
- ``idle`` and ``active`` are now coroutines. | |||
2021-02-26 | XEP-0231: API changes | mathieui | |
- ``get_bob`` and ``set_bob`` are now coroutines. - ``del_bob`` returns a Future. | |||
2021-02-26 | XEP-0153: API changes | mathieui | |
2021-02-26 | XEP-0128: API changes | mathieui | |
- ``set_extended_info``, ``add_extended_info`` and ``del_extended_info`` return Futures. | |||
2021-02-26 | XEP-0115: API changes | mathieui | |
- ``get_verstring``, ``get_caps`` are now coroutines. - ``assign_verstring``, ``cache_caps`` now return a Future. side-effect: fix supports() and has_identity() broken since forever | |||
2021-02-26 | XEP-0077: API changes | mathieui | |
2021-02-26 | XEP-0065: API changes | mathieui | |
2021-02-26 | XEP-0054: API changes | mathieui | |
- ``get_vcard``, ``publish_vcard`` are now coroutines. | |||
2021-02-26 | XEP-0047: API changes | mathieui | |
and fix unit tests broken for years. | |||
2021-02-26 | XEP-0027: API changes | mathieui | |
- ``get_keyids`` and ``get_keyid`` are now coroutines. - ``set_keyid`` and ``del_keyid`` now return a Future. | |||
2021-02-26 | XEP-0012: API changes. | mathieui | |
2021-02-18 | Privileged entities (XEP-0356) | Nicoco K | |
2021-02-13 | XEP-0363: Types, docs, and new-style kwargs | mathieui | |
2021-02-13 | XEP-0047: Better typing, docs, coroutine. | mathieui | |
- Add a gather() shortcut to buffer all data received in a stream - Fix a bug in sendall that happens if the data is above the block size. | |||
2021-02-08 | docs: fix links to stanza doc | mathieui | |
2021-02-08 | docs: do not order xep 0045 methods alphabetically | mathieui | |
2021-02-03 | docs: move things around for a cleaner toctree | mathieui | |
2021-01-30 | doc: update XEP titles | mathieui | |
2020-12-10 | docs: move the plugin index away from the main page | mathieui | |
it’s too big | |||
2020-12-10 | docs: fix rest issues | mathieui | |
2020-12-10 | docs: Add plugins | mathieui | |
2020-03-28 | cElementTree has been deprecated since Python 3.3 and removed in Python 3.9. | Karthikeyan Singaravelan | |
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-01 | Remove all trailing whitespaces. | Emmanuel Gil Peyrot | |
2014-07-22 | Remove unused RestartStream exception | Florent Le Coz | |
2014-07-17 | Rename to slixmpp | Florent Le Coz | |
2011-12-31 | Add docs on using Iq stanzas. | Lance Stout | |
2011-12-04 | Update the API docs for XMLStream | Lance Stout | |
2011-12-04 | Add API docs for the scheduler | Lance Stout | |
2011-12-04 | Update api docs for handlers and matchers | Lance Stout | |
2011-12-04 | Update api docs for JID | Lance Stout | |
2011-11-22 | Add docs for filesocket | Lance Stout | |
2011-11-22 | Update tostring docs, plus more doc cleanup | Lance Stout | |
2011-11-22 | Update docs for tostring | Lance Stout | |
2011-11-21 | Moar docs! | Lance Stout | |
2011-11-21 | Add more stanzabase docs | Lance Stout | |
2011-08-24 | Clean and get setup.py working once and for all. | Lance Stout | |
Fixes: README.rst now included Double line spacing removed from long_description Source package now includes tests, examples, etc using Manifest.in README.rst typos fixed Added README.rst section on installing dnspython for Python3 Version bumped to RC2 Version is now taken from sleekxmpp.version.__version__ without having to pull in the entire library Added 'test' command for setup.py Simplified testall.py Docs build cleanly from source package after installation | |||
2011-08-17 | Add guide for sending a message and then disconnecting. | Lance Stout | |
2011-08-12 | Start of docs for 1.0 | Lance Stout | |