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 | 66660dfd85604346d39a5d237ca5a496b43a292b (patch) | |
tree | 1cc850c7774927bdb005e7d2027c11458d70800c /spec | |
parent | 074e8143a1e968502888b022bf268ee7c06e0a83 (diff) | |
download | prosody-66660dfd85604346d39a5d237ca5a496b43a292b.tar.gz prosody-66660dfd85604346d39a5d237ca5a496b43a292b.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"/> |