Software /
code /
prosody
Changeset
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 |
parents | 11336:b05331cff47a |
children | 11338:2d5cdb010c65 |
files | plugins/mod_mam/mod_mam.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 }));