Re: [hybi] RFC 6455 - conflicting statements

Alexey Melnikov <alexey.melnikov@isode.com> Fri, 27 April 2012 09:41 UTC

Return-Path: <alexey.melnikov@isode.com>
X-Original-To: hybi@ietfa.amsl.com
Delivered-To: hybi@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 77F5B21F8775 for <hybi@ietfa.amsl.com>; Fri, 27 Apr 2012 02:41:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -100.71
X-Spam-Level:
X-Spam-Status: No, score=-100.71 tagged_above=-999 required=5 tests=[AWL=-0.392, BAYES_00=-2.599, HTML_FONT_FACE_BAD=0.884, HTML_MESSAGE=0.001, MIME_QP_LONG_LINE=1.396, 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 PpqQGmZ+rkv5 for <hybi@ietfa.amsl.com>; Fri, 27 Apr 2012 02:41:38 -0700 (PDT)
Received: from rufus.isode.com (cl-125.lon-03.gb.sixxs.net [IPv6:2a00:14f0:e000:7c::2]) by ietfa.amsl.com (Postfix) with ESMTP id 4DEDE21F873C for <hybi@ietf.org>; Fri, 27 Apr 2012 02:41:38 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1335519696; d=isode.com; s=selector; i=@isode.com; bh=hrvarvzw7xPuDbnWA5JAfs7LjnEuJ54Q1Ps98iNz0UE=; h=From:Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version: In-Reply-To:References:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description; b=chZF5FOKcvKRN977fjpUIdMZr6s9oVgx/6Ep+W1vMtJZLMeAJmm/OCQV+wT6bD0tWIEd80 /Q+LzGpISzWC7Bo1MRSWQ/p1MrqgxBWH2l3n304FcWsrADGtV8uvH/kqJzgtWozHxiLamm GANNjY4PSXjhlgNSETKcdkHRZ5JL55c=;
Received: from [188.28.179.219] (188.28.179.219.threembb.co.uk [188.28.179.219]) by rufus.isode.com (submission channel) via TCP with ESMTPSA id <T5ppzgB=g0Ic@rufus.isode.com>; Fri, 27 Apr 2012 10:41:36 +0100
References: <CA+rAfUO1MPJcpKv+uHk0BD6sUo55SsUg_u+3ypeLdkdLGcQwEw@mail.gmail.com> <CA+rAfUPkLG=CAekZrVaVvNSQPX7+8FCnvyrAds_mA7swKQGHvw@mail.gmail.com>
In-Reply-To: <CA+rAfUPkLG=CAekZrVaVvNSQPX7+8FCnvyrAds_mA7swKQGHvw@mail.gmail.com>
Message-Id: <996C3E66-90B8-4C86-885C-AD436D94E61C@isode.com>
X-Mailer: iPad Mail (9B176)
From: Alexey Melnikov <alexey.melnikov@isode.com>
Date: Fri, 27 Apr 2012 10:41:29 +0100
To: "Nataraju A.B" <nataraju.sip@gmail.com>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="Apple-Mail-27BF7C70-F069-49E7-A92F-383BF83CFC12"
Content-Transfer-Encoding: 7bit
Cc: "hybi@ietf.org" <hybi@ietf.org>, "ifette+ietf@google.com" <ifette+ietf@google.com>
Subject: Re: [hybi] RFC 6455 - conflicting statements
X-BeenThere: hybi@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Server-Initiated HTTP <hybi.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/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, 27 Apr 2012 09:41:39 -0000

On 27 Apr 2012, at 10:05, "Nataraju A.B" <nataraju.sip@gmail.com> wrote:

> Hi All,

Hi,
> 
> Following is the snippet from the RFC6455.
> 
> <RFC6455>
> 2.  Conformance Requirements
> 
>    All diagrams, examples, and notes in this specification are non-
>    normative, as are all sections explicitly marked non-normative.
>    Everything else in this specification is normative.
> 
> 1.9.  Subprotocols Using the WebSocket Protocol
> 
>    _This section is non-normative._
> 
>    The client can request that the server use a specific subprotocol by
>    including the |Sec-WebSocket-Protocol| field in its handshake.  If it
>    is specified, the server needs to include the same field and one of
>    the selected subprotocol values in its response for the connection to
>    be established.
> 
> 3.  WebSocket URIs
> 
>    This specification defines two URI schemes, using the ABNF syntax
>    defined in RFC 5234 [RFC5234], and terminology and ABNF productions
>    defined by the URI specification RFC 3986 [RFC3986].
> 
>           ws-URI = "ws:" "//" host [ ":" port ] path [ "?" query ]
>           wss-URI = "wss:" "//" host [ ":" port ] path [ "?" query ]
> 
>           host = <host, defined in [RFC3986], Section 3.2.2>
>           port = <port, defined in [RFC3986], Section 3.2.3>
>           path = <path-abempty, defined in [RFC3986], Section 3.3>
>           query = <query, defined in [RFC3986], Section 3.4>
> </RFC6455>
> 
> Comment: According to statement in sec 2, section 3 - WebSocket URIs (for example) is normative. But I don't think that it correct. Section 3, 4, 5, 6, 7, 8 must also be changed as non-normative text by inserting the text "_This section is non-normative._".
> 

Can you elaborate why you think that these sections are non-normative?

> Otherwise, Am I missing something here ???
> 
> Thanks,
> Nataraju A.B.