Re: [Stox] I-D Action: draft-ietf-stox-7248bis-13.txt
"Olle E. Johansson" <oej@edvina.net> Thu, 13 October 2016 11:21 UTC
Return-Path: <oej@edvina.net>
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 B8A4D129736 for <stox@ietfa.amsl.com>; Thu, 13 Oct 2016 04:21:45 -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 0fNPTLv0OB25 for <stox@ietfa.amsl.com>; Thu, 13 Oct 2016 04:21:43 -0700 (PDT)
Received: from smtp7.webway.se (smtp7.webway.se [212.3.14.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B321912972F for <stox@ietf.org>; Thu, 13 Oct 2016 04:21:41 -0700 (PDT)
Received: from [172.21.76.76] (unknown [88.214.185.130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp7.webway.se (Postfix) with ESMTPSA id 4EB226C04; Thu, 13 Oct 2016 13:21:32 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\))
From: "Olle E. Johansson" <oej@edvina.net>
In-Reply-To: <4294D75E-B004-4BF3-8FC9-A22E28FD57F2@ag-projects.com>
Date: Thu, 13 Oct 2016 12:21:05 +0100
Content-Transfer-Encoding: quoted-printable
Message-Id: <15E4A0F3-26C1-46DF-A757-03A2659FDDFE@edvina.net>
References: <147606650667.30499.2028928184330492409.idtracker@ietfa.amsl.com> <6459911f-6cab-3790-6d95-0d30214107f7@stpeter.im> <4294D75E-B004-4BF3-8FC9-A22E28FD57F2@ag-projects.com>
To: Saúl Ibarra Corretgé <saul@ag-projects.com>
X-Mailer: Apple Mail (2.3124)
Archived-At: <https://mailarchive.ietf.org/arch/msg/stox/8I3r2zZn2XWOmjfUSGSdUrWau6Y>
Cc: stox@ietf.org, Olle E Johansson <oej@edvina.net>, Peter Saint-Andre <stpeter@stpeter.im>
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 11:21:46 -0000
> On 13 Oct 2016, at 11:12, Saúl Ibarra Corretgé <saul@ag-projects.com> wrote: > > 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 I would like to contribute a “p” in front of “resence” /O >> 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 > > > > > > _______________________________________________ > stox mailing list > stox@ietf.org > https://www.ietf.org/mailman/listinfo/stox
- [Stox] I-D Action: draft-ietf-stox-7248bis-13.txt internet-drafts
- Re: [Stox] I-D Action: draft-ietf-stox-7248bis-13… Peter Saint-Andre
- Re: [Stox] I-D Action: draft-ietf-stox-7248bis-13… Saúl Ibarra Corretgé
- Re: [Stox] I-D Action: draft-ietf-stox-7248bis-13… Olle E. Johansson