mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
mod_mam: Remove obsolete queryid attribute from tests
This commit is contained in:
parent
ce457ad645
commit
25fda80b7b
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ Romeo receives:
|
||||||
# FIXME unstable tag order from util.rsm
|
# FIXME unstable tag order from util.rsm
|
||||||
Romeo receives:
|
Romeo receives:
|
||||||
<iq type="result" id="mamquery1" to="${Romeo's full JID}">
|
<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>
|
</fin>
|
||||||
</iq>
|
</iq>
|
||||||
|
|
||||||
|
@ -121,6 +121,6 @@ Romeo receives:
|
||||||
# FIXME unstable tag order from util.rsm
|
# FIXME unstable tag order from util.rsm
|
||||||
Romeo receives:
|
Romeo receives:
|
||||||
<iq type="result" id="mamquery2" to="${Romeo's full JID}">
|
<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>
|
</fin>
|
||||||
</iq>
|
</iq>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue