diff --git a/xep-0054.xml b/xep-0054.xml index 39ba928e..ff234d52 100644 --- a/xep-0054.xml +++ b/xep-0054.xml @@ -198,7 +198,7 @@ xmpp:romeo@montague.net?vcard
  • Phone numbers MUST be contained in a <NUMBER> element, not included as CDATA within the <TEL/> element.
  • If no telephone number is included in a <TEL/> element, an empty <NUMBER/> child MUST be included.
  • Email addresses MUST be contained in a <USERID> element, not included as CDATA within the <EMAIL/> element.
  • -
  • Some Jabber implementations add a 'version' attribute to the <vCard/> element, with the value set at "2.0" or "3.0". The DTD is incorrect, and the examples in draft-dawson-vard-xml-dtd-01 clearly show that version information is to be included by means of a 'version' attribute, not the <VERSION/> element as defined in the DTD. However, to conform to draft-dawson-vard-xml-dtd-01, the value should be "3.0", not "2.0".
  • +
  • Some Jabber implementations add a 'version' attribute to the <vCard/> element, with the value set at "2.0" or "3.0". The DTD is incorrect, and the examples in draft-dawson-vcard-xml-dtd-01 clearly show that version information is to be included by means of a 'version' attribute, not the <VERSION/> element as defined in the DTD. However, to conform to draft-dawson-vcard-xml-dtd-01, the value should be "3.0", not "2.0".