mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
scansion: Trim trailing whitespace in tests
This commit is contained in:
parent
173990157f
commit
228ec67d97
6 changed files with 9 additions and 9 deletions
|
@ -79,7 +79,7 @@ Juliet's phone receives:
|
|||
<message from="${Romeo's full JID}" type="chat">
|
||||
<body>Hello Juliet, are you there?</body>
|
||||
<delay xmlns='urn:xmpp:delay' from='localhost' stamp='{scansion:any}' />
|
||||
</message>
|
||||
</message>
|
||||
|
||||
# Romeo sends another bare-JID message, it should be delivered
|
||||
# instantly to Juliet's phone
|
||||
|
@ -92,7 +92,7 @@ Romeo sends:
|
|||
Juliet's phone receives:
|
||||
<message from="${Romeo's full JID}" type="chat">
|
||||
<body>Oh, hi!</body>
|
||||
</message>
|
||||
</message>
|
||||
|
||||
# Juliet's laptop goes online, but with a negative priority
|
||||
|
||||
|
@ -122,7 +122,7 @@ Romeo sends:
|
|||
Juliet's phone receives:
|
||||
<message from="${Romeo's full JID}" type="chat">
|
||||
<body>How are you?</body>
|
||||
</message>
|
||||
</message>
|
||||
|
||||
# Romeo sends direct to Juliet's full JID, and she should receive it
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ Bob sends:
|
|||
|
||||
Bob receives:
|
||||
<presence from="${Bob's full JID}"/>
|
||||
|
||||
|
||||
Bob receives:
|
||||
<presence from="${Alice's JID}" type="subscribe">
|
||||
<preauth xmlns="urn:xmpp:pars:0" token="1tMFqYDdKhfe2pwp" />
|
||||
|
|
|
@ -94,7 +94,7 @@ Romeo sends:
|
|||
<item affiliation='none' jid="${Juliet's JID}" />
|
||||
</query>
|
||||
</iq>
|
||||
|
||||
|
||||
# As a non-member, Juliet must now be removed from the room
|
||||
Romeo receives:
|
||||
<presence type='unavailable' from='room@conference.localhost/Juliet'>
|
||||
|
|
|
@ -328,7 +328,7 @@ Romeo receives:
|
|||
</iq>
|
||||
|
||||
# Romeo updates his own registration
|
||||
|
||||
|
||||
Romeo sends:
|
||||
<iq id='jw81b36f' to='room@conference.localhost' type='get'>
|
||||
<query xmlns='jabber:iq:register'/>
|
||||
|
|
|
@ -39,7 +39,7 @@ Bob sends:
|
|||
|
||||
Bob receives:
|
||||
<presence from="${Bob's full JID}"/>
|
||||
|
||||
|
||||
Bob sends:
|
||||
<presence to="${Alice's JID}" type="subscribe" />
|
||||
|
||||
|
@ -50,7 +50,7 @@ Bob receives:
|
|||
</query>
|
||||
</iq>
|
||||
|
||||
|
||||
|
||||
|
||||
Bob receives:
|
||||
<presence from="${Alice's JID}" type="subscribed" />
|
||||
|
|
|
@ -32,7 +32,7 @@ Juliet connects
|
|||
-- <subscribe node="princely_musings" jid="${Romeo's full JID}"/>
|
||||
-- </pubsub>
|
||||
-- </iq>
|
||||
--
|
||||
--
|
||||
-- Juliet receives:
|
||||
-- <iq type="error"/>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue