diff options
author | Kim Alvefur <zash@zash.se> | 2019-06-20 21:18:46 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-06-20 21:18:46 +0200 |
commit | 2ab9c22c2658d38345fc69705c2e2b60cb6fc348 (patch) | |
tree | 1cc850c7774927bdb005e7d2027c11458d70800c | |
parent | 1e2c3cdc46cc817532b3ffcce1e460695e9361d7 (diff) | |
download | prosody-2ab9c22c2658d38345fc69705c2e2b60cb6fc348.tar.gz prosody-2ab9c22c2658d38345fc69705c2e2b60cb6fc348.zip |
mod_blocklist: Update test case with correct behavior (see #1380)
Expect failure
-rw-r--r-- | spec/scansion/blocking.scs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/scansion/blocking.scs b/spec/scansion/blocking.scs index 5f4c8cba..809bbcb5 100644 --- a/spec/scansion/blocking.scs +++ b/spec/scansion/blocking.scs @@ -132,6 +132,12 @@ Romeo sends: </unblock> </iq> +Juliet receives: + <presence to="${Juliet's JID}" from="${Romeo's full JID}"> + <delay xmlns="urn:xmpp:delay" stamp="{scansion:any}" from="localhost"/> + <x xmlns="vcard-temp:x:update"/> + </presence> + Romeo receives: <iq type="result" id="lx3"/> |