summaryrefslogtreecommitdiff
path: root/slixmpp/plugins
AgeCommit message (Expand)Author
2020-04-06xep_0196: Use correct tag local name (thanks ivucica)Maxime “pep” Buquet
2020-04-04Fix deprecation warning regarding invalid escape sequences.Karthikeyan Singaravelan
2020-04-04Merge branch 'fix-celementtree-import' into 'master'mathieui
2020-03-29XEP-0198: unset end_session_on_disconnect on resume/enableGeorg Lukas
2020-03-28XEP-0198: fix race conditions on enable/resumeGeorg Lukas
2020-03-28XEP-0198: properly disable on disconnect, fix reconnect-loopGeorg Lukas
2020-03-28cElementTree has been deprecated since Python 3.3 and removed in Python 3.9.Karthikeyan Singaravelan
2019-11-11xep_0048: Ensure Conference jid is of type str when given a JIDMaxime “pep” Buquet
2019-09-19Fix a bug in the 0202 plugin where a time result would send back a resultmathieui
2019-09-10Match the sender JID as well as the queryid in MAM resultsmathieui
2019-09-10Add typing/docstring in the MAM pluginmathieui
2019-09-08Added amount parameter, so that limit on the msgs received per query can be c...root
2019-08-23Assign True to the 'before' tag if it's value is None (eg:at the start no msg...root
2019-08-23Removed before tag. (Code for setting it is already there)root
2019-08-23Removed assigning 'reverse' value to the 'before' tag (It's value is set in x...root
2019-08-12Added <before> tag for querying messages before a stanza-id.Madhur Garg
2019-08-03xep_0030: add docstring to get_info_from_domainMaxime “pep” Buquet
2019-08-01Remove the last instances of a block argument to iq.send().Emmanuel Gil Peyrot
2019-08-01Merge branch 'mam' into 'master'Link Mauve
2019-08-02Removed 'block' from set_preferences as it was giving a TypeError while sendi...Madhur Garg
2019-07-22Merge branch 'mam' into 'master'Maxime Buquet
2019-07-18Added a function to get current MAM preferences.Madhur Garg
2019-07-14Do not add disco#info for occupantid, it’s a server thingmathieui
2019-07-14Add the occupant id stanza elementsmathieui
2019-07-13Initial commit for reactions protoxepmathieui
2019-07-03Added 'reverse' argument.Madhur Garg
2019-07-03Added 'reverse' parameter in mam and rsm pluginsMadhur Garg
2019-04-27Merge remote-tracking branch 'origin/mr/13'Maxime “pep” Buquet
2019-04-24xep_0045: Ensure <show/> value is valid.Maxime “pep” Buquet
2019-04-14Fixes #3432. Allow execute to be used with the meaning of 'next'.adhoc-execute-nextMaxime “pep” Buquet
2019-04-14xep_0050: Fix indentationMaxime “pep” Buquet
2019-04-07Merge branch 'master' into 'master'Maxime Buquet
2019-04-06xep_0202: Fix plugin_init docstringMaxime “pep” Buquet
2019-04-06Fixes poezio/poezio#3472: Don't remove TZ in 0202 utc tagMaxime “pep” Buquet
2019-04-03poezio/poezio#3472: Ensure tz is correctly set when offset is an intMaxime “pep” Buquet
2019-03-26XEP-0199: use new 0-timeout reconnect() with reasonGeorg Lukas
2019-03-23Partially fix poezio/poezio#3452. Prevent `groupchat_subject` from triggered ...Maxime “pep” Buquet
2019-03-05xep_0030: fix typo on 'remote' in get_info docstringMaxime “pep” Buquet
2019-02-23xep_0380: Add add_eme methodMaxime “pep” Buquet
2019-02-23xep_0380: Remove remove_handler call in plugin_endMaxime “pep” Buquet
2019-02-02Fix XEP-0335mathieui
2019-01-22Merge branch 'xep-0335' into 'master'Link Mauve
2019-01-22Stop requesting avatar without the intervention of the client.Emmanuel Gil Peyrot
2019-01-17XEP-0223: Fix default access_model, it MUST be whitelist.Emmanuel Gil Peyrot
2018-11-20XEP-0363: Use a specific exception for HTTP errorsEmmanuel Gil Peyrot
2018-11-20catch http upload errors on uploadFlorian Klien
2018-10-27XEP-0030: Don’t call the timeout_callback on each domain which doesn’t re...Emmanuel Gil Peyrot
2018-10-27XEP-0363: Also check for disco#info’s feature instead of just the identity.Emmanuel Gil Peyrot
2018-10-27XEP-0363: Add a domain argument to discover an upload service on a specific d...Emmanuel Gil Peyrot
2018-10-27fixing uncaught async exceptions due to missing awaitFlorian Klien