Return-Path: <paulej@packetizer.com>
X-Original-To: webfinger@ietfa.amsl.com
Delivered-To: webfinger@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix)
 with ESMTP id 9136F11E8193 for <webfinger@ietfa.amsl.com>;
 Thu, 10 Oct 2013 16:41:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.957
X-Spam-Level: 
X-Spam-Status: No, score=-1.957 tagged_above=-999 required=5 tests=[AWL=0.041,
 BAYES_00=-2.599, HTML_MESSAGE=0.001, J_CHICKENPOX_44=0.6]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com
 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id m0kMtVa1dDGX for
 <webfinger@ietfa.amsl.com>; Thu, 10 Oct 2013 16:41:03 -0700 (PDT)
Received: from dublin.packetizer.com (dublin.packetizer.com [75.101.130.125])
 by ietfa.amsl.com (Postfix) with ESMTP id 45CB211E8162 for
 <webfinger@ietf.org>; Thu, 10 Oct 2013 16:41:02 -0700 (PDT)
Received: from [192.168.1.20] (rrcs-98-101-148-48.midsouth.biz.rr.com
 [98.101.148.48]) (authenticated bits=0) by dublin.packetizer.com
 (8.14.5/8.14.5) with ESMTP id r9ANf0hV011934 (version=TLSv1/SSLv3
 cipher=AES128-SHA bits=128 verify=NO); Thu, 10 Oct 2013 19:41:01 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=packetizer.com; s=dublin;
 t=1381448461; bh=XEcSGIlcbXDTu6LGcBaPFExhxGTqW2mTybwNK2EO9qw=;
 h=From:To:Subject:Cc:Date:Content-Type:In-Reply-To:Message-Id: Mime-Version:Reply-To;
 b=Bwzr/+2TsFQOrPYzM6NW8tjZpp1fEZw5U2kH07SqQTa942St35uhXN9loPqKMegTl
 heqh7bX96vK+GExW8lqlkN/qAhKZMlGCH1x+qjX6sq3Qn0TCNJAw1DuM6zGHJ66ri8
 gz4A9QrhkAHO2r5R2hUWF7HwHasTqG7XC/E2ilP8=
From: "Paul E. Jones" <paulej@packetizer.com>
To: "Melvin Carvalho" <melvincarvalho@gmail.com>
Date: Thu, 10 Oct 2013 23:41:13 +0000
Content-Type: multipart/alternative;
 boundary="------=_MB602F051C-ECA7-4A5D-955A-433ED7945EC7"
In-Reply-To: <CAKaEYhJEvfiPT-5zTjnVXSpyGxYnpOO5gB0wvjgcHB6u6Fq6RQ@mail.gmail.com>
Message-Id: <em19baa0e5-7a97-44ab-874e-b084b9645052@sydney>
Mime-Version: 1.0
User-Agent: eM_Client/5.0.18661.0
Cc: webfinger <webfinger@ietf.org>, Will Norris <will@willnorris.com>
Subject: Re: [webfinger] Registration of a URN for WebFinger Properties
X-BeenThere: webfinger@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
Reply-To: "Paul E. Jones" <paulej@packetizer.com>
List-Id: Discussion of the Webfinger protocol proposal in the Applications
 Area <webfinger.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/webfinger>,
 <mailto:webfinger-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/webfinger>
List-Post: <mailto:webfinger@ietf.org>
List-Help: <mailto:webfinger-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/webfinger>,
 <mailto:webfinger-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 10 Oct 2013 23:41:07 -0000

--------=_MB602F051C-ECA7-4A5D-955A-433ED7945EC7
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; format=flowed; charset=utf-8

Melvin,
>>There are also properties, and I've not seen any described formally=20
>>anywhere.  I've defined a ones I find useful:
>>http://www.packetizer.com/webfinger/properties.html
>
>Regarding name, just from the top of my head (I didnt include PoCo,=20
>OpenSocial, PIM, DOAP, but you could search for them)
>
>http://xmlns.com/foaf/spec/#term_name
>https://schema.org/name
>http://graph.facebook.com/schema/user#name
>http://www.w3.org/TR/vcard-rdf/#d4e1731
>
>Remember that link relations predate webfinger by over 5 years.  It's=20
>often better to reuse than to reinvent.
I agree, though none of these are designed for use in WebFinger.  So, I=20
created my own.  You can't point to something 5 years old and declare=20
I'm reproducing it because there is some syntax scribbling that has the=20
word "name" associated with it.

What I defined in the link above for "name", for example, is somewhere=20
between foaf:name and the one related to vcard.  WebFinger has a=20
registry for identifiers now.  It would be good to see that get=20
populated with useful items, though I would not recommend putting=20
everything one might possibly put into a vcard in there.  If a vcard is=20
essential, the vcard link relation should be published in a WF JRD and a=
=20
client query that.  However, there are basic things like "name" that are=
=20
very useful, such as when you log into a web site and that site would=20
like to display your avatar and name.  The avatar already has a defined=20
LR value under webfinger.org.  The person's name does not have a defined=
=20
property identifier anywhere, except the one I specified under=20
packetizer.com.

Paul

--------=_MB602F051C-ECA7-4A5D-955A-433ED7945EC7
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset=utf-8

<HTML><HEAD>
<STYLE id=3DeMClientCss>blockquote.cite { margin-left: 5px; margin-right:=
 0px; padding-left: 10px; padding-right:0px; border-left: 1px solid #000000=
 }
.plain pre, .plain tt { font-family: monospace; font-size: 100%; font-weigh=
t: normal; font-style: normal; }
body {font-family: Calibri;font-size: 11pt;}
.plain pre, .plain tt {font-family: Calibri;font-size: 11pt;}
</STYLE>

<STYLE></STYLE>
</HEAD>
<BODY scroll=3Dauto class>
<DIV>Melvin,</DIV>
<BLOCKQUOTE class=3Dcite cite=3DCAKaEYhJEvfiPT-5zTjnVXSpyGxYnpOO5gB0wvjgcHB=
6u6Fq6RQ@mail.gmail.com type=3D"cite">
<DIV id=3D51d18880cb9541a1bc43787562335d42>
<DIV dir=3Dltr>
<DIV class=3Dgmail_extra>
<DIV class=3Dgmail_quote>
<BLOCKQUOTE class=3Dgmail_quote style=3D"PADDING-LEFT: 1ex; MARGIN: 0px =
0px 0px 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<DIV>
<DIV>There are also properties, and I've not seen any described formally=
 anywhere.&nbsp; I've defined a ones I find useful:</DIV>
<DIV><A href=3D"http://www.packetizer.com/webfinger/properties.html">http:/=
/www.packetizer.com/webfinger/properties.html</A></DIV></DIV></BLOCKQUOTE>
<DIV><BR></DIV>
<DIV>Regarding name, just from the top of my head (I didnt include PoCo,=
 OpenSocial, PIM, DOAP, but you could search for them)<BR></DIV>
<DIV><BR><A href=3D"http://xmlns.com/foaf/spec/#term_name">http://xmlns.com=
/foaf/spec/#term_name</A><BR><A href=3D"https://schema.org/name">https://sc=
hema.org/name</A><BR><A href=3D"http://graph.facebook.com/schema/user#name"=
>http://graph.facebook.com/schema/user#name</A><BR><A href=3D"http://www.w3=
.org/TR/vcard-rdf/#d4e1731">http://www.w3.org/TR/vcard-rdf/#d4e1731</A><BR>=
<BR></DIV>
<DIV>Remember that link relations predate webfinger by over 5 years.&nbsp;=
 It's often better to reuse than to reinvent.</DIV></DIV></DIV></DIV></DIV>=
</BLOCKQUOTE>
<DIV>I agree, though none of these are designed for use in WebFinger.&nbsp;=
 So, I created my own.&nbsp; You can't point to something&nbsp;5 years old=
 and declare I'm reproducing it because there is some syntax scribbling =
that has the word "name" associated with it.</DIV>
<DIV>&nbsp;</DIV>
<DIV>What I defined in the link above for "name", for example, is somewhere=
 between foaf:name and the one related to vcard.&nbsp; WebFinger has a regi=
stry for identifiers now.&nbsp; It would be good to see that get populated=
 with useful items, though I would not recommend putting everything one =
might possibly put into a vcard in there.&nbsp; If a vcard is essential,=
 the vcard link relation should be published in a WF JRD and a client query=
 that.&nbsp; However, there are basic things like "name" that are very usef=
ul, such as when you log into a web site and that site would like to displa=
y your&nbsp;avatar and name.&nbsp; The avatar already has a defined LR valu=
e under webfinger.org.&nbsp; The person's name does not have a defined prop=
erty identifier anywhere, except the one I specified under packetizer.com.<=
/DIV>
<DIV>&nbsp;</DIV>
<DIV>Paul</DIV>
<DIV>&nbsp;</DIV></BODY></HTML>
--------=_MB602F051C-ECA7-4A5D-955A-433ED7945EC7--

