
From nobody Tue Dec  2 01:31:10 2014
Return-Path: <thomas.fossati@alcatel-lucent.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E923A1A1A1C for <core@ietfa.amsl.com>; Tue,  2 Dec 2014 01:31:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.91
X-Spam-Level: 
X-Spam-Status: No, score=-6.91 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, T_RP_MATCHES_RCVD=-0.01] 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 LgumNyq-IpRu for <core@ietfa.amsl.com>; Tue,  2 Dec 2014 01:31:06 -0800 (PST)
Received: from smtp-fr.alcatel-lucent.com (fr-hpida-esg-02.alcatel-lucent.com [135.245.210.21]) (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 DD9C61A19EF for <core@ietf.org>; Tue,  2 Dec 2014 01:31:05 -0800 (PST)
Received: from fr712usmtp2.zeu.alcatel-lucent.com (unknown [135.239.2.42]) by Websense Email Security Gateway with ESMTPS id 50EBA25E84994 for <core@ietf.org>; Tue,  2 Dec 2014 09:31:02 +0000 (GMT)
Received: from FR711WXCHHUB01.zeu.alcatel-lucent.com (fr711wxchhub01.zeu.alcatel-lucent.com [135.239.2.111]) by fr712usmtp2.zeu.alcatel-lucent.com (GMO) with ESMTP id sB29Uscu029810 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for <core@ietf.org>; Tue, 2 Dec 2014 10:31:03 +0100
Received: from FR711WXCHMBA08.zeu.alcatel-lucent.com ([169.254.4.139]) by FR711WXCHHUB01.zeu.alcatel-lucent.com ([135.239.2.111]) with mapi id 14.03.0195.001; Tue, 2 Dec 2014 10:30:58 +0100
From: "FOSSATI, Thomas (Thomas)" <thomas.fossati@alcatel-lucent.com>
To: "core@ietf.org" <core@ietf.org>
Thread-Topic: HTTP-CoAP: media type mapping
Thread-Index: AQHQDhKt4oKCBTI1kU+F7Hfaux/k3Q==
Date: Tue, 2 Dec 2014 09:30:58 +0000
Message-ID: <D0A336C9.1D355%thomas.fossati@alcatel-lucent.com>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/14.4.6.141106
x-originating-ip: [135.239.27.38]
Content-Type: text/plain; charset="us-ascii"
Content-ID: <00727FF9F72101428D05761BD4591DAA@exchange.lucent.com>
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Archived-At: http://mailarchive.ietf.org/arch/msg/core/3-On3FJBLv3dgEtAwB2_Tly6cX4
Subject: [core] HTTP-CoAP: media type mapping
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "Constrained RESTful Environments \(CoRE\) Working Group list" <core.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/core>, <mailto:core-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/core/>
List-Post: <mailto:core@ietf.org>
List-Help: <mailto:core-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/core>, <mailto:core-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 02 Dec 2014 09:31:08 -0000

(On behalf of the HTTP-CoAP I-D editors.)

During IETF Hawaii, Carsten suggested that we bring the media type mapping
problem [1] to the mailing list for a further round of comments.

Brief summary of the topic: we want to allow media type and content
formats to evolve freely at the two ends of the translation chain, without
the HTTP-CoAP proxy becoming the point where media type information is
lost in translation.

In particular, there are two (pretty orthogonal) sub-topics on which the
discussion can focus on, matching the two sides of the problem:

1) CoAP -> HTTP mapping

Proposal: define an open ended HTTP media type "application/x-coap-<n>" -
where n is the decimal representation of the corresponding CoAP content
format - to handle the mapping of CoAP content formats that are unknown to
the proxy, instead of falling back to the completely opaque
"application/octet-stream".


2) HTTP -> CoAP mapping

Proposal: define some some kind of automatic mechanism that would allow
the proxy to get the "freshest" mapping function automatically.

On the latter point, a possibility that Carsten mentioned was to extend an
experiment that Klaus is currently running that periodically scans the
IANA media type registry and assigns content format numbers to all media
types that are in that registry.  If we manage to define the interface to
retrieve the mapping function, then we could possibly ask IANA to generate
these numbers for us.  (Maybe Carsten wants to expand a bit on this.)

Note that if such interface is available, it can be used as the primary
method for handling the other side of the mapping as well, leaving the
"application/x-coap-<n>" option as a last resort.


We (HTTP-CoAP editors) had some initial discussion on this point, and the
feeling was that although the proposal is attractive, bundling it with the
HTTP-CoAP draft is likely to slow the latter down a lot.  We think it'd be
better to sketch the proposal in a separate I-D, and then let the
HTTP-CoAP I-D (informationally) reference it as one option for a dynamic
configuration of the media type mapping mechanism.


Comments welcome,
Cheers

[1] http://tools.ietf.org/html/draft-ietf-core-http-mapping-05#section-6.3



From nobody Thu Dec 18 00:06:18 2014
Return-Path: <bilhanan.silverajan@tut.fi>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A29AF1A6F30 for <core@ietfa.amsl.com>; Thu, 18 Dec 2014 00:06:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.21
X-Spam-Level: 
X-Spam-Status: No, score=-4.21 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, T_RP_MATCHES_RCVD=-0.01] 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 vEXMtfYPl26Q for <core@ietfa.amsl.com>; Thu, 18 Dec 2014 00:06:13 -0800 (PST)
Received: from mail.cs.tut.fi (mail.cs.tut.fi [130.230.4.42]) by ietfa.amsl.com (Postfix) with SMTP id 0232A1A6F2B for <core@ietf.org>; Thu, 18 Dec 2014 00:06:12 -0800 (PST)
Received: from amavis1.cs.tut.fi (amavis1.cs.tut.fi [130.230.4.69]) by mail.cs.tut.fi (Postfix) with ESMTP id 6E4344CA for <core@ietf.org>; Thu, 18 Dec 2014 10:06:11 +0200 (EET)
Received: from mail.cs.tut.fi ([130.230.4.42]) by amavis1.cs.tut.fi (amavis1.cs.tut.fi [130.230.4.69]) (amavisd-maia, port 10024) with ESMTP id 20209-14 for <core@ietf.org>; Thu, 18 Dec 2014 10:06:10 +0200 (EET)
Received: from vpn-21.vpn.tut.fi (vpn-21.vpn.tut.fi [130.230.89.31]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.cs.tut.fi (Postfix) with ESMTP id 6B8254C9 for <core@ietf.org>; Thu, 18 Dec 2014 10:06:10 +0200 (EET)
Message-ID: <54928AF2.7060204@tut.fi>
Date: Thu, 18 Dec 2014 10:06:10 +0200
From: Bill Silverajan <bilhanan.silverajan@tut.fi>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:24.0) Gecko/20100101 Thunderbird/24.6.0
MIME-Version: 1.0
To: "core@ietf.org" <core@ietf.org>
References: <20141218074731.10455.80095.idtracker@ietfa.amsl.com>
In-Reply-To: <20141218074731.10455.80095.idtracker@ietfa.amsl.com>
X-Forwarded-Message-Id: <20141218074731.10455.80095.idtracker@ietfa.amsl.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: Maia Mailguard 1.0.2
Archived-At: http://mailarchive.ietf.org/arch/msg/core/5Da3gkBJM3bDm57T_Fn1_vLUFm8
Subject: [core] Fwd: New Version Notification for draft-silverajan-core-coap-alternative-transports-07.txt
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "Constrained RESTful Environments \(CoRE\) Working Group list" <core.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/core>, <mailto:core-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/core/>
List-Post: <mailto:core@ietf.org>
List-Help: <mailto:core-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/core>, <mailto:core-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 18 Dec 2014 08:06:17 -0000

Dear CoRE WG,

A new version of our draft on CoAP Communication with Alternative 
Transports has just been made available.

Compared to the previous version, this draft firstly tunes the usage 
scenarios a little to reflect current activity in this area.

The usage of "coap+<transport>" and "coaps+<transport>" as URI schemes 
are elaborated with examples, as suggested in 
https://www.ietf.org/mail-archive/web/core/current/msg05789.html

References are also updated.

Looking forward to hearing your opinions.

Regards,
Bill

-------- Original Message --------
Subject: New Version Notification for 
draft-silverajan-core-coap-alternative-transports-07.txt
Date: Wed, 17 Dec 2014 23:47:31 -0800
From: internet-drafts@ietf.org
To: Bilhanan Silverajan <bilhanan.silverajan@tut.fi>, Teemu Savolainen 
<teemu.savolainen@nokia.com>, "Teemu Savolainen" 
<teemu.savolainen@nokia.com>, "Bill Silverajan" <Bilhanan.Silverajan@tut.fi>


A new version of I-D, 
draft-silverajan-core-coap-alternative-transports-07.txt
has been successfully submitted by Bilhanan Silverajan and posted to the
IETF repository.

Name:		draft-silverajan-core-coap-alternative-transports
Revision:	07
Title:		CoAP Communication with Alternative Transports
Document date:	2014-12-17
Group:		Individual Submission
Pages:		19
URL: 
http://www.ietf.org/internet-drafts/draft-silverajan-core-coap-alternative-transports-07.txt
Status: 
https://datatracker.ietf.org/doc/draft-silverajan-core-coap-alternative-transports/
Htmlized: 
http://tools.ietf.org/html/draft-silverajan-core-coap-alternative-transports-07
Diff: 
http://www.ietf.org/rfcdiff?url2=draft-silverajan-core-coap-alternative-transports-07

Abstract:
    CoAP has been standardised as an application level REST-based
    protocol.  A single CoAP message is typically encapsulated and
    transmitted using UDP or DTLS as transports.  These transports are
    optimal solutions for CoAP use in IP-based constrained environments
    and nodes.  However compelling motivation exists for understanding
    how CoAP can operate with other transports, such as the need for M2M
    communication using non-IP networks, improved transport level end-to-
    end reliability and security, NAT and firewall traversal issues, and
    mechanisms possibly incurring a lower overhead to CoAP/HTTP
    translation gateways.  This draft examines the requirements for
    conveying CoAP messages to end points over such alternative
    transports.  It also provides a new URI format for representing CoAP
    resources over alternative transports.

 



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.

The IETF Secretariat




From nobody Mon Dec 29 13:03:46 2014
Return-Path: <barryleiba.mailing.lists@gmail.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D649D1A8FD6 for <core@ietfa.amsl.com>; Mon, 29 Dec 2014 13:03:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.278
X-Spam-Level: 
X-Spam-Status: No, score=-1.278 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FM_FORGED_GMAIL=0.622, FREEMAIL_FROM=0.001, SPF_PASS=-0.001] autolearn=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 TkJLeFKpnZGl for <core@ietfa.amsl.com>; Mon, 29 Dec 2014 13:03:44 -0800 (PST)
Received: from mail-ig0-x22c.google.com (mail-ig0-x22c.google.com [IPv6:2607:f8b0:4001:c05::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BBFC61A8F51 for <core@ietf.org>; Mon, 29 Dec 2014 13:03:43 -0800 (PST)
Received: by mail-ig0-f172.google.com with SMTP id a13so1017481igq.5 for <core@ietf.org>; Mon, 29 Dec 2014 13:03:42 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;  h=mime-version:sender:date:message-id:subject:from:to:content-type;  bh=FeI9bV5E5H0HbyhcFHj5PHRWx/0FWnJHunx2LjqcxIM=; b=gq+AWN+1BnG6C9Kc9ONCH2/CfGyJvf/UReSry9H/epoFW/T3Ks22MmyCAnXvwth92i QZqJKB5HjoZSO3jvISkGAfZhof0KIqHeYu4VsyqJAuGYdK3fJc/1tr5xEH15zhXXzLxj Ix3M6/iPr1TugGPqeJwMLfhFrcsga0UfpnVtj8Av90ogpm6jOhINiqwuox5FqApu1+Sa EZArB2ucT4dNjxddDA1WhLhR8VXfMV4ktzOQy+nGeb2snC2CKuVrgNHmpoF+5wImNLRX SB/fGQMTJW78uBOcZfsLUUWsBqtH2RUAzvFusA+j1UCmTeB7xA8kTQSEFRiM6Bb8lepJ EFwg==
MIME-Version: 1.0
X-Received: by 10.50.120.1 with SMTP id ky1mr17300785igb.29.1419887022812; Mon, 29 Dec 2014 13:03:42 -0800 (PST)
Sender: barryleiba.mailing.lists@gmail.com
Received: by 10.107.173.83 with HTTP; Mon, 29 Dec 2014 13:03:42 -0800 (PST)
Date: Mon, 29 Dec 2014 16:03:42 -0500
X-Google-Sender-Auth: Jo5E2m5g0aDvBlJLuQt516d2Mrc
Message-ID: <CAC4RtVA5eC4xuyGn-MVvE__+ztqB3btUvMcWTu3a3qrSA+hzCA@mail.gmail.com>
From: Barry Leiba <barryleiba@computer.org>
To: "core@ietf.org WG" <core@ietf.org>
Content-Type: text/plain; charset=UTF-8
Archived-At: http://mailarchive.ietf.org/arch/msg/core/UflLnWYQY_F3DmOhFWi7rszaFyA
Subject: [core] What's the status of the "observe" doc after IESG Evaluation?
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "Constrained RESTful Environments \(CoRE\) Working Group list" <core.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/core>, <mailto:core-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/core/>
List-Post: <mailto:core@ietf.org>
List-Help: <mailto:core-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/core>, <mailto:core-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 29 Dec 2014 21:03:45 -0000

I'm still waiting to hear from the document shepherd about this.  I
believe the current version has cleared all the DISCUSS points, but I
still need to be sure the non-blocking comments have been reasonably
addressed and that the shepherd is happy with it.  Are there still
updates pending?

Barry, Applications AD


From nobody Tue Dec 30 08:50:57 2014
Return-Path: <internet-drafts@ietf.org>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2792F1A0371; Tue, 30 Dec 2014 08:50:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] 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 gej6flWoPaAS; Tue, 30 Dec 2014 08:50:40 -0800 (PST)
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id C897E1A0373; Tue, 30 Dec 2014 08:50:39 -0800 (PST)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: internet-drafts@ietf.org
To: i-d-announce@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 5.10.0.p1
Auto-Submitted: auto-generated
Precedence: bulk
Message-ID: <20141230165039.29537.81158.idtracker@ietfa.amsl.com>
Date: Tue, 30 Dec 2014 08:50:39 -0800
Archived-At: http://mailarchive.ietf.org/arch/msg/core/YsA4w3FXr89JmZ0xIBLMdNscyaE
Cc: core@ietf.org
Subject: [core] I-D Action: draft-ietf-core-observe-16.txt
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.15
List-Id: "Constrained RESTful Environments \(CoRE\) Working Group list" <core.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/core>, <mailto:core-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/core/>
List-Post: <mailto:core@ietf.org>
List-Help: <mailto:core-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/core>, <mailto:core-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 30 Dec 2014 16:50:42 -0000

A New Internet-Draft is available from the on-line Internet-Drafts directories.
 This draft is a work item of the Constrained RESTful Environments Working Group of the IETF.

        Title           : Observing Resources in CoAP
        Author          : Klaus Hartke
	Filename        : draft-ietf-core-observe-16.txt
	Pages           : 34
	Date            : 2014-12-30

Abstract:
   The Constrained Application Protocol (CoAP) is a RESTful application
   protocol for constrained nodes and networks.  The state of a resource
   on a CoAP server can change over time.  This document specifies a
   simple protocol extension for CoAP that enables CoAP clients to
   "observe" resources, i.e., to retrieve a representation of a resource
   and keep this representation updated by the server over a period of
   time.  The protocol follows a best-effort approach for sending new
   representations to clients and provides eventual consistency between
   the state observed by each client and the actual resource state at
   the server.


The IETF datatracker status page for this draft is:
https://datatracker.ietf.org/doc/draft-ietf-core-observe/

There's also a htmlized version available at:
http://tools.ietf.org/html/draft-ietf-core-observe-16

A diff from the previous version is available at:
http://www.ietf.org/rfcdiff?url2=draft-ietf-core-observe-16


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/


From nobody Tue Dec 30 08:51:05 2014
Return-Path: <internet-drafts@ietf.org>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id ABB8E1A0373 for <core@ietfa.amsl.com>; Tue, 30 Dec 2014 08:50:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] 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 lbAET_RX_pkq; Tue, 30 Dec 2014 08:50:42 -0800 (PST)
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id E4BEA1A0378; Tue, 30 Dec 2014 08:50:39 -0800 (PST)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: internet-drafts@ietf.org
To: core-chairs@tools.ietf.org, draft-ietf-core-observe@tools.ietf.org, core@ietf.org, barryleiba@computer.org
X-Test-IDTracker: no
X-IETF-IDTracker: 5.10.0.p1
Auto-Submitted: auto-generated
Precedence: bulk
Message-ID: <20141230165039.29537.5776.idtracker@ietfa.amsl.com>
Date: Tue, 30 Dec 2014 08:50:39 -0800
Archived-At: http://mailarchive.ietf.org/arch/msg/core/nw5p1mnQR0nSZkNj406lt9MnVSQ
Subject: [core] New Version Notification - draft-ietf-core-observe-16.txt
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.15
List-Id: "Constrained RESTful Environments \(CoRE\) Working Group list" <core.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/core>, <mailto:core-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/core/>
List-Post: <mailto:core@ietf.org>
List-Help: <mailto:core-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/core>, <mailto:core-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 30 Dec 2014 16:50:43 -0000

A new version (-16) has been submitted for draft-ietf-core-observe:
http://www.ietf.org/internet-drafts/draft-ietf-core-observe-16.txt


The IETF datatracker page for this Internet-Draft is:
https://datatracker.ietf.org/doc/draft-ietf-core-observe/

Diff from previous version:
http://www.ietf.org/rfcdiff?url2=draft-ietf-core-observe-16

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.

IETF Secretariat.


From nobody Tue Dec 30 08:55:29 2014
Return-Path: <hartke@tzi.org>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 95CC71A0370 for <core@ietfa.amsl.com>; Tue, 30 Dec 2014 08:55:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.928
X-Spam-Level: 
X-Spam-Status: No, score=-0.928 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, FM_FORGED_GMAIL=0.622, HELO_EQ_DE=0.35] autolearn=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 MHM26ejVmf4I for <core@ietfa.amsl.com>; Tue, 30 Dec 2014 08:55:26 -0800 (PST)
Received: from mailhost.informatik.uni-bremen.de (mailhost.informatik.uni-bremen.de [IPv6:2001:638:708:30c9::12]) (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 0D0921A036F for <core@ietf.org>; Tue, 30 Dec 2014 08:55:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at informatik.uni-bremen.de
Received: from submithost.informatik.uni-bremen.de (submithost.informatik.uni-bremen.de [134.102.201.11]) by mailhost.informatik.uni-bremen.de (8.14.5/8.14.5) with ESMTP id sBUGtM8O016989 for <core@ietf.org>; Tue, 30 Dec 2014 17:55:22 +0100 (CET)
Received: from mail-vc0-f179.google.com (mail-vc0-f179.google.com [209.85.220.179]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by submithost.informatik.uni-bremen.de (Postfix) with ESMTPSA id 3kBhZf2Yrdz7yLG for <core@ietf.org>; Tue, 30 Dec 2014 17:55:22 +0100 (CET)
Received: by mail-vc0-f179.google.com with SMTP id le20so5870179vcb.38 for <core@ietf.org>; Tue, 30 Dec 2014 08:55:21 -0800 (PST)
X-Received: by 10.52.58.169 with SMTP id s9mr27312097vdq.15.1419958521019; Tue, 30 Dec 2014 08:55:21 -0800 (PST)
MIME-Version: 1.0
Received: by 10.52.116.232 with HTTP; Tue, 30 Dec 2014 08:54:40 -0800 (PST)
In-Reply-To: <CAC4RtVA5eC4xuyGn-MVvE__+ztqB3btUvMcWTu3a3qrSA+hzCA@mail.gmail.com>
References: <CAC4RtVA5eC4xuyGn-MVvE__+ztqB3btUvMcWTu3a3qrSA+hzCA@mail.gmail.com>
From: Klaus Hartke <hartke@tzi.org>
Date: Tue, 30 Dec 2014 17:54:40 +0100
Message-ID: <CAAzbHvYVVZDMS=_nnGmRkxKHa49UGdGtVEjy_UNmNL6PvagGbQ@mail.gmail.com>
To: Barry Leiba <barryleiba@computer.org>
Content-Type: text/plain; charset=UTF-8
Archived-At: http://mailarchive.ietf.org/arch/msg/core/sTbnEn5l-wFVB7Fih2qMX_FUytU
Cc: "core@ietf.org WG" <core@ietf.org>
Subject: Re: [core] What's the status of the "observe" doc after IESG Evaluation?
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "Constrained RESTful Environments \(CoRE\) Working Group list" <core.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/core>, <mailto:core-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/core/>
List-Post: <mailto:core@ietf.org>
List-Help: <mailto:core-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/core>, <mailto:core-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 30 Dec 2014 16:55:27 -0000

Hi Barry,

> Are there still updates pending?

I have uploaded revision -16 which closes the last remaining issues.

Klaus

