Software /
code /
prosody
Diff
plugins/mod_mam/mod_mam.lua @ 11337:f89c8e6beaa6
mod_mam: Remove obsolete 'queryid' attribute from iq-result (thanks paul)
Mentioned in xmpp:xsf@muc.xmpp.org?join
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 29 Jan 2021 17:01:05 +0100 |
parent | 11281:142fb655b885 |
child | 11727:f3aee8a825cc |
line wrap: on
line diff
--- 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 }));