[dispatch] Charter Proposal: Web Push

Martin Thomson <martin.thomson@gmail.com> Wed, 18 June 2014 19:32 UTC

Return-Path: <martin.thomson@gmail.com>
X-Original-To: dispatch@ietfa.amsl.com
Delivered-To: dispatch@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3845E1A029F for <dispatch@ietfa.amsl.com>; Wed, 18 Jun 2014 12:32:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2
X-Spam-Level:
X-Spam-Status: No, score=-2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, SPF_PASS=-0.001] 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 LNsE-lZb7CRj for <dispatch@ietfa.amsl.com>; Wed, 18 Jun 2014 12:32:46 -0700 (PDT)
Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 59E331A0289 for <dispatch@ietf.org>; Wed, 18 Jun 2014 12:32:46 -0700 (PDT)
Received: by mail-wi0-f173.google.com with SMTP id cc10so8222339wib.12 for <dispatch@ietf.org>; Wed, 18 Jun 2014 12:32:45 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=CRnErWyro3fs6hIgY8KZwVv3eSZ56MY5sYlHgBUkY+o=; b=Q16Emi9O7AKdBSOPHHcPHxsAv1Og4Dy0w6Z9ObZFeA/1GThpMmzuiGVgaiYtTLS/oL picWqkEib0LZ/HNsSHNEuxPD5skZ/u+Qj2BUq3cUY4DFXvA1IopJ/JId8qTyN6lK6UwY cTcuJvUXCQIh7RXtZis3up5MilZXxSeqjAEhh5cLvCrCel4PXsLngcD9UJxw5yw2XHnA sHbV4xAbr1sZVm2AIYfnnoX5oOjKIatsVWsyyMwUFD15/X4/EReXm9dDDvrmeTfjkkcu zhebi9Q+LbXxbMy8b/W3C/vUBQAizS5o6faGXjzIQsC6gRx0IKjhwQTUduJeMa5vGfAA 0nKA==
MIME-Version: 1.0
X-Received: by 10.194.92.244 with SMTP id cp20mr15874wjb.109.1403119965017; Wed, 18 Jun 2014 12:32:45 -0700 (PDT)
Received: by 10.194.51.134 with HTTP; Wed, 18 Jun 2014 12:32:44 -0700 (PDT)
Date: Wed, 18 Jun 2014 12:32:44 -0700
Message-ID: <CABkgnnVp-Toq5PUX3tFsjT2hDJmNey+QZ727XfiE9iw5fF8fjA@mail.gmail.com>
From: Martin Thomson <martin.thomson@gmail.com>
To: dispatch.chairs@tools.ietf.org, dispatch@ietf.org
Content-Type: text/plain; charset="UTF-8"
Archived-At: http://mailarchive.ietf.org/arch/msg/dispatch/Ez0d_3HZxUjEUc1jd5fTdOMHl6Y
Cc: Doug Turner <dougt@mozilla.com>
Subject: [dispatch] Charter Proposal: Web Push
X-BeenThere: dispatch@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DISPATCH Working Group Mail List <dispatch.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dispatch>, <mailto:dispatch-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/dispatch/>
List-Post: <mailto:dispatch@ietf.org>
List-Help: <mailto:dispatch-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dispatch>, <mailto:dispatch-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 18 Jun 2014 19:32:48 -0000

I notice that the deadlines have been added to the wiki [1], and we're
already past them.  I didn't see any announcement, so I apologize for
being a little late with this request.

We don't believe that this work is enough to need a full BOF, only a
short time in a dispatch session.  We'd like to request that time now.

Charter:

   Many applications require continuous access to network communications
   so that real-time events - such as incoming calls or messages - can
   be conveyed (or "pushed") to the user in a timely fashion.
   Uncoordinated use of the network from multiple applications can
   contribute to unnecessary use of the network on devices.  For
   instance, maintaining sessions can dominate costs over the long term,
   since events are relatively rare.  This is particularly onerous for
   battery-powered devices, on which network communication contributes a
   significant portion of power drain.  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 application data to a device using a
   consolidated push notification service.  This protocol will include the
   ability to push the same message to multiple devices.  The work may
   include an exemplar protocol for devices registering with push
   services.

   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:

  2015-05 Send web push protocol draft to the IESG as Proposed Standard