idnits 2.17.1 draft-stepanek-jscontact-06.txt: Checking boilerplate required by RFC 5378 and the IETF Trust (see https://trustee.ietf.org/license-info): ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/1id-guidelines.txt: ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/checklist : ---------------------------------------------------------------------------- No issues found here. Miscellaneous warnings: ---------------------------------------------------------------------------- == The copyright year in the IETF Trust and authors Copyright Line does not match the current year -- The document date (January 2, 2020) is 1573 days in the past. Is this intentional? Checking references for intended status: Proposed Standard ---------------------------------------------------------------------------- (See RFCs 3967 and 4897 for information about using normative references to lower-maturity documents in RFCs) -- Looks like a reference, but probably isn't: '1' on line 757 == Missing Reference: 'String' is mentioned on line 547, but not defined -- Looks like a reference, but probably isn't: '2' on line 759 Summary: 0 errors (**), 0 flaws (~~), 2 warnings (==), 3 comments (--). Run idnits with the --verbose option for more detailed information about the items above. -------------------------------------------------------------------------------- 2 TBD R. Stepanek 3 Internet-Draft FastMail 4 Intended status: Standards Track M. Loffredo 5 Expires: July 5, 2020 IIT-CNR 6 January 2, 2020 8 JSContact: A JSON representation of contact data 9 draft-stepanek-jscontact-06 11 Abstract 13 This specification defines a data model and JSON representation of 14 contact card information that can be used for data storage and 15 exchange in address book or directory applications. It aims to be an 16 alternative to the vCard data format and to be unambiguous, 17 extendable and simple to process. In contrast to the JSON-based 18 jCard format, it is not a direct mapping from the vCard data model 19 and expands semantics where appropriate. 21 Status of This Memo 23 This Internet-Draft is submitted in full conformance with the 24 provisions of BCP 78 and BCP 79. 26 Internet-Drafts are working documents of the Internet Engineering 27 Task Force (IETF). Note that other groups may also distribute 28 working documents as Internet-Drafts. The list of current Internet- 29 Drafts is at https://datatracker.ietf.org/drafts/current/. 31 Internet-Drafts are draft documents valid for a maximum of six months 32 and may be updated, replaced, or obsoleted by other documents at any 33 time. It is inappropriate to use Internet-Drafts as reference 34 material or to cite them other than as "work in progress." 36 This Internet-Draft will expire on July 5, 2020. 38 Copyright Notice 40 Copyright (c) 2020 IETF Trust and the persons identified as the 41 document authors. All rights reserved. 43 This document is subject to BCP 78 and the IETF Trust's Legal 44 Provisions Relating to IETF Documents 45 (https://trustee.ietf.org/license-info) in effect on the date of 46 publication of this document. Please review these documents 47 carefully, as they describe your rights and restrictions with respect 48 to this document. Code Components extracted from this document must 49 include Simplified BSD License text as described in Section 4.e of 50 the Trust Legal Provisions and are provided without warranty as 51 described in the Simplified BSD License. 53 Table of Contents 55 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3 56 1.1. Relation to the xCard and jCard formats . . . . . . . . . 3 57 1.2. Terminology . . . . . . . . . . . . . . . . . . . . . . . 4 58 1.3. Vendor-specific Property Extensions and Values . . . . . 4 59 2. JSCard . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 60 2.1. Metadata properties . . . . . . . . . . . . . . . . . . . 4 61 2.1.1. uid . . . . . . . . . . . . . . . . . . . . . . . . . 4 62 2.1.2. prodId . . . . . . . . . . . . . . . . . . . . . . . 4 63 2.1.3. updated . . . . . . . . . . . . . . . . . . . . . . . 5 64 2.1.4. kind . . . . . . . . . . . . . . . . . . . . . . . . 5 65 2.1.5. relatedTo . . . . . . . . . . . . . . . . . . . . . . 5 66 2.2. Name and Organization properties . . . . . . . . . . . . 6 67 2.2.1. fullName . . . . . . . . . . . . . . . . . . . . . . 6 68 2.2.2. name . . . . . . . . . . . . . . . . . . . . . . . . 6 69 2.2.3. organization . . . . . . . . . . . . . . . . . . . . 6 70 2.2.4. jobTitle . . . . . . . . . . . . . . . . . . . . . . 7 71 2.2.5. role . . . . . . . . . . . . . . . . . . . . . . . . 7 72 2.3. Contact and Resource properties . . . . . . . . . . . . . 7 73 2.3.1. emails . . . . . . . . . . . . . . . . . . . . . . . 7 74 2.3.2. phones . . . . . . . . . . . . . . . . . . . . . . . 7 75 2.3.3. online . . . . . . . . . . . . . . . . . . . . . . . 8 76 2.3.4. preferredContactMethod . . . . . . . . . . . . . . . 8 77 2.3.5. preferredContactLanguages . . . . . . . . . . . . . . 8 78 2.4. Address and Location properties . . . . . . . . . . . . . 9 79 2.4.1. addresses . . . . . . . . . . . . . . . . . . . . . . 9 80 2.5. Additional properties . . . . . . . . . . . . . . . . . . 10 81 2.5.1. anniversaries . . . . . . . . . . . . . . . . . . . . 10 82 2.5.2. personalInfo . . . . . . . . . . . . . . . . . . . . 11 83 2.5.3. notes . . . . . . . . . . . . . . . . . . . . . . . . 11 84 2.5.4. categories . . . . . . . . . . . . . . . . . . . . . 12 85 2.6. Common JSCard types . . . . . . . . . . . . . . . . . . . 12 86 2.6.1. LocalizedString . . . . . . . . . . . . . . . . . . . 12 87 2.6.2. Resource . . . . . . . . . . . . . . . . . . . . . . 12 88 3. JSCardGroup . . . . . . . . . . . . . . . . . . . . . . . . . 12 89 3.1. Properties . . . . . . . . . . . . . . . . . . . . . . . 13 90 3.1.1. uid . . . . . . . . . . . . . . . . . . . . . . . . . 13 91 3.1.2. name . . . . . . . . . . . . . . . . . . . . . . . . 13 92 3.1.3. cards . . . . . . . . . . . . . . . . . . . . . . . . 13 93 4. Implementation Status . . . . . . . . . . . . . . . . . . . . 13 94 4.1. IIT-CNR/Registro.it . . . . . . . . . . . . . . . . . . . 14 95 5. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 14 96 6. Security Considerations . . . . . . . . . . . . . . . . . . . 14 97 7. References . . . . . . . . . . . . . . . . . . . . . . . . . 14 98 7.1. Normative References . . . . . . . . . . . . . . . . . . 14 99 7.2. Informative References . . . . . . . . . . . . . . . . . 15 100 7.3. URIs . . . . . . . . . . . . . . . . . . . . . . . . . . 16 101 Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 16 103 1. Introduction 105 This document defines a data model for contact card data normally 106 used in address book or directory applications and services. It aims 107 to be an alternative to the vCard data format [RFC6350] and to 108 provide a JSON-based standard representation of contact card data. 110 The key design considerations for this data model are as follows: 112 o Most of the initial set of attributes should be taken from the 113 vCard data format [RFC6350] and extensions ([RFC6473], [RFC6474], 114 [RFC6715], [RFC6869], [RFC8605]). The specification should add 115 new attributes or value types, or not support existing ones, where 116 appropriate. Conversion between the data formats need not fully 117 preserve semantic meaning. 119 o The attributes of the cards data represented must be described as 120 a simple key-value pair, reducing complexity of its 121 representation. 123 o The data model should avoid all ambiguities and make it difficult 124 to make mistakes during implementation. 126 o Extensions, such as new properties and components, MUST NOT lead 127 to requiring an update to this document. 129 The representation of this data model is defined in the I-JSON format 130 [RFC7493], which is a strict subset of the JavaScript Object Notation 131 (JSON) Data Interchange Format [RFC8259]. Using JSON is mostly a 132 pragmatic choice: its widespread use makes JSCard easier to adopt, 133 and the availability of production-ready JSON implementations 134 eliminates a whole category of parser-related interoperability 135 issues. 137 1.1. Relation to the xCard and jCard formats 139 The xCard [RFC6351] and jCard [RFC7095] specifications define 140 alternative representations for vCard data, in XML and JSON format 141 respectively. Both explicitly aim to not change the underlying data 142 model. Accordingly, they are regarded as equal to vCard in the 143 context of this document. 145 1.2. Terminology 147 The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", 148 "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and 149 "OPTIONAL" in this document are to be interpreted as described in BCP 150 14 [RFC2119] [RFC8174] when, and only when, they appear in all 151 capitals, as shown here. 153 1.3. Vendor-specific Property Extensions and Values 155 Vendors MAY add additional properties to JSContact objects to support 156 their custom features. The names of these properties MUST be 157 prefixed with a domain name controlled by the vendor to avoid 158 conflict, e.g. "example.com/customprop". 160 Some JSContact properties allow vendor-specific value extensions. If 161 so, vendor-specific values MUST be prefixed with a domain name 162 controlled by the vendor, e.g. "example.com/customrel". 164 Vendors are strongly encouraged to register any new property values 165 or extensions that are useful to other systems as well, rather than 166 using a vendor-specific prefix. 168 2. JSCard 170 MIME type: "application/jscontact+json;type=jscard" 172 A JSCard object stores information about a person, organization or 173 company. 175 2.1. Metadata properties 177 2.1.1. uid 179 Type: "String" (mandatory). 181 An identifier, used to associate the object as the same across 182 different systems, addressbooks and views. [RFC4122] describes a 183 range of established algorithms to generate universally unique 184 identifiers (UUID), and the random or pseudo-random version is 185 recommended. For compatibility with [RFC6350] UIDs, implementations 186 MUST accept both URI and free-form text. 188 2.1.2. prodId 190 Type: "String" (optional). 192 The identifier for the product that created the JSCard object. 194 2.1.3. updated 196 Type: "String" (mandatory). 198 The date and time when the data in this JSCard object was last 199 modified. The timestamp MUST be formatted as specified in [RFC3339]. 201 2.1.4. kind 203 Type: "String" (optional). The kind of the entity the Card 204 represents. 206 The value MUST be either one of the following values, registered in a 207 future RFC, or a vendor-specific value: 209 o "individual": a single person 211 o "org": an organization 213 o "location": a named location 215 o "device": a device, such as appliances, computers, or network 216 elements 218 o "application": a software application 220 2.1.5. relatedTo 222 Type: "String[Relation]" (optional). 224 Relates the object to other JSCard objects. This is represented as a 225 map of the URI (or single text value) of the related objects to a 226 possibly empty set of relation types. The Relation object has the 227 following properties: 229 o relation: "String[Boolean]" (optional, default: empty Object) 230 Describes how the linked object is related to the linking object. 231 The relation is defined as a set of relation types. If empty, the 232 relationship between the two objects is unspecified. Keys in the 233 set MUST be one of the RELATED property [RFC6350] type parameter 234 values, or an IANA-registered value, or a vendor-specific value. 235 The value for each key in the set MUST be true. 237 Note, the Relation object only has one property; it is specified as 238 an object with a single property to allow for extension in the 239 future. 241 2.2. Name and Organization properties 243 2.2.1. fullName 245 Type: "LocalizedString" (optional). 247 The full name (e.g. the personal name and surname of an individual, 248 the name of an organization) of the entity represented by this card. 250 2.2.2. name 252 Type: "NameComponent[]" (optional). 254 The name components of the name of the entity represented by this 255 JSCard. Name components SHOULD be ordered such that their values 256 joined by whitespace produce a valid full name of this entity. 258 A NameComponent has the following properties: 260 o value: "String" (mandatory). The value of this name component. 262 o type: "String" (mandatory). The type of this name component. 263 Valid name component types are: 265 * "prefix". The value is a honorific title(s), e.g. "Mr", "Ms", 266 "Dr". 268 * "personal". The value is a personal name(s), also known as 269 "first name", "given name". 271 * "surname". The value is a surname, also known as "last name", 272 "family name". 274 * "additional". The value is an additional name, also known as 275 "middle name". 277 * "suffix". The value is a honorific suffix, e.g. "B.A.", 278 "Esq.". 280 * "nickname". The value is a nickname. 282 2.2.3. organization 284 Type: "LocalizedString[]" (optional). 286 The company or organization name and units associated with this card. 287 The first entry in the list names the organization, and any following 288 entries name organizational units. 290 2.2.4. jobTitle 292 Type : "LocalizedString[]" (optional). 294 The job title(s) or functional position(s) of the entity represented 295 by this card. 297 2.2.5. role 299 Type : "LocalizedString[]" (optional). 301 The role(s), function(s) or part(s) played in a particular situation 302 by the entity represented by this card. In contrast to a job title, 303 the roles might differ for example in project contexts. 305 2.3. Contact and Resource properties 307 2.3.1. emails 309 Type: "Resource[]" (optional). 311 An array of Resource objects where the values are URLs in the 312 [RFC6068] "mailto" scheme or free-text email addresses. Types are: 314 o "personal" The address is for emailing in a personal context. 316 o "work" The address is for emailing in a professional context. 318 o "other" The address is for some other purpose. A label property 319 MAY be included to display next to the address to help the user 320 identify its purpose. 322 2.3.2. phones 324 Type: "Resource[]" (optional). 326 An array of Resource objects where the values are URIs scheme or 327 free-text phone numbers. Typical URI schemes are the [RFC3966] "tel" 328 or [RFC3261] "sip" schemes, but any URI scheme is allowed. Resource 329 types are: 331 o "voice" The number is for calling by voice. 333 o "fax" The number is for sending faxes. 335 o "pager" The number is for a pager or beeper. 337 o "other" The number is for some other purpose. A label property 338 MAY be included to display next to the number to help the user 339 identify its purpose. 341 The following labels are pre-defined for phone resources: 343 o "private" The phone number should be used in a private context. 345 o "work" The phone number should be used in a professional context 347 2.3.3. online 349 Type: "Resource[]" (optional). 351 An array of Resource objects where the values are URIs or usernames 352 associated with the card for online services. Types are: 354 o "uri" The value is a URI, e.g. a website link. 356 o "username" The value is a username associated with the entity 357 represented by this card (e.g. for social media, or an IM client). 358 A label property SHOULD be included to identify what service this 359 is for. For compatibility between clients, this label SHOULD be 360 the canonical service name, including capitalisation. e.g. 361 "Twitter", "Facebook", "Skype", "GitHub", "XMPP". 363 o "other" The value is something else not covered by the above 364 categories. A label property MAY be included to display next to 365 the number to help the user identify its purpose. 367 2.3.4. preferredContactMethod 369 Type : "String" (optional) 371 Defines the preferred contact method or resource with additional 372 information about this card. The value MUST be the property name of 373 one of the Resource lists: "emails", "phones", "online", "other". 375 2.3.5. preferredContactLanguages 377 Type : "String[ContactLanguage[]]" (optional) 379 Defines the preferred languages for contacting the entity associated 380 with this card. The keys in the object MUST be [RFC5646] language 381 tags. The values are a (possibly empty) list of contact language 382 preferences for this language. Also see the definition of the VCARD 383 LANG property (Section 6.4.4., [RFC6350]). 385 A ContactLanguage object has the following properties: 387 o type: "String" (optional). Defines the context of this 388 preference. This could be "work", "home" or another value. 390 o preference: "Number" (optional). Defines the preference order of 391 this language for the context defined in the type property. If 392 set, the property value MUST be between 1 and 100 (inclusive). 393 Lower values correspond to a higher level of preference, with 1 394 being most preferred. If not set, the default MUST be to 395 interpret the language as the least preferred in its context. 396 Preference orders SHOULD be unique across language for a specific 397 type. 399 A valid ContactLanguage object MUST have at least one of its 400 properties set. 402 2.4. Address and Location properties 404 2.4.1. addresses 406 Type: Address[] (optional). 408 An array of Address objects, containing physical locations. An 409 Address object has the following properties: 411 o type: "String" (optional, default "other"). Specifies the context 412 of the address information. The value MUST be either one of the 413 following values, registered in a future RFC, or a vendor-specific 414 value: 416 * "home" An address of a residence. 418 * "work" An address of a workplace. 420 * "billing" An address to be used for billing. 422 * "postal" An address to be used for delivering physical items. 424 * "other" An address not covered by the above categories. 426 o label: "String" (optional). A label describing the value in more 427 detail. 429 o fullAddress: "LocalizedString" (optional). The complete address, 430 excluding type and label. This property is mainly useful to 431 represent addresses of which the individual address components are 432 unknown, or to provide localized representations. 434 o street: "String" (optional). The street address. This MAY be 435 multiple lines; newlines MUST be preserved. 437 o extension: "String" (optional) The extended address, such as an 438 apartment or suite number, or care-of address. 440 o locality: "String" (optional). The city, town, village, post 441 town, or other locality within which the street address may be 442 found. 444 o region: "String" (optional). The province, such as a state, 445 county, or canton within which the locality may be found. 447 o country: "String" (optional). The country name. 449 o postOfficeBox: "String" (optional) The post office box. 451 o postcode: "String" (optional). The postal code, post code, ZIP 452 code or other short code associated with the address by the 453 relevant country's postal system. 455 o countryCode: "String" (optional). The ISO-3166-1 country code. 457 o coordinates: "String" (optional) A [RFC5870] "geo:" URI for the 458 address. 460 o timeZone: "String" (optional) Identifies the time zone this 461 address is located in. This SHOULD be a time zone name registered 462 in the IANA Time Zone Database [1]. Unknown time zone identifiers 463 MAY be ignored by implementations. 465 o isPreferred: Boolean (optional, default: false). Whether this 466 Address is the preferred for its type. This SHOULD only be one 467 per type. 469 2.5. Additional properties 471 2.5.1. anniversaries 473 Type : Anniversary[] (optional). 475 Memorable dates and events for the entity represented by this card. 476 An Anniversary object has the following properties: 478 o type: "String" (mandatory). Specifies the type of the 479 anniversary. This RFC predefines the following types, but 480 implementations MAY use additional values: 482 * "birth": a birth day anniversary 484 * "death": a death day anniversary 486 * "other": an anniversary not covered by any of the known types. 488 o label: "String" (optional). A label describing the value in more 489 detail, especially if the type property has value "other" (but MAY 490 be included with any type). 492 o date: "String" (mandatory). The date of this anniversary, in the 493 form "YYYY-MM-DD" (any part may be all 0s for unknown) or a 494 [RFC3339] timestamp. 496 o place: Address (optional). An address associated with this 497 anniversary, e.g. the place of birth or death. 499 2.5.2. personalInfo 501 Type: PersonalInformation[] (optional). 503 A list of personal information about the entity represented by this 504 card. A PersonalInformation object has the following properties: 506 o type: "String" (mandatory). Specifies the type for this personal 507 information. Allowed values are: 509 * "expertise": a field of expertise or credential 511 * "hobby": a hobby 513 * "interest": an interest 515 * "other": an information not covered by the above categories 517 o value: "String" (mandatory). The actual information. This 518 generally is free-text, but future specifications MAY restrict 519 allowed values depending on the type of this PersonalInformation. 521 o level: "String" (optional) Indicates the level of expertise, or 522 engagement in hobby or interest. Allowed values are: "high", 523 "medium" and "low". 525 2.5.3. notes 527 Type: "LocalizedString[]" (optional). 529 Arbitrary notes about the entity represented by this card. 531 2.5.4. categories 533 Type: "String[]" (optional). A list of free-text or URI categories 534 that relate to the card. 536 2.6. Common JSCard types 538 2.6.1. LocalizedString 540 A LocalizedString object has the following properties: 542 o value: "String" (mandatory). The property value. 544 o language: "String" (optional). The [RFC5646] language tag of this 545 value, if any. 547 o localizations: "String[String]" (optional). A map from [RFC5646] 548 language tags to the value localized in that language. 550 2.6.2. Resource 552 A Resource object has the following properties: 554 o type: "String" (mandatory). Specifies the context of the 555 resource. This MUST be taken from the set of values specified for 556 the respective property. 558 o label: "String" (optional). A label describing the value in more 559 detail, especially if the type property has value "other" (but MAY 560 be included with any type). 562 o value: "String" (mandatory). The actual resource value, e.g. an 563 email address or phone number. 565 o mediaType: "String" (optional). Used for properties with URI 566 values. Provides the media type [RFC2046] of the resource 567 identified by the URI. 569 o isPreferred: Boolean (optional, default: false). Whether this 570 resource is the preferred for its type. This SHOULD only be one 571 per type. 573 3. JSCardGroup 575 MIME type: "application/jscontact+json;type=jscardgroup" 577 A JSCardGroup object represents a named set of JSCards. 579 3.1. Properties 581 3.1.1. uid 583 Type : "String" (mandatory). 585 A globally unique identifier. The same requirements as for the 586 JSCard uid property apply. 588 3.1.2. name 590 Type: "String" (optional). 592 The user-visible name for the group, e.g. "Friends". This may be 593 any UTF-8 string of at least 1 character in length and maximum 255 594 octets in size. The same name may be used by two different groups. 596 3.1.3. cards 598 Type : "JSCard[]" (mandatory). The cards in the group. 599 Implementations MUST preserve the order of list entries. 601 4. Implementation Status 603 NOTE: Please remove this section and the reference to [RFC7942] prior 604 to publication as an RFC. This section records the status of known 605 implementations of the protocol defined by this specification at the 606 time of posting of this Internet-Draft, and is based on a proposal 607 described in [RFC7942]. The description of implementations in this 608 section is intended to assist the IETF in its decision processes in 609 progressing drafts to RFCs. Please note that the listing of any 610 individual implementation here does not imply endorsement by the 611 IETF. Furthermore, no effort has been spent to verify the 612 information presented here that was supplied by IETF contributors. 613 This is not intended as, and must not be construed to be, a catalog 614 of available implementations or their features. Readers are advised 615 to note that other implementations may exist. According to 616 [RFC7942], "this will allow reviewers and working groups to assign 617 due consideration to documents that have the benefit of running code, 618 which may serve as evidence of valuable experimentation and feedback 619 that have made the implemented protocols more mature. It is up to 620 the individual working groups to use this information as they see 621 fit". 623 4.1. IIT-CNR/Registro.it 625 o Responsible Organization: Institute of Informatics and Telematics 626 of National Research Council (IIT-CNR)/Registro.it 628 o Location: https://rdap.pubtest.nic.it/ [2] 630 o Description: This implementation includes support for RDAP queries 631 using data from the public test environment of .it ccTLD. The 632 RDAP server does not implement any security policy because data 633 returned by this server are only for experimental testing 634 purposes. The RDAP server returns responses including JSCard in 635 place of jCard when queries contain the parameter jscard=1. 637 o Level of Maturity: This is a "proof of concept" research 638 implementation. 640 o Coverage: This implementation includes all of the features 641 described in this specification. 643 o Contact Information: Mario Loffredo, mario.loffredo@iit.cnr.it 645 5. IANA Considerations 647 TBD 649 6. Security Considerations 651 TBD 653 7. References 655 7.1. Normative References 657 [RFC2046] Freed, N. and N. Borenstein, "Multipurpose Internet Mail 658 Extensions (MIME) Part Two: Media Types", RFC 2046, 659 DOI 10.17487/RFC2046, November 1996, 660 . 662 [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate 663 Requirement Levels", BCP 14, RFC 2119, 664 DOI 10.17487/RFC2119, March 1997, 665 . 667 [RFC4122] Leach, P., Mealling, M., and R. Salz, "A Universally 668 Unique IDentifier (UUID) URN Namespace", RFC 4122, 669 DOI 10.17487/RFC4122, July 2005, 670 . 672 [RFC5646] Phillips, A., Ed. and M. Davis, Ed., "Tags for Identifying 673 Languages", BCP 47, RFC 5646, DOI 10.17487/RFC5646, 674 September 2009, . 676 [RFC5870] Mayrhofer, A. and C. Spanring, "A Uniform Resource 677 Identifier for Geographic Locations ('geo' URI)", 678 RFC 5870, DOI 10.17487/RFC5870, June 2010, 679 . 681 [RFC6350] Perreault, S., "vCard Format Specification", RFC 6350, 682 DOI 10.17487/RFC6350, August 2011, 683 . 685 [RFC6351] Perreault, S., "xCard: vCard XML Representation", 686 RFC 6351, DOI 10.17487/RFC6351, August 2011, 687 . 689 [RFC7095] Kewisch, P., "jCard: The JSON Format for vCard", RFC 7095, 690 DOI 10.17487/RFC7095, January 2014, 691 . 693 [RFC7493] Bray, T., Ed., "The I-JSON Message Format", RFC 7493, 694 DOI 10.17487/RFC7493, March 2015, 695 . 697 [RFC7942] Sheffer, Y. and A. Farrel, "Improving Awareness of Running 698 Code: The Implementation Status Section", BCP 205, 699 RFC 7942, DOI 10.17487/RFC7942, July 2016, 700 . 702 [RFC8174] Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 703 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, 704 May 2017, . 706 [RFC8259] Bray, T., Ed., "The JavaScript Object Notation (JSON) Data 707 Interchange Format", STD 90, RFC 8259, 708 DOI 10.17487/RFC8259, December 2017, 709 . 711 7.2. Informative References 713 [RFC3261] Rosenberg, J., Schulzrinne, H., Camarillo, G., Johnston, 714 A., Peterson, J., Sparks, R., Handley, M., and E. 715 Schooler, "SIP: Session Initiation Protocol", RFC 3261, 716 DOI 10.17487/RFC3261, June 2002, 717 . 719 [RFC3339] Klyne, G. and C. Newman, "Date and Time on the Internet: 720 Timestamps", RFC 3339, DOI 10.17487/RFC3339, July 2002, 721 . 723 [RFC3966] Schulzrinne, H., "The tel URI for Telephone Numbers", 724 RFC 3966, DOI 10.17487/RFC3966, December 2004, 725 . 727 [RFC6068] Duerst, M., Masinter, L., and J. Zawinski, "The 'mailto' 728 URI Scheme", RFC 6068, DOI 10.17487/RFC6068, October 2010, 729 . 731 [RFC6473] Saint-Andre, P., "vCard KIND:application", RFC 6473, 732 DOI 10.17487/RFC6473, December 2011, 733 . 735 [RFC6474] Li, K. and B. Leiba, "vCard Format Extensions: Place of 736 Birth, Place and Date of Death", RFC 6474, 737 DOI 10.17487/RFC6474, December 2011, 738 . 740 [RFC6715] Cauchie, D., Leiba, B., and K. Li, "vCard Format 741 Extensions: Representing vCard Extensions Defined by the 742 Open Mobile Alliance (OMA) Converged Address Book (CAB) 743 Group", RFC 6715, DOI 10.17487/RFC6715, August 2012, 744 . 746 [RFC6869] Salgueiro, G., Clarke, J., and P. Saint-Andre, "vCard 747 KIND:device", RFC 6869, DOI 10.17487/RFC6869, February 748 2013, . 750 [RFC8605] Hollenbeck, S. and R. Carney, "vCard Format Extensions: 751 ICANN Extensions for the Registration Data Access Protocol 752 (RDAP)", RFC 8605, DOI 10.17487/RFC8605, May 2019, 753 . 755 7.3. URIs 757 [1] https://www.iana.org/time-zones 759 [2] https://rdap.pubtest.nic.it/ 761 Authors' Addresses 762 Robert Stepanek 763 FastMail 764 PO Box 234, Collins St West 765 Melbourne, VIC 8007 766 Australia 768 Email: rsto@fastmailteam.com 770 Mario Loffredo 771 IIT-CNR 772 Via Moruzzi,1 773 Pisa, 56124 774 Italy 776 Email: mario.loffredo@iit.cnr.it