From dbc9758311097c501c25b8e46b7c822957b47d55 Mon Sep 17 00:00:00 2001 From: Madhur Garg Date: Wed, 3 Jul 2019 10:31:18 +0530 Subject: Added 'reverse' parameter in mam and rsm plugins --- slixmpp/plugins/xep_0059/rsm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slixmpp/plugins/xep_0059') diff --git a/slixmpp/plugins/xep_0059/rsm.py b/slixmpp/plugins/xep_0059/rsm.py index a8eeea60..31278c2f 100644 --- a/slixmpp/plugins/xep_0059/rsm.py +++ b/slixmpp/plugins/xep_0059/rsm.py @@ -169,6 +169,6 @@ class XEP_0059(BasePlugin): results -- The name of the interface containing the query results (typically just 'substanzas'). """ - return ResultIterator(stanza, interface, results, + return ResultIterator(stanza, interface, results, reverse=reverse, recv_interface=recv_interface, pre_cb=pre_cb, post_cb=post_cb) -- cgit v1.2.3