Network Working Group | P. Saint-Andre |
Internet-Draft | Cisco |
Intended status: Standards Track | April 20, 2011 |
Expires: October 22, 2011 |
vCard KIND:thing
draft-saintandre-vcarddav-thing-00
This document defines a value of "thing" for the vCard KIND property.
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 http://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 October 22, 2011.
Copyright (c) 2011 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 (http://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.
Version 4 of the vCard specification [VCARD] defines a new KIND property that specifies the type of entity that a vCard represents. During working group discussion of that specification, the "thing" value of the KIND property was removed, with the expectation that the value might be defined in a vCard extension. This document defines such an extension.
When the KIND property has a value of "thing", the vCard represents a software application (e.g.,a server, a chatroom, or a bot) or a physical object (e.g., a building or a machine). As one example of the "thing" KIND, vCards are currently used in the Extensible Messaging and Presence Protocol [XMPP] to represent instant messaging servers that are deployed on the network.
All properties in a thing's vCard apply to one of the following:
The following base properties make sense for vCards that represent things (this list is not exclusive, and other properties might be applicable as well):
The following example of an XMPP server is borrowed from [XMPP-VCARD] and uses the XML representation of vCard described in [VCARDXML].
<vcard xmlns="urn:ietf:params:xml:ns:vcard-4.0"> <vcards> <fn><text>jabber.org IM service</text></fn> <url><uri>http://www.jabber.org/</uri></url> <lang> <parameters><pref>1</pref></parameters> <language-tag>en</language-tag> </lang> <email> <parameters><type><text>work</text></type></parameters> <text>xmpp@jabber.org</text> </email> <impp> <parameters><type><text>work</text></type></parameters> <uri>xmpp:jabber.org</uri> </impp> <logo> <parameters><type><text>work</text></type></parameters> <uri>http://www.jabber.org/images/logo.png</uri> </logo> <geo> <parameters><type><text>work</text></type></parameters> <uri>geo:42.25,-91.05</uri> </geo> <tz><text>America/Chicago</text></tz> <kind><text>thing</text></kind> </vcard> </vcards>
The IANA is requested to add "thing" to the registry of property values for vCard4. In conformance with Section 10.2.6 of [VCARD], the registration is as follows, where the reference is to XXXX.
Use of vCards to represent non-human entities is not envisioned to introduce security considerations beyond those specified for vCards in general as described in [VCARD].
[VCARD] | Perreault, S, "vCard Format Specification", Internet-Draft draft-ietf-vcarddav-vcardrev-19, April 2011. |
[VCARDXML] | Perreault, S, "vCard XML Representation", Internet-Draft draft-ietf-vcarddav-vcardxml-09, April 2011. |
[XMPP] | Saint-Andre, P., "Extensible Messaging and Presence Protocol (XMPP): Core", RFC 6120, March 2011. |
[XMPP-VCARD] | Mizzi, S. and P. Saint-Andre, "vCard4 Over XMPP", XSF XEP 0292, April 2011. |