summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2022-09-11Add XEP-0055 (Jabber Search)nicoco
2022-02-27docs: add a page on how to remove process()mathieui
2022-02-27docs: Fix some wrong referencesmathieui
2022-02-15docs: remove yield from and fix some old changesmathieui
2021-04-24docs: Use the correct number for user_nickEmmanuel Gil Peyrot
Thanks Felix for noticing!
2021-03-09docs, XEP-0313: Order document by sourcemathieui
2021-03-09XEP-0441: Split MAM preferences into a separate pluginmathieui
2021-03-07docs: add resultiterator docs for XEP-0059mathieui
2021-03-04Merge branch 'xep-0030-typing-and-co' into 'master'mathieui
XEP-0030: add typing and more docs See merge request poezio/slixmpp!143
2021-03-02Add XEP-0100 (Gateway Interaction) pluginNicoco 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-01docs: improve XEP-0030 docsmathieui
2021-02-27docs: fix a typo (dedfault)mathieui
2021-02-26docs: document the "internal API" with reference & howtomathieui
2021-02-26docs: add references to API docsmathieui
2021-02-26XEP-0319: API changesmathieui
- ``idle`` and ``active`` are now coroutines.
2021-02-26XEP-0231: API changesmathieui
- ``get_bob`` and ``set_bob`` are now coroutines. - ``del_bob`` returns a Future.
2021-02-26XEP-0153: API changesmathieui
2021-02-26XEP-0128: API changesmathieui
- ``set_extended_info``, ``add_extended_info`` and ``del_extended_info`` return Futures.
2021-02-26XEP-0115: API changesmathieui
- ``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-26XEP-0077: API changesmathieui
2021-02-26XEP-0065: API changesmathieui
2021-02-26XEP-0054: API changesmathieui
- ``get_vcard``, ``publish_vcard`` are now coroutines.
2021-02-26XEP-0047: API changesmathieui
and fix unit tests broken for years.
2021-02-26XEP-0027: API changesmathieui
- ``get_keyids`` and ``get_keyid`` are now coroutines. - ``set_keyid`` and ``del_keyid`` now return a Future.
2021-02-26XEP-0012: API changes.mathieui
2021-02-18Privileged entities (XEP-0356)Nicoco K
2021-02-13XEP-0363: Types, docs, and new-style kwargsmathieui
2021-02-13XEP-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-10docs: update requirementsmathieui
2021-02-08docs: fix links to stanza docmathieui
2021-02-08docs: fill and update the event indexmathieui
2021-02-08docs: fix copyright footermathieui
2021-02-08docs: do not order xep 0045 methods alphabeticallymathieui
2021-02-06docs: fill the stanza howtomathieui
2021-02-04docs/xmlstream: remove HTTP proxy referencesmathieui
It has been removed years ago.
2021-02-03docs: update the iq tutorialmathieui
2021-02-03docs: move things around for a cleaner toctreemathieui
2021-02-03docs: add slixmpp credits, move fork note to the bottommathieui
2021-01-31docs: change theme to furomathieui
it looks better, and has a dark mode
2021-01-30doc: update XEP titlesmathieui
2021-01-27docs: update the tutorials a bitmathieui
2020-12-10docs: move the plugin index away from the main pagemathieui
it’s too big
2020-12-10docs: add sphinx_autodoc_typehints depmathieui
2020-12-10docs: fix rest issuesmathieui
2020-12-10docs: Add pluginsmathieui
2020-12-10docs: update event indexmathieui
2020-12-01Examples: remove wait arg to join_muc callsmathieui
it hasn’t worked in years, and I removed it recently
2020-05-24Merge branch 'tutorial' into 'master'mathieui
Tutorial - english and polish version. See merge request poezio/slixmpp!33
2020-05-01Update Python version minimum requirement to 3.7Maxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-14Changing the use of 'threading' in python for more suitable 'subprocesses'. ↵Paulina
Change of English names to Polish equivalents, as requested by the authors.