summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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.
2020-04-10Correction and editing of the tutorials.Paulina
[100%] English version [100%] Polish version [100%] Both version consistency check [98 %] Final sanity check + formating
2020-04-06docs: remove andyet logo/link on every pageMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-03-28cElementTree has been deprecated since Python 3.3 and removed in Python 3.9.Karthikeyan Singaravelan
2020-03-21Correction and editing of the tutorials.Paulina
[98 %] English version [98 %] Polish version [100%] Both version consistency check [95 %] Final sanity check + formating
2020-03-15 Correction and editing of the tutorials.Paulina
[95 %] English version [95 %] Polish version [100%] Both version consistency check [95 %] Final sanity check + formating
2020-03-15 Correction and editing of the tutorials.Paulina
[95 %] English version [95 %] Polish version [100%] Both version consistency check [80 %] Final sanity check + formating
2020-03-15Merge branch 'tutorial' of https://lab.louiz.org/Hoacyn/slixmpp into tutorialPaulina
2020-03-15 Correction and editing of the tutorials.Paulina
[85 %] English version [90 %] Polish version [45 %] Both version consistency check [0 %] Final sanity check + formating
2020-03-15 Correction and editing of the tutorials.Paulina
[95 %] English version [95 %] Polish version [100%] Both version consistency check [80 %] Final sanity check + formating
2020-03-08 Correction and editing of the tutorials.Paulina
[85 %] English version [90 %] Polish version [45 %] Both version consistency check [0 %] Final sanity check + formating
2020-02-29Correction and editing of the tutorials.Paulina
[80 %] English version [0 %] Polish version [20 %] Both version consistency check [0 %] Final sanity check TODO: - comments in the code blocks - side-by-side consistency check
2020-02-27Eng and pl tutorials added.Paulina
2019-07-03xmlstream.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-12Change more URLs to lab.louiz.orgMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-02-12Update project URLs to lab.louiz.orgMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-10-28docs: auto-set copyright year to current yearFlorian Klien
2018-10-28auto set version of Slixmpp in DocsFlorian Klien
getting version of slixmpp from source tree for documentation
2018-08-08Document that slixmpp is now 3.5+ onlymathieui
2017-01-08Fix a typo in the title of the MUC documentation.Emmanuel Gil Peyrot
2016-10-22Manual cleanup of the remaining set([…]) and set((…)).Emmanuel Gil Peyrot
2016-09-30Fix uses of super() in the codebasemathieui
Fix #3165, we don’t need to use the long form to get the superobject in our supported python versions.
2016-09-21XEP-0045: Remove support for old-style {get,set,del}TitleCase methods.Emmanuel Gil Peyrot
2016-09-20Various XEPs: Remove deprecated aliases.Emmanuel Gil Peyrot
2016-03-14The XEP-0198 plugin exists now; fix the docsSam Whited
2016-02-03Fix #3166 (broken link)mathieui
2015-10-02Update version to 1.1slix-1.1mathieui
2015-10-02Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-mergemathieui
Conflicts: README.rst examples/IoT_TestDevice.py examples/disco_browser.py setup.py sleekxmpp/jid.py sleekxmpp/plugins/google/auth/stanza.py sleekxmpp/plugins/google/gmail/notifications.py sleekxmpp/plugins/google/nosave/stanza.py sleekxmpp/plugins/google/settings/settings.py sleekxmpp/thirdparty/__init__.py sleekxmpp/thirdparty/socks.py sleekxmpp/thirdparty/statemachine.py sleekxmpp/util/__init__.py sleekxmpp/xmlstream/xmlstream.py slixmpp/basexmpp.py slixmpp/plugins/xep_0004/stanza/form.py slixmpp/plugins/xep_0009/rpc.py slixmpp/plugins/xep_0050/adhoc.py slixmpp/plugins/xep_0065/proxy.py slixmpp/plugins/xep_0084/stanza.py slixmpp/plugins/xep_0202/time.py slixmpp/plugins/xep_0323/sensordata.py slixmpp/plugins/xep_0325/control.py slixmpp/plugins/xep_0325/stanza/control.py slixmpp/roster/single.py slixmpp/stanza/atom.py slixmpp/stanza/rootstanza.py slixmpp/test/slixtest.py slixmpp/util/sasl/mechanisms.py slixmpp/version.py slixmpp/xmlstream/stanzabase.py tests/test_stanza_xep_0323.py tests/test_stanza_xep_0325.py tests/test_stream_xep_0323.py tests/test_stream_xep_0325.py
2015-08-08Remove a useless line of code from “your first XMPP bot” exampleFlorent Le Coz
2015-04-13basexmpp: Add a message_error eventmathieui
The "message" event only receives messages with a body, and error messages don’t necessarily have it. Removing the body requirement from the "message" event could lean to unhandled conditions in existing code.
2015-04-04XMLStream: add a forever parameter to process(), defaulting to True, to ↵Emmanuel Gil Peyrot
select whether we want to stop the event loop after a disconnection
2015-02-28Change the API to make iq.send() always return a futuremathieui
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-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
2015-01-22Fixed a typo in docs/guide_xep_0030.rstSangeeth Saravanaraj
2014-09-28Remove all deprecated alias in the core of slixmpp, and wherever they were used.Emmanuel Gil Peyrot
2014-09-01Remove all trailing whitespaces.Emmanuel Gil Peyrot
2014-07-23Cleanup how events are run, they are always direct by definition nowFlorent Le Coz
2014-07-22Remove unused RestartStream exceptionFlorent Le Coz
2014-07-17Rename to slixmppFlorent Le Coz
2013-03-28`failed_auth` data returnedAnton Ryzhov
Manual updated
2013-03-28Event index documentation updatedAnton Ryzhov