mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
mod_mam: Remove obsolete 'queryid' attribute from iq-result (thanks paul)
Mentioned in xmpp:xsf@muc.xmpp.org?join
This commit is contained in:
parent
593c4cd45e
commit
ce457ad645
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ module:hook("iq-set/self/"..xmlns_mam..":query", function(event)
|
||||||
end
|
end
|
||||||
|
|
||||||
origin.send(st.reply(stanza)
|
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 {
|
:add_child(rsm.generate {
|
||||||
first = first, last = last, count = total }));
|
first = first, last = last, count = total }));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue