Comparison

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
comparison
equal deleted inserted replaced
11337:f89c8e6beaa6 11338:2d5cdb010c65
80 </message> 80 </message>
81 81
82 # FIXME unstable tag order from util.rsm 82 # FIXME unstable tag order from util.rsm
83 Romeo receives: 83 Romeo receives:
84 <iq type="result" id="mamquery1" to="${Romeo's full JID}"> 84 <iq type="result" id="mamquery1" to="${Romeo's full JID}">
85 <fin xmlns="urn:xmpp:mam:2" complete="true" queryid="q1" scansion:strict="false"> 85 <fin xmlns="urn:xmpp:mam:2" complete="true" scansion:strict="false">
86 </fin> 86 </fin>
87 </iq> 87 </iq>
88 88
89 # Get results in reverse order 89 # Get results in reverse order
90 Romeo sends: 90 Romeo sends:
119 </message> 119 </message>
120 120
121 # FIXME unstable tag order from util.rsm 121 # FIXME unstable tag order from util.rsm
122 Romeo receives: 122 Romeo receives:
123 <iq type="result" id="mamquery2" to="${Romeo's full JID}"> 123 <iq type="result" id="mamquery2" to="${Romeo's full JID}">
124 <fin xmlns="urn:xmpp:mam:2" complete="true" queryid="q1" scansion:strict="false"> 124 <fin xmlns="urn:xmpp:mam:2" complete="true" scansion:strict="false">
125 </fin> 125 </fin>
126 </iq> 126 </iq>