Software /
code /
prosody
Diff
spec/scansion/mam_extended.scs @ 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 |
parent | 11284:56ceb6c1bc50 |
child | 12630:781772c8b6d9 |
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>