[secdir] [new-work] WG Review: Recharter of BiDirectional or Server-Initiated HTTP (hybi)

IESG Secretary <iesg-secretary@ietf.org> Tue, 07 February 2012 17:43 UTC

Return-Path: <new-work-bounces@ietf.org>
X-Original-To: secdir@ietf.org
Delivered-To: secdir@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3C19321F88D8; Tue, 7 Feb 2012 09:43:53 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ietf.org; s=ietf1; t=1328636633; bh=k6hGz2sLffsM39l5uUoyeWwDCr+pZmuCEut6Qj0cyPU=; h=From:To:Mime-Version:Message-Id:Date:Subject:Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: Content-Type:Content-Transfer-Encoding:Sender; b=itjkYVQHj4z/LkKEgCWrRz31sORi9Q7Lyt7uDdi4UCAs4b+aSXr4ju8yao4A4PoxW O7DOHbjOKOUUCIJ/sJrvdIFWIUQIokeGTbworEG82ih48R7YUNEt53M85HNxuGiyfH /CqpfVyFyYo4e/F4TCbE/Iyj2FNeDXhb7sdZ7gt4=
X-Original-To: new-work@ietf.org
Delivered-To: new-work@ietfa.amsl.com
Received: by ietfa.amsl.com (Postfix, from userid 30) id 18CAD21F88C6; Tue, 7 Feb 2012 09:43:52 -0800 (PST)
From: IESG Secretary <iesg-secretary@ietf.org>
To: new-work@ietf.org
Mime-Version: 1.0
Message-Id: <20120207174352.18CAD21F88C6@ietfa.amsl.com>
Date: Tue, 07 Feb 2012 09:43:52 -0800
X-BeenThere: new-work@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: new-work-bounces@ietf.org
Errors-To: new-work-bounces@ietf.org
X-Mailman-Approved-At: Wed, 08 Feb 2012 08:29:00 -0800
Subject: [secdir] [new-work] WG Review: Recharter of BiDirectional or Server-Initiated HTTP (hybi)
X-BeenThere: secdir@ietf.org
Reply-To: iesg@ietf.org
List-Id: Security Area Directorate <secdir.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/secdir>, <mailto:secdir-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/secdir>
List-Post: <mailto:secdir@ietf.org>
List-Help: <mailto:secdir-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/secdir>, <mailto:secdir-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 07 Feb 2012 17:43:53 -0000

A modified charter has been submitted for the BiDirectional or Server-
Initiated HTTP (hybi) working group in the Applications Area of the 
IETF.  The IESG has not made any determination as yet.  The modified 
charter is provided below for informational purposes only.  Please send 
your comments to the IESG mailing list (iesg@ietf.org) by Tuesday, 
February 14, 2012.

BiDirectional or Server-Initiated HTTP (hybi)
-----------------------------------------
Status: Active Working Group
Last Updated: 2012-02-02

Chairs:
 Salvatore Loreto <Salvatore.Loreto@ericsson.com>
 Gabriel Montenegro <g_e_montenegro@yahoo.com>

Applications Area Director(s):
 Pete Resnick <presnick@qualcomm.com>
 Peter Saint-Andre <stpeter@stpeter.im>

Applications Area Advisor:
 Peter Saint-Andre <stpeter@stpeter.im>

Secretary:
  	S Moonesamy <sm+ietf@elandsys.com>

Mailing Lists:
  Address:	hybi@ietf.org
  To Subscribe:	https://www.ietf.org/mailman/listinfo/hybi
  Archive:	http://www.ietf.org/mail-archive/web/hybi/

Description of Working Group:

  The BiDirectional or Server-Initiated HTTP (HyBi) working group
  defines the WebSocket Protocol, a technology for bidirectional
  communication between an HTTP client and an HTTP server that
  provides greater efficiency than previous approaches (e.g., use
  of hanging requests or long polling).

  Having completed work on the core protocol (RFC 6455), the group
  continues to define extensions for use by WebSocket
  implementations.  The following extensions and optimizations are
  currently in scope:

  1. A per-frame compression extension to improve bandwidth
     usage (draft-tyoshino-hybi-websocket-perframe-deflate is a
     likely starting point).

  2. A multiplexing extension to improve the scalability of the
     WebSocket protocol (draft-tamplin-hybi-google-mux is a likely
     starting point).

  3. Timeout-handling capabilities to reduce the chattiness of the
     protocol (draft-thomson-hybi-http-timeout is a likely starting
     point).

  The working group will also serve as a discussion venue for
  subprotocols.  However, no subprotocol is currently chartered as a
  deliverable, and the WG must be rechartered to work on any
  subprotocols.

  The group will not work on an updated version of the WebSocket
  protocol, unless it is specifically rechartered to do so.

  The group will continue coordinating with the W3C WepApps working
  group with respect to the above deliverables and to ensure the best
  match possible between the WebSocket protocol and the WebSocket API.
  The group will also continue coordinating with other working groups
  within the IETF (e.g., HTTPBIS) as appropriate.

Goal and Milestones:

  Feb 2012 - Adopt a WG item for the per-frame compression extension

  May 2012 - Issue WG last call on the per-frame compression extension

  Jun 2012 - Send per-frame compression extension to IESG for
             consideration as a Proposed Standard

  Jun 2012 - Adopt a WG item for timeout handling

  Jul 2012 - Adopt a WG for the multiplexing extension

  Aug 2012 - Issue WG last call on timeout handling

  Sep 2012 - Issue WG last call on the multiplexing extension

  Oct 2012 - Send timeout handling to IESG for consideration as
             a Proposed Standard

  Nov 2012 - Send multiplexing extension to IESG for consideration as
             a Proposed Standard

_______________________________________________
new-work mailing list
new-work@ietf.org
https://www.ietf.org/mailman/listinfo/new-work