diff options
Diffstat (limited to 'slixmpp/plugins/xep_0059/rsm.py')
-rw-r--r-- | slixmpp/plugins/xep_0059/rsm.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |