From 6742da8c10807b16d66984a4a05ce8637fe32c4e Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Fri, 6 Aug 2021 19:25:43 +0200 Subject: mod_muc_mam: Omit queryid attribute from Since version 0.4 of XEP-0313, the element is sent with the IQ result and no longer has a queryid attribute. --- plugins/mod_muc_mam.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/mod_muc_mam.lua b/plugins/mod_muc_mam.lua index 6e8eb844..e30e3d33 100644 --- a/plugins/mod_muc_mam.lua +++ b/plugins/mod_muc_mam.lua @@ -273,7 +273,7 @@ module:hook("iq-set/bare/"..xmlns_mam..":query", function(event) 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