# HG changeset patch # User Kim Alvefur # Date 1611936065 -3600 # Node ID f89c8e6beaa6e45d18867949577d25f3f47a2650 # Parent b05331cff47a75b7158986090754e0765a0b0dfa mod_mam: Remove obsolete 'queryid' attribute from iq-result (thanks paul) Mentioned in xmpp:xsf@muc.xmpp.org?join diff -r b05331cff47a -r f89c8e6beaa6 plugins/mod_mam/mod_mam.lua --- a/plugins/mod_mam/mod_mam.lua Fri Jan 29 15:34:36 2021 +0100 +++ b/plugins/mod_mam/mod_mam.lua Fri Jan 29 17:01:05 2021 +0100 @@ -233,7 +233,7 @@ end origin.send(st.reply(stanza) - :tag("fin", { xmlns = xmlns_mam, queryid = qid, complete = complete }) + :tag("fin", { xmlns = xmlns_mam, complete = complete }) :add_child(rsm.generate { first = first, last = last, count = total }));