diff options
author | Kim Alvefur <zash@zash.se> | 2018-10-20 17:29:31 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-10-20 17:29:31 +0200 |
commit | 006a19da77dfe99cedd0271a5789b3890b469b39 (patch) | |
tree | c64dbc053e46ad8211421b43a0509daeb8369bf2 /spec/scansion | |
parent | bf624bbe1c03dfbc00fe10c59e3445c4886e475b (diff) | |
download | prosody-006a19da77dfe99cedd0271a5789b3890b469b39.tar.gz prosody-006a19da77dfe99cedd0271a5789b3890b469b39.zip |
tests: Remove initial read since XEP is unclear (see #1104)
If the store is empty then either this empty vCard element or an
item-not-found error is acceptable.
Diffstat (limited to 'spec/scansion')
-rw-r--r-- | spec/scansion/vcard_temp.scs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/scansion/vcard_temp.scs b/spec/scansion/vcard_temp.scs index 99c2c429..c359bb82 100644 --- a/spec/scansion/vcard_temp.scs +++ b/spec/scansion/vcard_temp.scs @@ -14,16 +14,6 @@ Romeo connects Romeo sends: - <iq id="lx2" type="get"> - <vCard xmlns="vcard-temp"/> - </iq> - -Romeo receives: - <iq type="result" id="lx2" to="${Romeo's full JID}"> - <vCard xmlns="vcard-temp"/> - </iq> - -Romeo sends: <iq id="lx3" type="set"> <vCard xmlns="vcard-temp"> <FN>Romeo Montague</FN> |