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 | fbc656c895de03f3b57777c9622a2d1b9c7e0ee2 (patch) | |
tree | 91ada5658a018b709b5217ac84828cc52ce4b865 | |
parent | 09cc9e4e14697d5a3c4d4fadb1b72d62818f681a (diff) | |
download | prosody-fbc656c895de03f3b57777c9622a2d1b9c7e0ee2.tar.gz prosody-fbc656c895de03f3b57777c9622a2d1b9c7e0ee2.zip |
tests: Add some comments to xep54 test
-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"> |