summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0313
AgeCommit message (Expand)Author
2021-03-09XEP-0313: Only remove origin-id from the mask if it existsmathieui
2021-03-09XEP-0313: Fix off-by-one-page RSM fetchingmathieui
2021-03-09XEP-0313: Update the APImathieui
2021-03-09XEP-0441: Split MAM preferences into a separate pluginmathieui
2021-03-09XEP-0313: Update stanza for completeness, and more docsmathieui
2021-02-05global: rewrite copyright notice to use commentsmathieui
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-23Removed before tag. (Code for setting it is already there)root
2019-08-12Added <before> tag for querying messages before a stanza-id.Madhur Garg
2019-08-02Removed 'block' from set_preferences as it was giving a TypeError while sendi...Madhur Garg
2019-07-18Added a function to get current MAM preferences.Madhur Garg
2019-07-03Added 'reverse' parameter in mam and rsm pluginsMadhur Garg
2017-09-24Update the MAM plugin for asyncio & new namespacemathieui
2016-10-27XEP-0313: Add missing setter argument.Emmanuel Gil Peyrot
2016-10-22sed -i 's/set(\[\(.*\)\])$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2015-02-12Remove more threaded= and block= options from the pluginsmathieui
2014-07-17Rename to slixmppFlorent Le Coz