Software /
code /
prosody
Comparison
spec/scansion/pubsub_basic.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 | 9291:329a670ae975 |
child | 11714:d783716103c1 |
comparison
equal
deleted
inserted
replaced
10514:f0e9e5bda415 | 10515:35bf3b80480f |
---|---|
30 -- <iq type="set" to="pubsub.localhost"> | 30 -- <iq type="set" to="pubsub.localhost"> |
31 -- <pubsub xmlns="http://jabber.org/protocol/pubsub"> | 31 -- <pubsub xmlns="http://jabber.org/protocol/pubsub"> |
32 -- <subscribe node="princely_musings" jid="${Romeo's full JID}"/> | 32 -- <subscribe node="princely_musings" jid="${Romeo's full JID}"/> |
33 -- </pubsub> | 33 -- </pubsub> |
34 -- </iq> | 34 -- </iq> |
35 -- | 35 -- |
36 -- Juliet receives: | 36 -- Juliet receives: |
37 -- <iq type="error"/> | 37 -- <iq type="error"/> |
38 | 38 |
39 Juliet sends: | 39 Juliet sends: |
40 <iq type="set" to="pubsub.localhost" id='sub1'> | 40 <iq type="set" to="pubsub.localhost" id='sub1'> |