diff options
Diffstat (limited to 'spec')
-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"> |