JSContact: Converting from and to vCard
draft-ietf-jmap-jscontact-vcard-01
jmap M. Loffredo
Internet-Draft IIT-CNR/Registro.it
Intended status: Informational R. Stepanek
Expires: April 14, 2021 FastMail
October 11, 2020
JSContact: Converting from and to vCard
draft-ietf-jmap-jscontact-vcard-01
Abstract
This document provides informational guidance for converting the
contact card defined by JSContact specification, namely JSCard, from
and to vCard.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at https://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on April 14, 2021.
Copyright Notice
Copyright (c) 2020 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(https://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Loffredo & Stepanek Expires April 14, 2021 [Page 1]
Internet-Draft jscontact-vcard October 2020
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3
1.1. Motivation . . . . . . . . . . . . . . . . . . . . . . . 3
1.2. Scope and Caveats . . . . . . . . . . . . . . . . . . . . 3
1.3. Conventions Used in This Document . . . . . . . . . . . . 4
2. Mapping . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
2.1. General Properties . . . . . . . . . . . . . . . . . . . 4
2.1.1. BEGIN and END . . . . . . . . . . . . . . . . . . . . 4
2.1.2. SOURCE . . . . . . . . . . . . . . . . . . . . . . . 4
2.1.3. KIND . . . . . . . . . . . . . . . . . . . . . . . . 5
2.1.4. XML . . . . . . . . . . . . . . . . . . . . . . . . . 6
2.2. Identification Properties . . . . . . . . . . . . . . . . 6
2.2.1. FN . . . . . . . . . . . . . . . . . . . . . . . . . 6
2.2.2. N and NICKNAME . . . . . . . . . . . . . . . . . . . 6
2.2.3. PHOTO . . . . . . . . . . . . . . . . . . . . . . . . 7
2.2.4. BDAY, BIRTHPLACE, DEATHDATE, DEATHPLACE, ANNIVERSARY 8
2.2.5. GENDER . . . . . . . . . . . . . . . . . . . . . . . 10
2.3. Delivery Addressing Properties . . . . . . . . . . . . . 10
2.3.1. ADR . . . . . . . . . . . . . . . . . . . . . . . . . 10
2.4. Communications Properties . . . . . . . . . . . . . . . . 11
2.4.1. TEL . . . . . . . . . . . . . . . . . . . . . . . . . 12
2.4.2. EMAIL . . . . . . . . . . . . . . . . . . . . . . . . 12
2.4.3. IMPP . . . . . . . . . . . . . . . . . . . . . . . . 13
2.4.4. LANG . . . . . . . . . . . . . . . . . . . . . . . . 14
2.5. Geographical Properties . . . . . . . . . . . . . . . . . 15
2.6. Organizational Properties . . . . . . . . . . . . . . . . 16
2.6.1. TITLE . . . . . . . . . . . . . . . . . . . . . . . . 16
2.6.2. ROLE . . . . . . . . . . . . . . . . . . . . . . . . 16
2.6.3. LOGO . . . . . . . . . . . . . . . . . . . . . . . . 17
2.6.4. ORG . . . . . . . . . . . . . . . . . . . . . . . . . 18
2.6.5. MEMBER . . . . . . . . . . . . . . . . . . . . . . . 19
2.6.6. RELATED . . . . . . . . . . . . . . . . . . . . . . . 20
2.6.7. CONTACT-URI . . . . . . . . . . . . . . . . . . . . . 22
2.7. Personal Information Properties . . . . . . . . . . . . . 22
2.7.1. EXPERTISE . . . . . . . . . . . . . . . . . . . . . . 22
2.7.2. HOBBY . . . . . . . . . . . . . . . . . . . . . . . . 23
2.7.3. INTEREST . . . . . . . . . . . . . . . . . . . . . . 24
2.7.4. ORG-DIRECTORY . . . . . . . . . . . . . . . . . . . . 25
2.8. Explanatory Properties . . . . . . . . . . . . . . . . . 26
Show full document text