summaryrefslogtreecommitdiff
path: root/slixmpp/plugins
AgeCommit message (Expand)Author
2022-09-22xep_0084: fix typo and gettersnicoco
2022-09-11Add XEP-0055 (Jabber Search)nicoco
2022-09-09Merge branch 'xep0363-as-component' into 'master'mathieui
2022-09-09Merge branch 'component-ifrom' into 'master'mathieui
2022-08-29fix emoji==2.0.0 compatibilitynicoco
2022-08-29xep_0030: fix ifrom for disco queries sent by componentsnicoco
2022-08-20XEP-0461: Message Repliesnicoco
2022-07-16Revert "Make it clear that filename does *not* have to be path, and is mandat...nicoco
2022-07-16Merge branch 'fix-xep_0115-static' into 'master'Maxime Buquet
2022-07-16Make it clear that filename does *not* have to be path, and is mandatorynicoco
2022-07-16Merge branch 'master' of https://lab.louiz.org/poezio/slixmppnicoco
2022-07-12Merge branch 'mini_dateutil-no-more' into 'master'Maxime Buquet
2022-07-12Merge branch 'prevent-naive-datetime' into 'master'Maxime Buquet
2022-07-12Merge branch 'affs-outcast-jid' into 'master'Link Mauve
2022-07-12Merge branch 'nicoco-master-patch-90506' into 'master'Link Mauve
2022-07-12XEP-0203: Prevent naïve datetime from being passedEmmanuel Gil Peyrot
2022-07-12XEP-0202: Remove usage of mini_dateutilEmmanuel Gil Peyrot
2022-07-12XEP-0082: Move from mini_dateutil to datetimeEmmanuel Gil Peyrot
2022-06-18XEP-0363: Fix upload service auto discovery for componentsNicolas Cedilnik
2022-06-09XEP-0356: namespace version bumpNicolas Cedilnik
2022-06-09XEP-0115: Make get_caps() asyncNicolas Cedilnik
2022-05-19Add xep_0356 to plugins.__all__Nicoco K
2022-05-15Fix typo in chat markers (fixes #3469)Nicoco K
2022-03-20xep_0454: str.removeprefix is available since 3.9Maxime “pep” Buquet
2022-03-20xep_0454: keep original filename extension if availableMaxime “pep” Buquet
2022-03-20xep_0454: use staticmethods where possibleMaxime “pep” Buquet
2022-03-19xep_0454: also include finalize's result in the payloadMaxime “pep” Buquet
2022-03-19xep_0454: Don't force content-type to application/octect-streamMaxime “pep” Buquet
2022-03-19xep_0454: Ensure format_url returns a strMaxime “pep” Buquet
2022-03-19xep_0454: implement decrypt methodMaxime “pep” Buquet
2022-03-19xep_0454: use streaming API from CipherContextMaxime “pep” Buquet
2022-03-19xep_0454: Add wrapper to xep_363's upload_fileMaxime “pep” Buquet
2022-03-19xep_0454: new plugin. OMEMO Media SharingMaxime “pep” Buquet
2022-03-19xep_0363: change filename to PathMaxime “pep” Buquet
2022-03-16xep_0045: Require JID when setting outcast affiliationMaxime “pep” Buquet
2022-02-27docs: Fix some wrong referencesmathieui
2022-02-27XEP-0045: return occupants and history when join is completemathieui
2022-02-27Fix join_muc_wait: end join only upon receiving the room subjectmathieui
2022-02-05fix: specific cases in xep-0047 with network race conditionsmathieui
2022-02-04Merge branch 'bugfix/xep_0009' into 'master'mathieui
2022-02-04fix: missing <retract/> on moderatemathieui
2021-12-19xep_0045: register_stanza_plugin(MUCPresence, MUCDestroy)Maxime “pep” Buquet
2021-12-13fix: remove loop parameter when deprecated (3.10)mathieui
2021-12-13Revert "Replace asyncio.ensure_future() with asyncio.create_task()"mathieui
2021-12-13Changed iq.attrib['to'] to iq['to'], same for 'from'.Tim-Oliver Husser
2021-12-13replaced params.xml.findall with params.findall in xml2faultTim-Oliver Husser
2021-11-18Replace asyncio.ensure_future() with asyncio.create_task()Emmanuel Gil Peyrot
2021-07-17xep_0045: Ensure invite and decline to/from are JIDsMaxime “pep” Buquet
2021-07-05plugins: use classvar properlymathieui
2021-06-28refactor: remove the now obsolete future_wrapper and asyncio-related modulemathieui