mod_mam: Remove obsolete 'queryid' attribute from iq-result (thanks paul)

Mentioned in xmpp:xsf@muc.xmpp.org?join
This commit is contained in:
Kim Alvefur 2021-01-29 17:01:05 +01:00
parent 593c4cd45e
commit ce457ad645

View file

@ -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 }));