Re: [hybi] [Uri-review] ws: and wss: schemes

Julian Reschke <julian.reschke@gmx.de> Fri, 07 August 2009 06:01 UTC

Return-Path: <julian.reschke@gmx.de>
X-Original-To: hybi@core3.amsl.com
Delivered-To: hybi@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 029703A6C78 for <hybi@core3.amsl.com>; Thu, 6 Aug 2009 23:01:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.949
X-Spam-Level:
X-Spam-Status: No, score=-4.949 tagged_above=-999 required=5 tests=[AWL=-2.350, BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KxJHocPKMjzC for <hybi@core3.amsl.com>; Thu, 6 Aug 2009 23:01:43 -0700 (PDT)
Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by core3.amsl.com (Postfix) with SMTP id B13623A6C36 for <hybi@ietf.org>; Thu, 6 Aug 2009 23:01:41 -0700 (PDT)
Received: (qmail invoked by alias); 07 Aug 2009 06:01:42 -0000
Received: from p508FF540.dip.t-dialin.net (EHLO [192.168.178.33]) [80.143.245.64] by mail.gmx.net (mp041) with SMTP; 07 Aug 2009 08:01:42 +0200
X-Authenticated: #1915285
X-Provags-ID: V01U2FsdGVkX18ajVklXaAajbo2BHSVQEzJmHOuU36AQiV+VSdnUn SPk2wUZ6R3aTg4
Message-ID: <4A7BC33E.5070805@gmx.de>
Date: Fri, 07 Aug 2009 08:01:34 +0200
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.666
MIME-Version: 1.0
To: Ian Hickson <ian@hixie.ch>
References: <Pine.LNX.4.62.0908070531430.28566@hixie.dreamhostps.com>
In-Reply-To: <Pine.LNX.4.62.0908070531430.28566@hixie.dreamhostps.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
X-FuHaFi: 0.6
Cc: uri-review@ietf.org, hybi@ietf.org, uri@w3.org
Subject: Re: [hybi] [Uri-review] ws: and wss: schemes
X-BeenThere: hybi@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Server-Initiated HTTP <hybi.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/hybi>
List-Post: <mailto:hybi@ietf.org>
List-Help: <mailto:hybi-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 07 Aug 2009 06:01:44 -0000

Ian Hickson wrote:
> The formal registrations for the ws: and wss: schemes, part of the Web 
> Socket protocol, will be available in the Web Socket protocol ID as soon 
> as the IETF upload process completes:
> 
>    http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol#section-7

Looking at:

> 7.1. Registrarion of ws: scheme
> 
> 
>    URI scheme name.
>       ws
> 
>    Status.
>       Permanent.
> 
>    URI scheme syntax.
>       "ws" ":" hier-part [ "?" query ]

I assume you are using ABNF syntax (RFC5234) and terminology from the 
URI spec, but you really need to state that.

>    URI scheme semantics.
>       The only operation for this scheme is to open a connection using
>       the Web Socket protocol.
> 
>    Encoding considerations.
>       UTF-8 only.

What does this mean?

>    Applications/protocols that use this URI scheme name.
>       Web Socket protocol.
> 
>    Interoperability considerations.
>       None.
> 
>    Security considerations.
>       See "Security considerations" section above.
> 
>    Contact.
>       Ian Hickson <ian@hixie.ch>
> 
>    Author/Change controller.
>       Ian Hickson <ian@hixie.ch>
> ...

I believe that for a permanent registry on the standards track, change 
control will have to move to IETF or IESG.

BR, Julian