From ce457ad64525b2d97949dd2cb6b46e2099c579ee Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 29 Jan 2021 17:01:05 +0100 Subject: mod_mam: Remove obsolete 'queryid' attribute from iq-result (thanks paul) Mentioned in xmpp:xsf@muc.xmpp.org?join --- plugins/mod_mam/mod_mam.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mod_mam/mod_mam.lua b/plugins/mod_mam/mod_mam.lua index b5e756e3..bd4ba64a 100644 --- a/plugins/mod_mam/mod_mam.lua +++ b/plugins/mod_mam/mod_mam.lua @@ -233,7 +233,7 @@ module:hook("iq-set/self/"..xmlns_mam..":query", function(event) 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 })); -- cgit v1.2.3