Re: [sipcore] I-D Action: draft-ietf-sipcore-sip-push-15.txt

Robert Sparks <rjsparks@nostrum.com> Wed, 26 September 2018 19:57 UTC

Return-Path: <rjsparks@nostrum.com>
X-Original-To: sipcore@ietfa.amsl.com
Delivered-To: sipcore@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 760DE128CB7 for <sipcore@ietfa.amsl.com>; Wed, 26 Sep 2018 12:57:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.88
X-Spam-Level:
X-Spam-Status: No, score=-1.88 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01] autolearn=ham autolearn_force=no
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 NQHual_tx0MT for <sipcore@ietfa.amsl.com>; Wed, 26 Sep 2018 12:57:41 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (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 8B011130F9C for <sipcore@ietf.org>; Wed, 26 Sep 2018 12:57:41 -0700 (PDT)
Received: from unescapeable.local ([47.186.18.66]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id w8QJvbG1069961 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Wed, 26 Sep 2018 14:57:38 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
X-Authentication-Warning: raven.nostrum.com: Host [47.186.18.66] claimed to be unescapeable.local
To: Christer Holmberg <christer.holmberg@ericsson.com>, "sipcore@ietf.org" <sipcore@ietf.org>
References: <153795437328.21557.17346270587424995464@ietfa.amsl.com> <43194a5d-e185-b0fa-10ce-bce99f039b04@nostrum.com> <2f3938ef30b94f558f6fcc7e3e2ba21e@ericsson.com>
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <8e137152-231d-cacb-862e-c42718dc771d@nostrum.com>
Date: Wed, 26 Sep 2018 14:57:37 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.9.1
MIME-Version: 1.0
In-Reply-To: <2f3938ef30b94f558f6fcc7e3e2ba21e@ericsson.com>
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Transfer-Encoding: 8bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/sipcore/mYGp6tIeklxtfvtZDMEllUKwQEc>
Subject: Re: [sipcore] I-D Action: draft-ietf-sipcore-sip-push-15.txt
X-BeenThere: sipcore@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: SIP Core Working Group <sipcore.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/sipcore>, <mailto:sipcore-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/sipcore/>
List-Post: <mailto:sipcore@ietf.org>
List-Help: <mailto:sipcore-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/sipcore>, <mailto:sipcore-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 26 Sep 2018 19:57:50 -0000

Consider simplifying text where you can.


On 9/26/18 2:45 PM, Christer Holmberg wrote:
> Hi Robert,
>
>> The introduction and a few other places early in the document haven't been updated to reflect long-lived dialogs / in-dialog requests.
> You are correct. Eventhough most of the text in the Introduction is generic, there are a couple places where we need to add text about mid-dialog requests and longlived dialogs.
>
> OLD:
>
>     When the proxy receives a SIP request for a new dialog, or a stand-
>     alone SIP request, addressed towards a UA, or when the proxy
>     determines that the UA needs to send a binding refresh REGISTER
>     request, the proxy will request a push notification towards the UA,
>     using the PNS of the UA.
>
> NEW:
>
>     When the proxy receives a SIP request for a new dialog, a stand-
>     alone SIP request or a SIP mid-dialog request (in case of longlived dialogs),
>     addressed towards a UA, or when the proxy determines that the UA needs
>     to send a binding refresh REGISTER request, the proxy will request a push
>     notification towards the UA, using the PNS of the UA.
Why not
NEW:
     When the proxy receives a SIP request targeted for the UA, or when 
the proxy
     determines that the UA needs to ...

and similar elsewhere
>
> ---
>
> OLD:
>
>     The proxy MUST be in the signalling path of REGISTER requests sent by
>     the UA towards the registrar, and of SIP requests (for a new dialog
>     or a stand-alone) forwarded by the proxy responsible for the UA's
>     domain (sometimes referred to as home proxy, S-CSCF, etc) towards the
>     UA.  The proxy can also be co-located with the proxy responsible for
>     the UA's domain.  This will also ensure that the Request-URI of SIP
>     requests (for a new dialog or a stand-alone) can be matched against
>     contacts in REGISTER requests.
>
>
> NEW:
>
>     The proxy MUST be in the signalling path of REGISTER requests sent by
>     the UA towards the registrar, of SIP requests (for a new dialog
>     or a stand-alone) forwarded by the proxy responsible for the UA's
>     domain (sometimes referred to as home proxy, S-CSCF, etc) towards the
>     UA and of mid-dialog requests that can trigger push notification requests.
>     The proxy can also be co-located with the proxy responsible for
>     the UA's domain.  This will also ensure that the Request-URI of SIP
>     requests (for a new dialog or a stand-alone) can be matched against
>     contacts in REGISTER requests.
>
>
> Note that it isn't mentioned in Sections 4 and 5 on purpose. I thought I'd describe long-lived dialogs in Section 6, in order to not make 4 and 5 more complex.
>
> Regards,
>
> Christer
>
>
>
>
>
>
>
>
> RjS
>
>
> On 9/26/18 4:32 AM, internet-drafts@ietf.org wrote:
>> A New Internet-Draft is available from the on-line Internet-Drafts directories.
>> This draft is a work item of the Session Initiation Protocol Core WG of the IETF.
>>
>>           Title           : Push Notification with the Session Initiation Protocol (SIP)
>>           Authors         : Christer Holmberg
>>                             Michael Arnold
>> 	Filename        : draft-ietf-sipcore-sip-push-15.txt
>> 	Pages           : 30
>> 	Date            : 2018-09-26
>>
>> Abstract:
>>      This document describes how a Push Notification Service (PNS) can be
>>      used to wake suspended Session Initiation Protocol (SIP) User Agents
>>      (UAs), using push notifications, for the UA to be able to send
>>      binding refresh REGISTER requests and to receive receive incoming SIP
>>      requests.  The document defines new SIP URI parameters and new
>>      feature-capability indicators that can be used in SIP messages to
>>      indicate support of the mechanism defined in this document, to
>>      exchange PNS information between the SIP User Agent (UA) and the SIP
>>      entity that will request push notifications towards the UA, and to
>>      trigger such push notification requests.
>>
>>
>> The IETF datatracker status page for this draft is:
>> https://datatracker.ietf.org/doc/draft-ietf-sipcore-sip-push/
>>
>> There are also htmlized versions available at:
>> https://tools.ietf.org/html/draft-ietf-sipcore-sip-push-15
>> https://datatracker.ietf.org/doc/html/draft-ietf-sipcore-sip-push-15
>>
>> A diff from the previous version is available at:
>> https://www.ietf.org/rfcdiff?url2=draft-ietf-sipcore-sip-push-15
>>
>>
>> Please note that it may take a couple of minutes from the time of
>> submission until the htmlized version and diff are available at tools.ietf.org.
>>
>> Internet-Drafts are also available by anonymous FTP at:
>> ftp://ftp.ietf.org/internet-drafts/
>>
>> _______________________________________________
>> sipcore mailing list
>> sipcore@ietf.org
>> https://www.ietf.org/mailman/listinfo/sipcore
> _______________________________________________
> sipcore mailing list
> sipcore@ietf.org
> https://www.ietf.org/mailman/listinfo/sipcore