mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
mod_muc_mam: Omit queryid attribute from <fin/>
Since version 0.4 of XEP-0313, the <fin/> element is sent with the IQ result and no longer has a queryid attribute.
This commit is contained in:
parent
76189039ae
commit
6742da8c10
1 changed files with 1 additions and 1 deletions
|
@ -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 }));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue