summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0313
AgeCommit message (Collapse)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
Add a "results" interface to mam_fin, and fix some things in RSM Items just received were not taken into account because: - RSM code is checking iq['mam_fin']['results'], results were at iq['mam']['results'] - RSM handler was run after checking the number
2021-03-09XEP-0313: Update the APImathieui
- add an iterate() method that makes this plugin more practical - add a get_fields method to retrieve the available search fields - add a get_archive_metadata method. This is a big chunk because git refused to split it further.
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 ↵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