summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0059
AgeCommit message (Collapse)Author
2020-12-10docs: update docstrings for sphinx conformitymathieui
Remove most references to timeout/callback/ifrom/timeout_callbacks args
2019-09-08Added amount parameter, so that limit on the msgs received per query can be ↵root
changed.
2019-08-23Assign True to the 'before' tag if it's value is None (eg:at the start no ↵root
msg is there in the group, so no stanza-id)
2019-08-23Removed assigning 'reverse' value to the 'before' tag (It's value is set in ↵root
xep_0313 (mam.py file) and if not then by default it is takes as 'None').
2019-07-03Added 'reverse' argument.Madhur Garg
2019-07-03Added 'reverse' parameter in mam and rsm pluginsMadhur Garg
2018-01-10Fix typos, thanks `codespell`!Emmanuel Gil Peyrot
2017-07-21Update RSM for asynciomathieui
- Use an async iterator - Add a "recv_interface" parameter in order to differenciate the stanza we send from the stanza we receive (required for MAM) - Add a pre_cb to run before sending the query stanza - Add a post_cb to run after receiving the result stanza
2016-10-22Manual cleanup of the remaining set([…]) and set((…)).Emmanuel Gil Peyrot
2016-10-22sed -i 's/set(\[\(.*\)\])$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2016-09-20ElementBase: Remove deprecated find() and findall() methods.discoEmmanuel Gil Peyrot
2016-09-20Various XEPs: Remove deprecated aliases.Emmanuel Gil Peyrot
2014-07-17Rename to slixmppFlorent Le Coz