mod_mam: Remove obsolete 'queryid' attribute from iq-result (thanks paul)
authorKim Alvefur <zash@zash.se>
Fri, 29 Jan 2021 17:01:05 +0100
changeset 11341 f89c8e6beaa6
parent 11340 b05331cff47a
child 11342 2d5cdb010c65
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
--- 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 }));