Re: [Webpush] Single subscription for multiple apps.
Martin Thomson <martin.thomson@gmail.com> Mon, 15 June 2015 19:48 UTC
Return-Path: <martin.thomson@gmail.com>
X-Original-To: webpush@ietfa.amsl.com
Delivered-To: webpush@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2BCD91A8873 for <webpush@ietfa.amsl.com>; Mon, 15 Jun 2015 12:48:34 -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 aWOldWWAWn0c for <webpush@ietfa.amsl.com>; Mon, 15 Jun 2015 12:48:32 -0700 (PDT)
Received: from mail-yh0-x229.google.com (mail-yh0-x229.google.com [IPv6:2607:f8b0:4002:c01::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 88A711A885F for <webpush@ietf.org>; Mon, 15 Jun 2015 12:48:32 -0700 (PDT)
Received: by yhid80 with SMTP id d80so50409519yhi.1 for <webpush@ietf.org>; Mon, 15 Jun 2015 12:48:32 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=qUn3IPCC+/ajI+WHXiOUYdOSDXVhDrkE6t3trr7YHFM=; b=eRKYhtBCsP78BPfb1oEg2vpnn0TxIJ+v/oUoZ7cH5ejlGNLlyaPsyuQVeL4c/WVlXg HCtwjSvE/UCNCYltIC1h0uhU39pg1MnrZRxO4n6eQH8CV3xpW9EyflpSRV2zYAe5UkGK Q/s58bWquKJ01qosKWVQOmWT2xeIwyCgjv9BgaGv7jHGJun6ge0OF4+N5lXAxgAiF4uv /vdi/qdk8GnEu1BPQymNxixJ8QY0Fyw4Z0HkhjsHIAemwyOmk7c5qHlOkMWqc0jiyFS7 qSeAyvFDqd1Q9TEkrKeoVA+kmXQmhC49UIY6dixAD9s0aFQQinsbEsPy3hMpnIg602Xl gtqA==
MIME-Version: 1.0
X-Received: by 10.13.251.199 with SMTP id l190mr37008202ywf.148.1434397711967; Mon, 15 Jun 2015 12:48:31 -0700 (PDT)
Received: by 10.129.110.138 with HTTP; Mon, 15 Jun 2015 12:48:31 -0700 (PDT)
In-Reply-To: <CAP8-FqnJ9=Cy5cRTye1adJ6eZY3czx0vkTRTX0GwK2vrEeh3gA@mail.gmail.com>
References: <CAP8-FqnJ9=Cy5cRTye1adJ6eZY3czx0vkTRTX0GwK2vrEeh3gA@mail.gmail.com>
Date: Mon, 15 Jun 2015 12:48:31 -0700
Message-ID: <CABkgnnWOaMUX2uE=ukiYDPy8UU0AeCbwjdP3Xw69hZnWHTzWVQ@mail.gmail.com>
From: Martin Thomson <martin.thomson@gmail.com>
To: Costin Manolache <costin@gmail.com>
Content-Type: text/plain; charset="UTF-8"
Archived-At: <http://mailarchive.ietf.org/arch/msg/webpush/nNEZJ3R1JoO7rz_SsaWu90KS6q4>
Cc: "webpush@ietf.org" <webpush@ietf.org>
Subject: Re: [Webpush] Single subscription for multiple apps.
X-BeenThere: webpush@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Discussion of potential IETF work on a web push protocol <webpush.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/webpush>, <mailto:webpush-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/webpush/>
List-Post: <mailto:webpush@ietf.org>
List-Help: <mailto:webpush-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/webpush>, <mailto:webpush-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 15 Jun 2015 19:48:34 -0000
On 15 June 2015 at 11:35, Costin Manolache <costin@gmail.com> wrote: > 1. A push service can return the same subscription URL for all apps on a UA, > and > the UA will than make a single GET - and retrieve messages for each app. This isn't right. We need to have a different subscription URL for each application for privacy reasons alone. The dispatch problem is easier to solve if each application has its own subscription.
- [Webpush] Single subscription for multiple apps. Costin Manolache
- Re: [Webpush] Single subscription for multiple ap… Martin Thomson
- Re: [Webpush] Single subscription for multiple ap… Costin Manolache
- Re: [Webpush] Single subscription for multiple ap… Martin Thomson
- Re: [Webpush] Single subscription for multiple ap… Costin Manolache