Software /
code /
prosody
Comparison
spec/scansion/blocking.scs @ 10051:7d312e77c857 0.11
mod_blocklist: Update test case with correct behavior (see #1380)
Expect failure
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 20 Jun 2019 21:18:46 +0200 |
parent | 10050:f29d662d16f8 |
child | 10055:d67e8ef63235 |
comparison
equal
deleted
inserted
replaced
10050:f29d662d16f8 | 10051:7d312e77c857 |
---|---|
130 <unblock xmlns="urn:xmpp:blocking"> | 130 <unblock xmlns="urn:xmpp:blocking"> |
131 <item jid="${Juliet's JID}"/> | 131 <item jid="${Juliet's JID}"/> |
132 </unblock> | 132 </unblock> |
133 </iq> | 133 </iq> |
134 | 134 |
135 Juliet receives: | |
136 <presence to="${Juliet's JID}" from="${Romeo's full JID}"> | |
137 <delay xmlns="urn:xmpp:delay" stamp="{scansion:any}" from="localhost"/> | |
138 <x xmlns="vcard-temp:x:update"/> | |
139 </presence> | |
140 | |
135 Romeo receives: | 141 Romeo receives: |
136 <iq type="result" id="lx3"/> | 142 <iq type="result" id="lx3"/> |
137 | 143 |
138 # Can talk again | 144 # Can talk again |
139 Romeo sends: | 145 Romeo sends: |