summaryrefslogtreecommitdiff
path: root/docs/api
AgeCommit message (Collapse)Author
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-08docs: fix links to stanza docmathieui
2021-02-08docs: do not order xep 0045 methods alphabeticallymathieui
2021-02-03docs: move things around for a cleaner toctreemathieui
2021-01-30doc: update XEP titlesmathieui
2020-12-10docs: move the plugin index away from the main pagemathieui
it’s too big
2020-12-10docs: fix rest issuesmathieui
2020-12-10docs: Add pluginsmathieui
2020-03-28cElementTree has been deprecated since Python 3.3 and removed in Python 3.9.Karthikeyan Singaravelan
2015-02-24Update the documentation and examplesmathieui
- 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-01Remove all trailing whitespaces.Emmanuel Gil Peyrot
2014-07-22Remove unused RestartStream exceptionFlorent Le Coz
2014-07-17Rename to slixmppFlorent Le Coz
2011-12-31Add docs on using Iq stanzas.Lance Stout
2011-12-04Update the API docs for XMLStreamLance Stout
2011-12-04Add API docs for the schedulerLance Stout
2011-12-04Update api docs for handlers and matchersLance Stout
2011-12-04Update api docs for JIDLance Stout
2011-11-22Add docs for filesocketLance Stout
2011-11-22Update tostring docs, plus more doc cleanupLance Stout
2011-11-22Update docs for tostringLance Stout
2011-11-21Moar docs!Lance Stout
2011-11-21Add more stanzabase docsLance Stout
2011-08-24Clean 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-17Add guide for sending a message and then disconnecting.Lance Stout
2011-08-12Start of docs for 1.0Lance Stout