Software /
code /
prosody
Changeset
11338:2d5cdb010c65
mod_mam: Remove obsolete queryid attribute from tests
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 29 Jan 2021 17:08:16 +0100 |
parents | 11337:f89c8e6beaa6 |
children | 11339:25260c20c5a4 |
files | spec/scansion/mam_extended.scs |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/spec/scansion/mam_extended.scs Fri Jan 29 17:01:05 2021 +0100 +++ b/spec/scansion/mam_extended.scs Fri Jan 29 17:08:16 2021 +0100 @@ -82,7 +82,7 @@ # FIXME unstable tag order from util.rsm Romeo receives: <iq type="result" id="mamquery1" to="${Romeo's full JID}"> - <fin xmlns="urn:xmpp:mam:2" complete="true" queryid="q1" scansion:strict="false"> + <fin xmlns="urn:xmpp:mam:2" complete="true" scansion:strict="false"> </fin> </iq> @@ -121,6 +121,6 @@ # FIXME unstable tag order from util.rsm Romeo receives: <iq type="result" id="mamquery2" to="${Romeo's full JID}"> - <fin xmlns="urn:xmpp:mam:2" complete="true" queryid="q1" scansion:strict="false"> + <fin xmlns="urn:xmpp:mam:2" complete="true" scansion:strict="false"> </fin> </iq>