Re: [apps-discuss] Looking at Webfinger

Peter Saint-Andre <stpeter@stpeter.im> Tue, 03 July 2012 15:58 UTC

Return-Path: <stpeter@stpeter.im>
X-Original-To: apps-discuss@ietfa.amsl.com
Delivered-To: apps-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8E53E21F86F1 for <apps-discuss@ietfa.amsl.com>; Tue, 3 Jul 2012 08:58:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.495
X-Spam-Level:
X-Spam-Status: No, score=-102.495 tagged_above=-999 required=5 tests=[AWL=0.104, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
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 BMmInP2cUHjk for <apps-discuss@ietfa.amsl.com>; Tue, 3 Jul 2012 08:58:43 -0700 (PDT)
Received: from stpeter.im (mailhost.stpeter.im [207.210.219.225]) by ietfa.amsl.com (Postfix) with ESMTP id 3EFDB21F86DD for <apps-discuss@ietf.org>; Tue, 3 Jul 2012 08:58:42 -0700 (PDT)
Received: from [64.101.72.115] (unknown [64.101.72.115]) (Authenticated sender: stpeter) by stpeter.im (Postfix) with ESMTPSA id 47A434005A; Tue, 3 Jul 2012 10:17:02 -0600 (MDT)
Message-ID: <4FF316B4.10002@stpeter.im>
Date: Tue, 03 Jul 2012 09:58:44 -0600
From: Peter Saint-Andre <stpeter@stpeter.im>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:13.0) Gecko/20120614 Thunderbird/13.0.1
MIME-Version: 1.0
To: Mark Nottingham <mnot@mnot.net>
References: <F80C8C9C-7AB8-4B7E-BFD2-4D69499D21A1@mnot.net>
In-Reply-To: <F80C8C9C-7AB8-4B7E-BFD2-4D69499D21A1@mnot.net>
X-Enigmail-Version: 1.4.2
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Cc: IETF Apps Discuss <apps-discuss@ietf.org>
Subject: Re: [apps-discuss] Looking at Webfinger
X-BeenThere: apps-discuss@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: General discussion of application-layer protocols <apps-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/apps-discuss>
List-Post: <mailto:apps-discuss@ietf.org>
List-Help: <mailto:apps-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Jul 2012 15:58:45 -0000

On 7/2/12 11:47 PM, Mark Nottingham wrote:

> * First and foremost, why use host-meta? What value does adding this
> extra step to the dance bring, beyond "We've defined it, therefore we
> must use it?"
> 
> As I think I've said many times before, the whole point of a
> .well-known URI is to group like uses together, to avoid having a
> "dictionary" resource that gets bloated with many application's
> unrelated data, thereby overburdening clients with too much
> information (especially when they're constrained, e.g., mobile).
> 
> As such, host-meta is a spectacularly bad example of a well-known
> URI. Defining a end-all-be-all well-known-URI kind of removes the
> point of having a registry, after all...
> 
> Instead, why not just define a NEW well-known URI for user data? That
> has a more constrained scope, and saves one round trip (or more).
> E.g.,
> 
> GET /.well-known/webfinger?user=bob%40example.com HTTP/1.0 Host:
> example.com
> 
> I.e., let webfinger define the URI template to use. Yes, some
> implementations might want to come up with crazy URIs, but is that
> really a problem we want to solve?
> 
> Astute observers will notice that this approach removes the need for
> an ACCT URI scheme (at least here).

Mark, that seems like a reasonable approach. I have no strong attachment
to 'acct' URIs, and removing one step in the dance makes some sense. In
particular, I echo your question: is host-meta doing something special
for us here that we can't do with a well-known URI for webfinger?

Peter

-- 
Peter Saint-Andre
https://stpeter.im/