Re: [Stox] I-D Action: draft-ietf-stox-7248bis-13.txt

Saúl Ibarra Corretgé <saul@ag-projects.com> Thu, 13 October 2016 10:13 UTC

Return-Path: <saul@ag-projects.com>
X-Original-To: stox@ietfa.amsl.com
Delivered-To: stox@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BAB9712960F for <stox@ietfa.amsl.com>; Thu, 13 Oct 2016 03:13:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] 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 Sk4790GKAOIt for <stox@ietfa.amsl.com>; Thu, 13 Oct 2016 03:13:04 -0700 (PDT)
Received: from mail.sipthor.net (node16.dns-hosting.info [81.23.228.161]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 57DC81295D2 for <stox@ietf.org>; Thu, 13 Oct 2016 03:13:04 -0700 (PDT)
Received: from [192.168.99.44] (215-213-144-85.ftth.glasoperator.nl [85.144.213.215]) by mail.sipthor.net (Postfix) with ESMTPSA id 8D3AF14AC01F; Thu, 13 Oct 2016 12:12:59 +0200 (CEST)
Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\))
Content-Type: multipart/signed; boundary="Apple-Mail=_79CC6A8E-80CD-45BA-91DD-6797A8681A22"; protocol="application/pgp-signature"; micalg="pgp-sha512"
X-Pgp-Agent: GPGMail
From: Saúl Ibarra Corretgé <saul@ag-projects.com>
In-Reply-To: <6459911f-6cab-3790-6d95-0d30214107f7@stpeter.im>
Date: Thu, 13 Oct 2016 12:12:55 +0200
Message-Id: <4294D75E-B004-4BF3-8FC9-A22E28FD57F2@ag-projects.com>
References: <147606650667.30499.2028928184330492409.idtracker@ietfa.amsl.com> <6459911f-6cab-3790-6d95-0d30214107f7@stpeter.im>
To: Peter Saint-Andre <stpeter@stpeter.im>
X-Mailer: Apple Mail (2.3124)
Archived-At: <https://mailarchive.ietf.org/arch/msg/stox/oi6zEC8eVpiulpUwpL5Hm27P2tQ>
Cc: stox@ietf.org
Subject: Re: [Stox] I-D Action: draft-ietf-stox-7248bis-13.txt
X-BeenThere: stox@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: SIP-TO-XMPP Working Group discussion list <stox.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/stox>, <mailto:stox-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/stox/>
List-Post: <mailto:stox@ietf.org>
List-Help: <mailto:stox-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/stox>, <mailto:stox-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 13 Oct 2016 10:13:07 -0000

LGTM!

> On 10 Oct 2016, at 04:33, Peter Saint-Andre <stpeter@stpeter.im> wrote:
> 
> Added an appendix describing the changes from RFC 7248, pasted below for convenience.
> 
> ###
> 
> Appendix A.  Changes from RFC 7248
> 
>   RFC 7248 had already been published when the STOX WG discovered that
>   a related document (since published as [RFC7702]) contained problems
>   that also applied to RFC 7248.  Specifically, the diagrams and
>   protocol flows in RFC 7248 contained errors that reflected an
>   incorrect architecture with gateways on both sides of the protocol
>   exchange; in theory and in practice, presence traffic from an XMPP
>   system would be translated by an XMPP-to-SIMPLE gateway on the XMPP
>   side and received by a normal SIP/SIMPLE system directly (without a
>   receiving gateway on the SIP/SIMPLE side), and traffic from a SIP
>   system would be translated by a SIMPLE-to-XMPP gateway on the SIP
>   side and received by a normal XMPP system (without a receiving
>   gateway on the XMPP side).
> 
>   Therefore, this document makes the following substantive changes from
>   RFC 7248:
> 
>   o  Corrects the architectural assumptions, diagrams, and protocol
>      flows to reflect a single-gateway model in each direction.
> 
>   o  Adjusts terminology to replace the term "SIP Server" with the term
>      "SIP Proxy" or "SIP resence Server" as appropriate, to use the
>      term "notification dialog" for a SIP subscription and the term
>      "presence authorization" for an XMPP subscription instead of the
>      generic term "subscription" in both contexts, etc.
> 
>   o  Clarifies that SIP notification dialogs are used to handle
>      presence authorizations in SIP (e.g., there is no dedicated way to
>      signal outbound cancellation of an authorization as there is in
>      XMPP).
> 
>   o  Clarifies the use of the 'presence.winfo' event package, of the
>      Subscription-State headers (specifically with values of "pending",
>      "active", "closed", or "terminated"), of NOTIFY messages with no
>      body, etc.
> 
>   o  Clarifies the durations of notification dialogs and presence
>      authorizations, and how they are extended in SIP and handled in
>      XMPP.
> 
>   o  Removes the mapping of the XMPP 'id' attribute to the SIP "CSeq"
>      header.
> 
>   o  Describes the handling of multiple connected resources in XMPP.
> 
>   o  Provides information about mitigations for leaks of presence
>      information.
> 
> ###
> 
> On 10/9/16 8:28 PM, 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 SIP-TO-XMPP of the IETF.
>> 
>>        Title           : Interworking between the Session Initiation Protocol (SIP) and the Extensible Messaging and Presence Protocol (XMPP): Presence
>>        Author          : Peter Saint-Andre
>> 	Filename        : draft-ietf-stox-7248bis-13.txt
>> 	Pages           : 32
>> 	Date            : 2016-10-09
>> 
>> Abstract:
>>   This document defines a bidirectional protocol mapping for the
>>   exchange of presence information between the Session Initiation
>>   Protocol (SIP) and the Extensible Messaging and Presence Protocol
>>   (XMPP).  This document obsoletes RFC 7248.
>> 
>> 
>> The IETF datatracker status page for this draft is:
>> https://datatracker.ietf.org/doc/draft-ietf-stox-7248bis/
>> 
>> There's also a htmlized version available at:
>> https://tools.ietf.org/html/draft-ietf-stox-7248bis-13
>> 
>> A diff from the previous version is available at:
>> https://www.ietf.org/rfcdiff?url2=draft-ietf-stox-7248bis-13
>> 
>> 
>> 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/
>> 
>> _______________________________________________
>> stox mailing list
>> stox@ietf.org
>> https://www.ietf.org/mailman/listinfo/stox
>> 
> 
> _______________________________________________
> stox mailing list
> stox@ietf.org
> https://www.ietf.org/mailman/listinfo/stox

--
Saúl Ibarra Corretgé
AG Projects