summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0313
AgeCommit message (Collapse)Author
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 ↵root
changed.
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 ↵Madhur Garg
sending the staza.
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
And add an example
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
(also, correct a typo)
2014-07-17Rename to slixmppFlorent Le Coz