[secdir] [new-work] WG Review: Web-Based Push Notifications (webpush)

The IESG <iesg@ietf.org> Wed, 24 September 2014 13:21 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 [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 29AC61A00ED; Wed, 24 Sep 2014 06:21:32 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ietf.org; s=ietf1; t=1411564892; bh=yP4TvbAh6YU2amvy+ETfYdYf8hCjrGv6ZqC6ytPIexs=; h=MIME-Version:From:To: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=SfeuB4mJadXRKzZkO9AeHyec22ZU3eTz9HU92NF7YSLRJq29nPvgyjVs/+IgpU1Od EnEgoPiBfqF92Gpt3IgI6yEUiTPAyeFSFNbb042LLptBgZ/Fe0F3FVzqj1anTg8H0Q QheLwJj+mOWQ1XFGgVQO9Z39oRgb/XmgkFROXQxk=
X-Original-To: new-work@ietfa.amsl.com
Delivered-To: new-work@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0AEB61A00CD; Wed, 24 Sep 2014 06:21:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IrHwBcBqly28; Wed, 24 Sep 2014 06:21:23 -0700 (PDT)
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id DAED11A010D; Wed, 24 Sep 2014 06:21:20 -0700 (PDT)
MIME-Version: 1.0
From: The IESG <iesg@ietf.org>
To: new-work@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 5.6.3
Auto-Submitted: auto-generated
Precedence: bulk
Message-ID: <20140924132120.11517.65034.idtracker@ietfa.amsl.com>
Date: Wed, 24 Sep 2014 06:21:20 -0700
Archived-At: http://mailarchive.ietf.org/arch/msg/new-work/FW7apdlF7Ivj1wLze7ARYsLV2M8
X-BeenThere: new-work@ietf.org
X-Mailman-Version: 2.1.15
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: new-work-bounces@ietf.org
Sender: new-work <new-work-bounces@ietf.org>
Archived-At: http://mailarchive.ietf.org/arch/msg/secdir/5yaYr1cjQ4m5cxLd0n9S5Xe-mbY
X-Mailman-Approved-At: Wed, 24 Sep 2014 06:28:11 -0700
Subject: [secdir] [new-work] WG Review: Web-Based Push Notifications (webpush)
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: Wed, 24 Sep 2014 13:21:32 -0000

A new IETF working group has been proposed in the Real-time Applications
and Infrastructure Area. The IESG has not made any determination yet. The
following draft charter was submitted, and is provided for informational
purposes only. Please send your comments to the IESG mailing list (iesg
at ietf.org) by 2014-10-01.

Web-Based Push Notifications (webpush)
------------------------------------------------
Current Status: Proposed WG

Assigned Area Director:
  Alissa Cooper <alissa@cooperw.in>

Mailing list
  Address: webpush@ietf.org
  To Subscribe: https://www.ietf.org/mailman/listinfo/webpush
  Archive:
http://www.ietf.org/mail-archive/web/webpush/current/maillist.html

Charter:

Many applications require continuous access to network communications so
that real-time events - such as incoming calls or messages - can be
conveyed ("pushed") to the user in a timely fashion. Uncoordinated use 
of the network by multiple applications can contribute to unnecessary 
use of the network on devices.  For instance, maintaining sessions can 
dominate costs over the long term, since pushed events are relatively 
rare.  This is particularly onerous for battery-powered devices, on 
which network communication contributes a significant proportion of 
power usage.  Each independent session independently incurs overheads, 
causing unnecessary resource usage on devices.

Several modern computing platforms provide a push notification service
that consolidates application events, distributing those events to
applications as they arrive.  The single session avoids duplicated 
overhead costs on devices.

This working group will develop a protocol that applications can use to
request the delivery of data to a device using a consolidated push 
notification service. This protocol will include the ability to push the 
same message to multiple subscribed devices.  The work may describe a 
protocol that allows a device to subscribe to a push service and receive 
pushed messages.

This work will be done in collaboration with the W3C Webapps Working
Group, who are developing a Web Push API for use in web applications 
(see <http://www.w3.org/TR/push-api/>).

Milestones:
  Nov 2015 - Send web push protocol draft to the IESG as Proposed
Standard

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