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 | 4a997af768df029e1b5f350c41e13887f679701e (patch) | |
tree | 1cc850c7774927bdb005e7d2027c11458d70800c /spec | |
parent | 8e381dbb1e0041b30908e37e0db5acbe87c21de4 (diff) | |
download | prosody-4a997af768df029e1b5f350c41e13887f679701e.tar.gz prosody-4a997af768df029e1b5f350c41e13887f679701e.zip |
mod_blocklist: Update test case with correct behavior (see #1380)
Expect failure
Diffstat (limited to 'spec')
-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"/> |