Software /
code /
prosody
Comparison
spec/scansion/pubsub_basic.scs @ 11120:b2331f3dfeea
Merge 0.11->trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 30 Sep 2020 09:50:33 +0100 |
parent | 10515:35bf3b80480f |
child | 11714:d783716103c1 |
comparison
equal
deleted
inserted
replaced
11119:68df52bf08d5 | 11120:b2331f3dfeea |
---|---|
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'> |