Software /
code /
prosody
Comparison
spec/scansion/presence_preapproval.scs @ 10515:35bf3b80480f
scansion: Trim trailing whitespace in tests
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 19 Dec 2019 16:22:12 +0100 |
parent | 10514:f0e9e5bda415 |
comparison
equal
deleted
inserted
replaced
10514:f0e9e5bda415 | 10515:35bf3b80480f |
---|---|
37 Bob sends: | 37 Bob sends: |
38 <presence/> | 38 <presence/> |
39 | 39 |
40 Bob receives: | 40 Bob receives: |
41 <presence from="${Bob's full JID}"/> | 41 <presence from="${Bob's full JID}"/> |
42 | 42 |
43 Bob sends: | 43 Bob sends: |
44 <presence to="${Alice's JID}" type="subscribe" /> | 44 <presence to="${Alice's JID}" type="subscribe" /> |
45 | 45 |
46 Bob receives: | 46 Bob receives: |
47 <iq type='set' id='{scansion:any}'> | 47 <iq type='set' id='{scansion:any}'> |
48 <query ver='1' xmlns='jabber:iq:roster'> | 48 <query ver='1' xmlns='jabber:iq:roster'> |
49 <item jid="${Alice's JID}" subscription='none' ask='subscribe' /> | 49 <item jid="${Alice's JID}" subscription='none' ask='subscribe' /> |
50 </query> | 50 </query> |
51 </iq> | 51 </iq> |
52 | 52 |
53 | 53 |
54 | 54 |
55 Bob receives: | 55 Bob receives: |
56 <presence from="${Alice's JID}" type="subscribed" /> | 56 <presence from="${Alice's JID}" type="subscribed" /> |
57 | 57 |
58 Bob disconnects | 58 Bob disconnects |