This commit is contained in:
stpeter 2011-07-10 15:05:09 -06:00
parent fb269d55b8
commit 47a7d17c36
1 changed files with 9 additions and 3 deletions

View File

@ -31,6 +31,12 @@
<email>samizzi@cisco.com</email>
<jid>samizzi@cisco.com</jid>
</author>
<revision>
<version>0.7</version>
<date>2011-07-10</date>
<initials>psa</initials>
<remark><p>Updated to reflect draft-saintandre-vcarddav-thing-02.</p></remark>
</revision>
<revision>
<version>0.6</version>
<date>2011-06-27</date>
@ -285,8 +291,8 @@
</section2>
</section1>
<section1 topic='vCards of Automated Entities' anchor='things'>
<p>Traditionally, vCards have been used on the XMPP network for entities other than human users, e.g. by XMPP servers and chatrooms. When such automated entities use vCards, it is RECOMMENDED to specify a value of "thing" for the vCard4 KIND property &vcardthing;, as illustrated in the following example:</p>
<section1 topic='vCards of Automated Entities' anchor='apps'>
<p>Traditionally, vCards have been used on the XMPP network for entities other than human users, e.g. by XMPP servers and chatrooms. When such automated entities use vCards, it is RECOMMENDED to specify a value of "application" for the vCard4 KIND property &vcardthing;, as illustrated in the following example:</p>
<example caption="vCard for a Thing"><![CDATA[
<iq from='jabber.org'
id='yhx51c35'
@ -304,7 +310,7 @@
<logo><uri>http://www.jabber.org/images/logo.png</uri></logo>
<geo><uri>geo:42.25,-91.05</uri></geo>
<tz><text>America/Chicago</text></tz>
<kind><text>thing</text></kind>
<kind><text>application</text></kind>
</vcard>
</iq>
]]></example>