mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +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
|
||||
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 @@ Romeo receives:
|
|||
# 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue