diff options
author | Kim Alvefur <zash@zash.se> | 2018-10-20 17:31:17 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-10-20 17:31:17 +0200 |
commit | 023e5839c2c1d54677c940e93fedf45bcea83b81 (patch) | |
tree | 91ada5658a018b709b5217ac84828cc52ce4b865 /spec/scansion/vcard_temp.scs | |
parent | 006a19da77dfe99cedd0271a5789b3890b469b39 (diff) | |
download | prosody-023e5839c2c1d54677c940e93fedf45bcea83b81.tar.gz prosody-023e5839c2c1d54677c940e93fedf45bcea83b81.zip |
tests: Add some comments to xep54 test
Diffstat (limited to 'spec/scansion/vcard_temp.scs')
-rw-r--r-- | spec/scansion/vcard_temp.scs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/scansion/vcard_temp.scs b/spec/scansion/vcard_temp.scs index c359bb82..38c6f755 100644 --- a/spec/scansion/vcard_temp.scs +++ b/spec/scansion/vcard_temp.scs @@ -13,6 +13,8 @@ Romeo connects +# Romeo sets his vCard +# FN and N are required by the schema and mod_vcard_legacy will always inject them Romeo sends: <iq id="lx3" type="set"> <vCard xmlns="vcard-temp"> @@ -58,6 +60,7 @@ Juliet sends: <vCard xmlns="vcard-temp"/> </iq> +# Juliet can see Romeo's vCard since it's public Juliet receives: <iq type="result" from="romeo@localhost" id="lx3" to="${Juliet's full JID}"> <vCard xmlns="vcard-temp"> |