
From nobody Thu Aug  1 01:46:29 2019
Return-Path: <christian@amsuess.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C9E321200C1 for <core@ietfa.amsl.com>; Thu,  1 Aug 2019 01:46:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.898
X-Spam-Level: 
X-Spam-Status: No, score=-1.898 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=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 oDwCioJRQx9j for <core@ietfa.amsl.com>; Thu,  1 Aug 2019 01:46:26 -0700 (PDT)
Received: from prometheus.amsuess.com (prometheus.amsuess.com [5.9.147.112]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 41B2F1200B8 for <core@ietf.org>; Thu,  1 Aug 2019 01:46:26 -0700 (PDT)
Received: from poseidon-mailhub.amsuess.com (095129206250.cust.akis.net [95.129.206.250]) by prometheus.amsuess.com (Postfix) with ESMTPS id A3FB9458D2; Thu,  1 Aug 2019 10:46:23 +0200 (CEST)
Received: from poseidon-mailbox.amsuess.com (unknown [IPv6:2a02:b18:c13b:8010:a800:ff:fede:b1bf]) by poseidon-mailhub.amsuess.com (Postfix) with ESMTP id 82DF126; Thu,  1 Aug 2019 10:46:21 +0200 (CEST)
Received: from hephaistos.amsuess.com (unknown [IPv6:2a02:b18:c13b:8010:fd92:577d:e8e:dffa]) by poseidon-mailbox.amsuess.com (Postfix) with ESMTPSA id E610561; Thu,  1 Aug 2019 10:46:20 +0200 (CEST)
Received: (nullmailer pid 18704 invoked by uid 1000); Thu, 01 Aug 2019 08:45:58 -0000
Date: Thu, 1 Aug 2019 10:45:58 +0200
From: Christian =?iso-8859-1?Q?Ams=FCss?= <christian@amsuess.com>
To: Jim Schaad <ietf@augustcellars.com>
Cc: core@ietf.org
Message-ID: <20190801084555.GA2449@hephaistos.amsuess.com>
References: <01db01d547f3$6c7eec20$457cc460$@augustcellars.com>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="LZvS9be/3tNcYl/X"
Content-Disposition: inline
In-Reply-To: <01db01d547f3$6c7eec20$457cc460$@augustcellars.com>
User-Agent: Mutt/1.10.1 (2018-07-13)
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/QgB1zeUSO9O78c-Jm2hzLSw7Fuo>
Subject: Re: [core] Questions & Comments for PubSub updated Proposal
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 01 Aug 2019 08:46:29 -0000

--LZvS9be/3tNcYl/X
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hello Jim, hello pubsub authors,

my personal take on this:

I think that most those points can addressed by a variation on the
proposal that has been floating but not made its way into the text yet:
Rather than all attributes being attached to the topic, some are on the
data resource. Compare the following to item 3.5:

    Request:

        GET </ps/topics/1234>

    Response:

        2.05 Content
        Content-Format: CoRAL

        rdf:type            <http://example.org/pubsub/topic>
        has-published-item  true
        publish             -> </ps/data/1234> [ method 3 ]
        created             dt'2019-07-08T15:35:00+0200'
        last-modified       dt'2019-07-08T15:35:00+0200'
        owner               <http://ericsson.example/people/ari>
        max-rate            50
        expires             dt'2019-07-15T15:35:00+0200'
        topic-data          </ps/data/1234> {
          unit                "Cel"
          rt                  "oic.r.temperature"
          # that was "topic-title" on the topic in proposal.txt
          title               "My Office Room Temperature"
          # that was "publisher" on the topic in proposal.txt
          owner               <http://ericcson.example/people/klaus>
          building            18
          floor               1
        }

We'd still need to, for all the properties involved, decide which terms
to use and where to attach them, but it completely sidesteps the topic
of inheritance (which would indeed be tricky -- the resource type of a
control resource is "pubsub topic control resource", if it's a
oic.r.temperature at the same time, that's ... odd). A good criterion
for whether something is an attribute of the control or the data
resource is the question "Does it matter whether this is used in a
pubsub context?": If it is, it should be on the control resource,
otherwise it's on the data resource.

This does still not quite answer this:

> 2.  It is not clear to me if a data node is supposed to be able to provid=
e a
> CoRAL document for information that relates to it.

If someone only knows the data resource, there's no way back from there
to the control resource, and no way to get its metadata (that'd be a
PROPFIND-style operation probably, and I don't think we want that).
There are still CoRAL statements about the topic, but the easiest way to
obtain them is to look into the control resource's CoRAL document that
describes the topic as well as above. (Which is also how they could be
updated, by PATCHing that resource once a patch format for CoRAL is
there, or by PUTting back a modified representation, where the server
would reject changes it can't do, like the created date or the
topic-data URI).


Best regards
Christian

--=20
To use raw power is to make yourself infinitely vulnerable to greater power=
s.
  -- Bene Gesserit axiom

--LZvS9be/3tNcYl/X
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIyBAABCAAdFiEECM1tElX6OodcH7CWOY0REtOkveEFAl1Cpr8ACgkQOY0REtOk
veHrkQ/4vdwk99KMjNLxxmLzQS5QD9zFGwQGQHYlahPZp9iCyQP44qZ9iZ6ynHEi
5B13d4wr586fLD6cC1CeKNllUijQCbAl5mSoGP93S2+SiSzMIVPy1N0saQ0L9ivL
SBapjzDO5BVIWWiG+yhpYtur8ME9z5JtikAeeofIqIy8ZCOV7ShWBWcj2Al6pBc4
59qVCUWtbVJRCzooqY7SskBA6nXWDAPzHbzi1THs+cCOZkFxJ41wm2EAHRq9rF1N
P0q+AZxHiUjD7iXe4TJRGM+rVpibW/P7sZsYxNeFnD1PN9vs0XX9MSMPHrvvFpPY
c4zkL4ud5hhO3wyO8ulHWAR1pm2RGCglkoYVd1ToJLOmGs3KElt6zb3BXb8TXWuL
VRuJHqJFHoXsh2qSDAyH0ezrOF7aln2JbB/LlcZ8Vd00fxWQvbRtSEtgmhKR1Cd8
gTT3kEI4FeEMCLxj2dbeoXnc16avaTn+CoLsz5hMJfcsEoG2vbScCcnjqapK/vf0
BKUI4NMG0CoamA8q74XZEoLemjZEFHU1KZ7kBOMCNqo4wFHP3V7fKrUB991624oU
RiCNPN2zuzGe+DQbFUVWYYr2V5Z2S8nea6ntpqveLjn5TyGmkO9YdNdp/hI9VPnI
RA7fCTwPaQlkd0LjrCS8TBUq3ahu+Jfis2MqP7qEbAeUVYWTmw==
=GCNZ
-----END PGP SIGNATURE-----

--LZvS9be/3tNcYl/X--


From nobody Thu Aug  1 07:32:08 2019
Return-Path: <ari.keranen@ericsson.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BAC4F1200CC for <core@ietfa.amsl.com>; Thu,  1 Aug 2019 07:32:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.999
X-Spam-Level: 
X-Spam-Status: No, score=-1.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=ericsson.com
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 WTMYWRm17d37 for <core@ietfa.amsl.com>; Thu,  1 Aug 2019 07:32:04 -0700 (PDT)
Received: from EUR02-AM5-obe.outbound.protection.outlook.com (mail-eopbgr00075.outbound.protection.outlook.com [40.107.0.75]) (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 778891201B4 for <core@ietf.org>; Thu,  1 Aug 2019 07:31:58 -0700 (PDT)
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=BMaQOuBjNjd/kQF7tXJV0KkYDAUNh93mhX/0wv06OPoPYZuq0+r81fsWK2hiWidus8AVy9UbkIm7mPKC1kpoxHoI6drlWPCbWfM04lYawn4NZaaD4SJjBEiwDpeSRWIcXI9180W49N5ubikShrcxXoH2Jfl7S4iKM2vycLc+1bbTJJS4lc1eItD24EhJLm8PF0gV5NjV6OqrMTNgGqbwSMK1c8P+8CQ3lX4F1fdjIo9WVXGo2CIgCSke3KXbrixAhhxq6BvSAqGN4/UsAafJd/efBiLkY1GIHdjWApY+BFDVEqX68po8BmA9AmQqVuc2N0J0LQI8HQ8IvWDrhsCqAw==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=XF17GALav1dxS7vGbSFp507eA5L8uTbL/BwayxFn5tY=; b=DOTLSTY5nNjOTtAg1pllb4FEmAaZ3DMZ0z+4RkgM6DJ4vLa9+XK4cfUHbimuJImjc7wymOHSul8TeFc+2K92ft60HYhe6zm6NQWfpsqyZzmeu951XwY6905y7VH6ElM0dS7dsVv4nF9+sjPcn0xtr7eOIEYUG6xs4Yw+rlhfDp3ysoL0opv1cBAIGcVU7oje8Z5neljOFjxAshqR/ppxcDfEhjvYPUrDavefa8k66bmsa1MjNWKxDB/0XapvSEGj+Q5SXh2PCOLeLQ8d4XewyGV+gdBkxoKpHjAUUZpltLzriAl/0LeFqLiaPz5xo2sXJsp7m5BsNqJIG0APWjZw2w==
ARC-Authentication-Results: i=1; mx.microsoft.com 1;spf=pass smtp.mailfrom=ericsson.com;dmarc=pass action=none header.from=ericsson.com;dkim=pass header.d=ericsson.com;arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericsson.com; s=selector2; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=XF17GALav1dxS7vGbSFp507eA5L8uTbL/BwayxFn5tY=; b=VATZI4WvPkIosLESbEBN8zrvsmYuJBrT6zIohtM3MJITLMoVcJMGcAN4+Dhs1q5YphoGgeyOcmZbI0wIq6f/ywTEQC3+/f8WaioPve+q2A9D3a7ucZ1CwXUxe0IWjog9Uvqj5smu4AJ4DwHKUIvbFJhYop4fNa3nS+lWqiSzUqc=
Received: from HE1PR07MB4236.eurprd07.prod.outlook.com (20.176.166.145) by HE1PR07MB4315.eurprd07.prod.outlook.com (20.176.167.12) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2136.12; Thu, 1 Aug 2019 14:31:56 +0000
Received: from HE1PR07MB4236.eurprd07.prod.outlook.com ([fe80::7497:adf9:ce97:699e]) by HE1PR07MB4236.eurprd07.prod.outlook.com ([fe80::7497:adf9:ce97:699e%3]) with mapi id 15.20.2136.010; Thu, 1 Aug 2019 14:31:56 +0000
From: =?utf-8?B?QXJpIEtlcsOkbmVu?= <ari.keranen@ericsson.com>
To: core <core@ietf.org>
Thread-Topic: draft-keranen-core-senml-base-prefix-00
Thread-Index: AQHVSHXe8JF6Fx99OkqQeA8F6eHsRQ==
Date: Thu, 1 Aug 2019 14:31:56 +0000
Message-ID: <6A90F308-0691-41C6-812F-09DDF52F6A85@ericsson.com>
References: <156381692109.11377.15320789732264509592.idtracker@ietfa.amsl.com>
In-Reply-To: <156381692109.11377.15320789732264509592.idtracker@ietfa.amsl.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: yes
X-MS-TNEF-Correlator: 
authentication-results: spf=none (sender IP is ) smtp.mailfrom=ari.keranen@ericsson.com; 
x-originating-ip: [2001:14bb:42:9416:ad72:e471:46c4:1504]
x-ms-publictraffictype: Email
x-ms-office365-filtering-correlation-id: 2702f602-cb79-4a9b-26ec-08d7168d0135
x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600148)(711020)(4605104)(1401327)(2017052603328)(49563074)(7193020); SRVR:HE1PR07MB4315; 
x-ms-traffictypediagnostic: HE1PR07MB4315:
x-microsoft-antispam-prvs: <HE1PR07MB43155905037895C50B7E4D4985DE0@HE1PR07MB4315.eurprd07.prod.outlook.com>
x-ms-oob-tlc-oobclassifiers: OLM:8273;
x-forefront-prvs: 01165471DB
x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(4636009)(39860400002)(376002)(396003)(366004)(136003)(346002)(199004)(189003)(25786009)(66574012)(53386004)(86362001)(966005)(14454004)(71190400001)(68736007)(53546011)(8936002)(6506007)(6436002)(8676002)(66476007)(36756003)(316002)(66556008)(64756008)(102836004)(7736002)(6916009)(99286004)(606006)(14444005)(5660300002)(76176011)(256004)(486006)(2906002)(71200400001)(81166006)(6486002)(476003)(99936001)(46003)(446003)(11346002)(81156014)(6116002)(85202003)(66946007)(66446008)(186003)(66616009)(478600001)(85182001)(76116006)(236005)(53936002)(33656002)(2616005)(54896002)(6306002)(6512007); DIR:OUT; SFP:1101; SCL:1; SRVR:HE1PR07MB4315; H:HE1PR07MB4236.eurprd07.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; A:1; MX:1; 
received-spf: None (protection.outlook.com: ericsson.com does not designate permitted sender hosts)
x-ms-exchange-senderadcheck: 1
x-microsoft-antispam-message-info: yrDlmZn8M3vcHozkUGt6XZHAS5vF4eqmXTZxKIxFDbyBipv+JWxjublG0BQWg//STkNvu9ZxqIF0tGFuwDr66mKNRsQtrsYW1mRy+YqHef2MZFZfpUHzCSCPialXNNdlcmqirsjVBvzXhyH1IjlIWFNtbu9FuCP9pcXy5API/76fCCeRO/4PfQhLF7C7SaOhOwX+nTdE79AAvQbSap/3ZX2KlXZMRBw7kzxEwobWC27ygwruRMLBKlNWuwXsb1ef2hZ079pAAQFhgB3Z7Ehkukchd2PkXdQ+gFAWWx0FrkZPCPpo6dEDH0O89cnSx5rAqpA/d1C2aDJ8gqs6VsAuJbfA8hdS8ssu/yO+BlsH/orwqAop86GtCibayov+h5D5IMADZ9v0aRcty2rR/LYjZU4FlHaogMW8rPllmEo2ChA=
Content-Type: multipart/signed; boundary=Apple-Mail-FD2EA6C4-92C2-46D0-A5B9-9562F93A581C; protocol="application/pkcs7-signature"; micalg=sha-256
MIME-Version: 1.0
X-OriginatorOrg: ericsson.com
X-MS-Exchange-CrossTenant-Network-Message-Id: 2702f602-cb79-4a9b-26ec-08d7168d0135
X-MS-Exchange-CrossTenant-originalarrivaltime: 01 Aug 2019 14:31:56.1325 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 92e84ceb-fbfd-47ab-be52-080c6b87953f
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
X-MS-Exchange-CrossTenant-userprincipalname: ari.keranen@ericsson.com
X-MS-Exchange-Transport-CrossTenantHeadersStamped: HE1PR07MB4315
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/psA-1eU9z8qKowRIeNDDDyRDspY>
Subject: [core] draft-keranen-core-senml-base-prefix-00
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 01 Aug 2019 14:32:07 -0000

--Apple-Mail-FD2EA6C4-92C2-46D0-A5B9-9562F93A581C
Content-Type: multipart/alternative;
	boundary=Apple-Mail-882CC50B-36EF-4770-A2FF-F146B6459DCE
Content-Transfer-Encoding: 7bit


--Apple-Mail-882CC50B-36EF-4770-A2FF-F146B6459DCE
Content-Type: text/plain;
	charset=utf-8
Content-Transfer-Encoding: base64

RllJOyBoZXJl4oCZcyB0aGUgZHJhZnQgSSBtZW50aW9uZWQgaW4gdGhlIENvUkUgV0cgc2Vzc2lv
biBsYXN0IHdlZWsuDQoNClRoaXMgaXMgYSBwb3RlbnRpYWwgc29sdXRpb24gZm9yIHNvbWUgb2Yg
dGhlIGNoYWxsZW5nZXMgd2l0aCBsb25nIFNlbk1MIGJhc2UgbmFtZXMgYW5kIHJlbGF0aXZlIG5h
bWVzLiBJdCBlbmFibGVzIHRoZSBzZW5kZXIgb2YgdGhlIFNlbk1MIFBhY2sgdG8gaW5kaWNhdGUg
d2hhdCBvdXQtb2YtcGFjayBpbmZvcm1hdGlvbiBzaG91bGQgYmUgdXNlZCB0byBmb3JtIHRoZSBw
cmVmaXggb2YgdGhlIGJhc2UgbmFtZS4gDQoNCkNvbW1lbnRzICYgcXVlc3Rpb25zIHdlbGNvbWUh
DQoNCg0KQ2hlZXJzLA0KQXJpIA0KRnJvbTogaW50ZXJuZXQtZHJhZnRzQGlldGYub3JnIDxpbnRl
cm5ldC1kcmFmdHNAaWV0Zi5vcmc+DQpTZW50OiBNb25kYXksIEp1bHkgMjIsIDIwMTkgODozNToy
MSBQTQ0KVG86IENocmlzdGlhbiBBbXN1ZXNzIDxjaHJpc3RpYW5AYW1zdWVzcy5jb20+OyBBcmkg
S2Vyw6RuZW4gPGFyaS5rZXJhbmVuQGVyaWNzc29uLmNvbT4NClN1YmplY3Q6IE5ldyBWZXJzaW9u
IE5vdGlmaWNhdGlvbiBmb3IgZHJhZnQta2VyYW5lbi1jb3JlLXNlbm1sLWJhc2UtcHJlZml4LTAw
LnR4dA0KIA0KDQpBIG5ldyB2ZXJzaW9uIG9mIEktRCwgZHJhZnQta2VyYW5lbi1jb3JlLXNlbm1s
LWJhc2UtcHJlZml4LTAwLnR4dA0KaGFzIGJlZW4gc3VjY2Vzc2Z1bGx5IHN1Ym1pdHRlZCBieSBB
cmkgS2VyYW5lbiBhbmQgcG9zdGVkIHRvIHRoZQ0KSUVURiByZXBvc2l0b3J5Lg0KDQpOYW1lOiAg
ICAgICAgICAgZHJhZnQta2VyYW5lbi1jb3JlLXNlbm1sLWJhc2UtcHJlZml4DQpSZXZpc2lvbjog
ICAgICAgMDANClRpdGxlOiAgICAgICAgICBTZW5NTCBCYXNlIE5hbWUgUHJlZml4IEluZGljYXRp
b24NCkRvY3VtZW50IGRhdGU6ICAyMDE5LTA3LTIyDQpHcm91cDogICAgICAgICAgSW5kaXZpZHVh
bCBTdWJtaXNzaW9uDQpQYWdlczogICAgICAgICAgNw0KVVJMOiAgICAgICAgICAgIGh0dHBzOi8v
d3d3LmlldGYub3JnL2ludGVybmV0LWRyYWZ0cy9kcmFmdC1rZXJhbmVuLWNvcmUtc2VubWwtYmFz
ZS1wcmVmaXgtMDAudHh0DQpTdGF0dXM6ICAgICAgICAgaHR0cHM6Ly9kYXRhdHJhY2tlci5pZXRm
Lm9yZy9kb2MvZHJhZnQta2VyYW5lbi1jb3JlLXNlbm1sLWJhc2UtcHJlZml4Lw0KSHRtbGl6ZWQ6
ICAgICAgIGh0dHBzOi8vdG9vbHMuaWV0Zi5vcmcvaHRtbC9kcmFmdC1rZXJhbmVuLWNvcmUtc2Vu
bWwtYmFzZS1wcmVmaXgtMDANCkh0bWxpemVkOiAgICAgICBodHRwczovL2RhdGF0cmFja2VyLmll
dGYub3JnL2RvYy9odG1sL2RyYWZ0LWtlcmFuZW4tY29yZS1zZW5tbC1iYXNlLXByZWZpeA0KDQoN
CkFic3RyYWN0Og0KICAgVGhlIFNlbnNvciBNZWFzdXJlbWVudCBMaXN0cyAoU2VuTUwpIG1lZGlh
IHR5cGUgdXNlcyBnbG9iYWxseSB1bmlxdWUNCiAgIG5hbWVzIHRvIGZhY2lsaXRhdGUgaW5mb3Jt
YXRpb24gZXhjaGFuZ2UgYWNyb3NzIHN5c3RlbXMuICBUaGlzDQogICByZXF1aXJlbWVudCBvZnRl
biBsZWFkcyB0byBsb25nIG5hbWVzIGFuZCBoZW5jZSBsYXJnZSBhbW91bnQgb2YgZGF0YQ0KICAg
dG8gYmUgdHJhbnNtaXR0ZWQgd2l0aCBlYWNoIFNlbk1MIFBhY2suICBUaGlzIGRvY3VtZW50IGRl
ZmluZXMgYW4NCiAgIGVmZmljaWVudCBtZWNoYW5pc20gdG8gaW5kaWNhdGUgYSBnbG9iYWxseSB1
bmlxdWUgcHJlZml4IGZvciBuYW1lcy4NCg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KDQoN
ClBsZWFzZSBub3RlIHRoYXQgaXQgbWF5IHRha2UgYSBjb3VwbGUgb2YgbWludXRlcyBmcm9tIHRo
ZSB0aW1lIG9mIHN1Ym1pc3Npb24NCnVudGlsIHRoZSBodG1saXplZCB2ZXJzaW9uIGFuZCBkaWZm
IGFyZSBhdmFpbGFibGUgYXQgdG9vbHMuaWV0Zi5vcmcuDQoNClRoZSBJRVRGIFNlY3JldGFyaWF0
DQoNCg==

--Apple-Mail-882CC50B-36EF-4770-A2FF-F146B6459DCE
Content-Type: text/html;
	charset=utf-8
Content-Transfer-Encoding: base64

PGh0bWw+PGhlYWQ+PG1ldGEgaHR0cC1lcXVpdj0iY29udGVudC10eXBlIiBjb250ZW50PSJ0ZXh0
L2h0bWw7IGNoYXJzZXQ9dXRmLTgiPjwvaGVhZD48Ym9keSBkaXI9ImF1dG8iPjxkaXYgZGlyPSJs
dHIiPjxzcGFuPjwvc3Bhbj48L2Rpdj48ZGl2IGRpcj0ibHRyIj48bWV0YSBodHRwLWVxdWl2PSJj
b250ZW50LXR5cGUiIGNvbnRlbnQ9InRleHQvaHRtbDsgY2hhcnNldD11dGYtOCI+PGRpdiBkaXI9
Imx0ciI+PHNwYW4+PC9zcGFuPjwvZGl2PjxkaXYgZGlyPSJsdHIiPg0KDQo8bWV0YSBodHRwLWVx
dWl2PSJDb250ZW50LVR5cGUiIGNvbnRlbnQ9InRleHQvaHRtbDsgY2hhcnNldD1XaW5kb3dzLTEy
NTIiPg0KDQoNCkZZSTsgaGVyZeKAmXMgdGhlIGRyYWZ0IEkgbWVudGlvbmVkIGluIHRoZSBDb1JF
IFdHIHNlc3Npb24gbGFzdCB3ZWVrLjxicj4NCjxicj4NClRoaXMgaXMgYSBwb3RlbnRpYWwgc29s
dXRpb24gZm9yIHNvbWUgb2YgdGhlIGNoYWxsZW5nZXMgd2l0aCBsb25nIFNlbk1MIGJhc2UgbmFt
ZXMgYW5kIHJlbGF0aXZlIG5hbWVzLiBJdCBlbmFibGVzIHRoZSBzZW5kZXIgb2YgdGhlIFNlbk1M
IFBhY2sgdG8gaW5kaWNhdGUgd2hhdCBvdXQtb2YtcGFjayBpbmZvcm1hdGlvbiBzaG91bGQgYmUg
dXNlZCB0byBmb3JtIHRoZSBwcmVmaXggb2YgdGhlIGJhc2UgbmFtZS4NCjxicj4NCjxicj4NCkNv
bW1lbnRzICZhbXA7IHF1ZXN0aW9ucyB3ZWxjb21lITxicj4NCjxicj4NCjxicj4NCkNoZWVycyw8
YnI+DQpBcmkNCjxociBzdHlsZT0iZGlzcGxheTppbmxpbmUtYmxvY2s7d2lkdGg6OTglIiB0YWJp
bmRleD0iLTEiPg0KPGRpdiBpZD0iZGl2UnBseUZ3ZE1zZyIgZGlyPSJsdHIiPjxmb250IGZhY2U9
IkNhbGlicmksIHNhbnMtc2VyaWYiIHN0eWxlPSJmb250LXNpemU6MTFwdCIgY29sb3I9IiMwMDAw
MDAiPjxiPkZyb206PC9iPiA8YSBocmVmPSJtYWlsdG86aW50ZXJuZXQtZHJhZnRzQGlldGYub3Jn
Ij5pbnRlcm5ldC1kcmFmdHNAaWV0Zi5vcmc8L2E+ICZsdDs8YSBocmVmPSJtYWlsdG86aW50ZXJu
ZXQtZHJhZnRzQGlldGYub3JnIj5pbnRlcm5ldC1kcmFmdHNAaWV0Zi5vcmc8L2E+Jmd0Ozxicj4N
CjxiPlNlbnQ6PC9iPiBNb25kYXksIEp1bHkgMjIsIDIwMTkgODozNToyMSBQTTxicj4NCjxiPlRv
OjwvYj4gQ2hyaXN0aWFuIEFtc3Vlc3MgJmx0OzxhIGhyZWY9Im1haWx0bzpjaHJpc3RpYW5AYW1z
dWVzcy5jb20iPmNocmlzdGlhbkBhbXN1ZXNzLmNvbTwvYT4mZ3Q7OyBBcmkgS2Vyw6RuZW4gJmx0
OzxhIGhyZWY9Im1haWx0bzphcmkua2VyYW5lbkBlcmljc3Nvbi5jb20iPmFyaS5rZXJhbmVuQGVy
aWNzc29uLmNvbTwvYT4mZ3Q7PGJyPg0KPGI+U3ViamVjdDo8L2I+IE5ldyBWZXJzaW9uIE5vdGlm
aWNhdGlvbiBmb3IgZHJhZnQta2VyYW5lbi1jb3JlLXNlbm1sLWJhc2UtcHJlZml4LTAwLnR4dDwv
Zm9udD4NCjxkaXY+Jm5ic3A7PC9kaXY+DQo8L2Rpdj4NCjxkaXYgY2xhc3M9IkJvZHlGcmFnbWVu
dCI+PGZvbnQgc2l6ZT0iMiI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxMXB0OyI+DQo8ZGl2IGNs
YXNzPSJQbGFpblRleHQiPjxicj4NCkEgbmV3IHZlcnNpb24gb2YgSS1ELCBkcmFmdC1rZXJhbmVu
LWNvcmUtc2VubWwtYmFzZS1wcmVmaXgtMDAudHh0PGJyPg0KaGFzIGJlZW4gc3VjY2Vzc2Z1bGx5
IHN1Ym1pdHRlZCBieSBBcmkgS2VyYW5lbiBhbmQgcG9zdGVkIHRvIHRoZTxicj4NCklFVEYgcmVw
b3NpdG9yeS48YnI+DQo8YnI+DQpOYW1lOiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyBkcmFmdC1rZXJhbmVuLWNvcmUtc2VubWwtYmFz
ZS1wcmVmaXg8YnI+DQpSZXZpc2lvbjombmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz
cDsgMDA8YnI+DQpUaXRsZTombmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz
cDsmbmJzcDsmbmJzcDsgU2VuTUwgQmFzZSBOYW1lIFByZWZpeCBJbmRpY2F0aW9uPGJyPg0KRG9j
dW1lbnQgZGF0ZTombmJzcDsgMjAxOS0wNy0yMjxicj4NCkdyb3VwOiZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyBJbmRpdmlkdWFsIFN1Ym1pc3Np
b248YnI+DQpQYWdlczombmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm
bmJzcDsmbmJzcDsgNzxicj4NClVSTDombmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz
cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgPGEgaHJlZj0iaHR0cHM6Ly93d3cuaWV0
Zi5vcmcvaW50ZXJuZXQtZHJhZnRzL2RyYWZ0LWtlcmFuZW4tY29yZS1zZW5tbC1iYXNlLXByZWZp
eC0wMC50eHQiPg0KaHR0cHM6Ly93d3cuaWV0Zi5vcmcvaW50ZXJuZXQtZHJhZnRzL2RyYWZ0LWtl
cmFuZW4tY29yZS1zZW5tbC1iYXNlLXByZWZpeC0wMC50eHQ8L2E+PGJyPg0KU3RhdHVzOiZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyA8YSBocmVmPSJodHRw
czovL2RhdGF0cmFja2VyLmlldGYub3JnL2RvYy9kcmFmdC1rZXJhbmVuLWNvcmUtc2VubWwtYmFz
ZS1wcmVmaXgvIj4NCmh0dHBzOi8vZGF0YXRyYWNrZXIuaWV0Zi5vcmcvZG9jL2RyYWZ0LWtlcmFu
ZW4tY29yZS1zZW5tbC1iYXNlLXByZWZpeC88L2E+PGJyPg0KSHRtbGl6ZWQ6Jm5ic3A7Jm5ic3A7
Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IDxhIGhyZWY9Imh0dHBzOi8vdG9vbHMuaWV0Zi5vcmcv
aHRtbC9kcmFmdC1rZXJhbmVuLWNvcmUtc2VubWwtYmFzZS1wcmVmaXgtMDAiPg0KaHR0cHM6Ly90
b29scy5pZXRmLm9yZy9odG1sL2RyYWZ0LWtlcmFuZW4tY29yZS1zZW5tbC1iYXNlLXByZWZpeC0w
MDwvYT48YnI+DQpIdG1saXplZDombmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsg
PGEgaHJlZj0iaHR0cHM6Ly9kYXRhdHJhY2tlci5pZXRmLm9yZy9kb2MvaHRtbC9kcmFmdC1rZXJh
bmVuLWNvcmUtc2VubWwtYmFzZS1wcmVmaXgiPg0KaHR0cHM6Ly9kYXRhdHJhY2tlci5pZXRmLm9y
Zy9kb2MvaHRtbC9kcmFmdC1rZXJhbmVuLWNvcmUtc2VubWwtYmFzZS1wcmVmaXg8L2E+PGJyPg0K
PGJyPg0KPGJyPg0KQWJzdHJhY3Q6PGJyPg0KJm5ic3A7Jm5ic3A7IFRoZSBTZW5zb3IgTWVhc3Vy
ZW1lbnQgTGlzdHMgKFNlbk1MKSBtZWRpYSB0eXBlIHVzZXMgZ2xvYmFsbHkgdW5pcXVlPGJyPg0K
Jm5ic3A7Jm5ic3A7IG5hbWVzIHRvIGZhY2lsaXRhdGUgaW5mb3JtYXRpb24gZXhjaGFuZ2UgYWNy
b3NzIHN5c3RlbXMuJm5ic3A7IFRoaXM8YnI+DQombmJzcDsmbmJzcDsgcmVxdWlyZW1lbnQgb2Z0
ZW4gbGVhZHMgdG8gbG9uZyBuYW1lcyBhbmQgaGVuY2UgbGFyZ2UgYW1vdW50IG9mIGRhdGE8YnI+
DQombmJzcDsmbmJzcDsgdG8gYmUgdHJhbnNtaXR0ZWQgd2l0aCBlYWNoIFNlbk1MIFBhY2suJm5i
c3A7IFRoaXMgZG9jdW1lbnQgZGVmaW5lcyBhbjxicj4NCiZuYnNwOyZuYnNwOyBlZmZpY2llbnQg
bWVjaGFuaXNtIHRvIGluZGljYXRlIGEgZ2xvYmFsbHkgdW5pcXVlIHByZWZpeCBmb3IgbmFtZXMu
PGJyPg0KPGJyPg0KJm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i
c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7
Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i
c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7
Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i
c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7
Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i
c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7
Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7DQo8YnI+DQo8YnI+DQo8
YnI+DQpQbGVhc2Ugbm90ZSB0aGF0IGl0IG1heSB0YWtlIGEgY291cGxlIG9mIG1pbnV0ZXMgZnJv
bSB0aGUgdGltZSBvZiBzdWJtaXNzaW9uPGJyPg0KdW50aWwgdGhlIGh0bWxpemVkIHZlcnNpb24g
YW5kIGRpZmYgYXJlIGF2YWlsYWJsZSBhdCA8YSBocmVmPSJodHRwOi8vdG9vbHMuaWV0Zi5vcmci
PnRvb2xzLmlldGYub3JnPC9hPi48YnI+DQo8YnI+DQpUaGUgSUVURiBTZWNyZXRhcmlhdDxicj4N
Cjxicj4NCjwvZGl2Pg0KPC9zcGFuPjwvZm9udD48L2Rpdj4NCg0KDQo8L2Rpdj48L2Rpdj48L2Jv
ZHk+PC9odG1sPg==

--Apple-Mail-882CC50B-36EF-4770-A2FF-F146B6459DCE--

--Apple-Mail-FD2EA6C4-92C2-46D0-A5B9-9562F93A581C
Content-Type: application/pkcs7-signature;
	name=smime.p7s
Content-Disposition: attachment;
	filename=smime.p7s
Content-Transfer-Encoding: base64

MIAGCSqGSIb3DQEHAqCAMIACAQExDzANBglghkgBZQMEAgEFADCABgkqhkiG9w0BBwEAAKCCDMAw
ggX2MIID3qADAgECAhA3E3FzLlznzicd63Rv9v4YMA0GCSqGSIb3DQEBCwUAMEcxCzAJBgNVBAYT
AlNFMREwDwYDVQQKDAhFcmljc3NvbjElMCMGA1UEAwwcRXJpY3Nzb24gTkwgSW5kaXZpZHVhbCBD
QSB2MzAeFw0xNzEyMDQxNDEzNDRaFw0yMDEyMDQxNDEzNDNaMGUxETAPBgNVBAoMCEVyaWNzc29u
MRUwEwYDVQQDDAxBcmkgS2Vyw6RuZW4xJzAlBgkqhkiG9w0BCQEWGGFyaS5rZXJhbmVuQGVyaWNz
c29uLmNvbTEQMA4GA1UEBRMHZWFyaWtlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB
AIUlV66I5z1/qGYdhiIGfyvv8aaZexDetFCPlauUh5ugtp7Pf7ynpPRIK1FeWaoKs+IJ3E9R/9wT
APFzjzjXpjyHHoBUdp8ZBuL/kt60cUTHTD4AScJGUHEgy70/Uf2YEj3JJjrTBbFnqDcXWTFF1n2Y
edmhZDBdzZQJ18tlIjJmxgAJB1clI0nEg1gBnhl8mVdQp+ar6GjvxXfRuA1+uOpxa3y4zUpzF+ha
LmaC4a5AbOsROtr7Uad8/pCzulAvAmPXvEJ/3JusafQfiqxNv1J/fT6W7sS8dBjF6vv3LgeAnYj5
/imtl9BOurFol0aIic+AjptfNoVf2pDhgYxn808CAwEAAaOCAb4wggG6MEgGA1UdHwRBMD8wPaA7
oDmGN2h0dHA6Ly9jcmwudHJ1c3QudGVsaWEuY29tL2VyaWNzc29ubmxpbmRpdmlkdWFsY2F2My5j
cmwwgYIGCCsGAQUFBwEBBHYwdDAoBggrBgEFBQcwAYYcaHR0cDovL29jc3AyLnRydXN0LnRlbGlh
LmNvbTBIBggrBgEFBQcwAoY8aHR0cDovL2NhLnRydXN0LnRlbGlhc29uZXJhLmNvbS9lcmljc3Nv
bm5saW5kaXZpZHVhbGNhdjMuY2VyMCMGA1UdEQQcMBqBGGFyaS5rZXJhbmVuQGVyaWNzc29uLmNv
bTBVBgNVHSAETjBMMEoGDCsGAQQBgg8CAwEBEjA6MDgGCCsGAQUFBwIBFixodHRwczovL3JlcG9z
aXRvcnkudHJ1c3QudGVsaWFzb25lcmEuY29tL0NQUzAdBgNVHSUEFjAUBggrBgEFBQcDBAYIKwYB
BQUHAwIwHQYDVR0OBBYEFNHQXDyNP/SSyF6+EMLvo07phb3FMB8GA1UdIwQYMBaAFBx7GZ6XnHas
ID3Y3OORauPbLaZTMA4GA1UdDwEB/wQEAwIFoDANBgkqhkiG9w0BAQsFAAOCAgEAVVggYWTwdz5B
iMeBRYLop6Jo3Ji9YmfonCRFiyfw8he+efYc59IwzU9eIBRFSiWf87eqcZZJjcwWjHuju3MvzWsp
1qHnirszOtcNrUflFBoY7N3r19tG+z2bE/bjjZPituSIgCoX28IgLZLpIcnYg7niWXnwR3xGiphs
EPO3mR3p7f+XLtdy+1qU/rAjZoW36mZuYk1lV6nIt9GfhuH1/yIQd5pxTDj54j3TOLv/KrEKwCFQ
YLkho6zrOicpJk7DkjYGNLwmaDTRxuehMQHKDW+fXi1xi7/eScV0YnELjxXGuE3HojEkLB8Offfa
/5TICfBN2HTASXJ0YsbpnAxPTyjExmKzl3mudQz6x5wP6THhM0sltX8wHVQEhU5w0uyLfT9yqWVY
KTq+9GI02S9kzD+u1AWtftbWK2CQIGUAE43faZGrCchkT+fnYz5b1Ppyf5H45r/psmsA9J63iFCz
nilKlo9M47fQPEsqpFWvDfE4jdobqSmQXp/aK7cvYoAEhcj5vOqR/bPNum7wWegQZdDsfy35vZl8
+vtRrKAk/6bmUfaiazqQoGq+DF1OL7sQlb1HbMmkJblrrBf8Csh6wdEVFey6vegBSIwtOnmcAFN9
2NlKp24f8rJxM17M9pWNG6OsmCGhxyo4k1BHn69nXXQfSN7QdqLpGfhQfpJL3LgwggbCMIIEqqAD
AgECAhBTuH6D4ZyZKJOwm0kc7LjrMA0GCSqGSIb3DQEBCwUAMDcxFDASBgNVBAoMC1RlbGlhU29u
ZXJhMR8wHQYDVQQDDBZUZWxpYVNvbmVyYSBSb290IENBIHYxMB4XDTE1MTAyNzEyMTY0NloXDTI1
MTAyNzEyMTY0NlowRzELMAkGA1UEBhMCU0UxETAPBgNVBAoMCEVyaWNzc29uMSUwIwYDVQQDDBxF
cmljc3NvbiBOTCBJbmRpdmlkdWFsIENBIHYzMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKC
AgEA7PLfAAC4UPKnu9hUt8aT9+PBqjvUw0Y0tLPOXkO2NC0y2XZks9nJfpWKrNM30k5vu5norG4Z
KlF5C+3xc6HuIiGQof1bmFGluNOwmZQwl3rOJ+E6k0rqJJTerjj4WOxAvWVW1yC5S4Ubppk3Q3cY
VVuC3qNGsBIXy3/fDL1sc8Ah8zI/JumDpjY8fn/U3CRN6mgNKYrr0sZX6VXYgrpT05ZrJldkUgUg
MKgbIWWEXEASA36pnb5GqD/RMzSgIe8o7YQtIaYB2cmTCLNHjaOL9j1JhNK4bvmbNJ7o58IZYzwN
v/G/L/bRosQ9c27U+86DNjrdZnpyaRaeMyVUn3SlYLaFqoObdh/xNF2NS8CXs/PVtO57HBKHMgZq
QvsyQJisSocxFqiMj9VK2WhCBbvoTvrNDZvLDlDGuE5RuKwFIpHOVOU5lCBgUUBsbpWIXwM6kmH/
KC1DC5MtQzmvXkbt7KdBXUAxM0JZxf4dS+ACtTDpF9b0vny4DrwaOS0VNXyz1GUOxSqw1wup5dpX
bxLZYx1rLRgZqr9uWhLwAPsq66ZQof5GL0gY72Ym8/Tm28MeMqku+/zRzdYsmclT9rOdgdgS3b6O
Moc5Op0ZPEv/Mx2lFJAVK674ozw2hiuRTVUmoqBr5AuyCoqCEyn32C7U/V7oqyqx5Yd1c5GsxuOq
QFcCAwEAAaOCAbgwggG0MIGKBggrBgEFBQcBAQR+MHwwLQYIKwYBBQUHMAGGIWh0dHA6Ly9vY3Nw
LnRydXN0LnRlbGlhc29uZXJhLmNvbTBLBggrBgEFBQcwAoY/aHR0cDovL3JlcG9zaXRvcnkudHJ1
c3QudGVsaWFzb25lcmEuY29tL3RlbGlhc29uZXJhcm9vdGNhdjEuY2VyMBIGA1UdEwEB/wQIMAYB
Af8CAQAwVQYDVR0gBE4wTDBKBgwrBgEEAYIPAgMBAQIwOjA4BggrBgEFBQcCARYsaHR0cHM6Ly9y
ZXBvc2l0b3J5LnRydXN0LnRlbGlhc29uZXJhLmNvbS9DUFMwSwYDVR0fBEQwQjBAoD6gPIY6aHR0
cDovL2NybC0zLnRydXN0LnRlbGlhc29uZXJhLmNvbS90ZWxpYXNvbmVyYXJvb3RjYXYxLmNybDAd
BgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwQwDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBQc
exmel5x2rCA92NzjkWrj2y2mUzAfBgNVHSMEGDAWgBTwj1k4ALP1j5qWDNXr+nuqF+gTEjANBgkq
hkiG9w0BAQsFAAOCAgEAUFhr8dWMO7Quq1dDyIynw8sWmpyF/jWSxBjpHUCyhltoFS7Q1CUBD0bO
ULWmYjmzRwme5pkjTFXpOJZLf9Han1SBbrVcP0JMhRsAvfWZjcF0l/c/jqDMqBARxr8OUWOr0ZWa
49Lir3QEs2C+CjGge5tzcLqzQ5pjWxudrLkSGe+sAThDnXUWXGYk8udGZAamJ55drdw96AV9jWQk
MrLIVHKkXVG5Etdx0wiAoTLk1fVtLcz11DiaCZSZVPZ3fdSIpIRhDqz8H4sVprPgvLBdK/ajdbiR
sehCzzohay3zbXDDTDGwKkR8KUi8Xt8HDZCRsb/U/C7MC4tVK0SEPOQCo6swZy0rI0RoGzICfsSr
Z4JrxANeeSZqCn1A+w0Wz+iqdeP2PVxW0f1rg4/OG2DSl3uB3Q3NT/lDGJtepti+i5CCKEZcdAOZ
oviu43sLhqsxSpGjzZidESwovuHeP+O2bNwwtz1DTsXThBB3+JJHVjmkiLo900GITb/i7IBdLoo4
gZms9s1BQ2tm3CJCmpA2XwBTOB6B8/CtgWUWhyloXd3Wbmv7ZUoqqJFBV9g8Zh5mdZ+RzPTomgCF
z/2aNsddI/2G9ZjN4tG6hmocZR2M5f0MhBv3bo6d5XsLlYwiNJjw5GRqYb8cqqeCaPKkveBJzqgb
8ToH7WLoOzmPRCmPlpAxggLNMIICyQIBATBbMEcxCzAJBgNVBAYTAlNFMREwDwYDVQQKDAhFcmlj
c3NvbjElMCMGA1UEAwwcRXJpY3Nzb24gTkwgSW5kaXZpZHVhbCBDQSB2MwIQNxNxcy5c584nHet0
b/b+GDANBglghkgBZQMEAgEFAKCCAUMwGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG
9w0BCQUxDxcNMTkwODAxMTQzMTU1WjAvBgkqhkiG9w0BCQQxIgQgh3aaY5NvFC14Y3/1OPAHogqk
jd2BgaLo37o0h0X6Py4wagYJKwYBBAGCNxAEMV0wWzBHMQswCQYDVQQGEwJTRTERMA8GA1UECgwI
RXJpY3Nzb24xJTAjBgNVBAMMHEVyaWNzc29uIE5MIEluZGl2aWR1YWwgQ0EgdjMCEDcTcXMuXOfO
Jx3rdG/2/hgwbAYLKoZIhvcNAQkQAgsxXaBbMEcxCzAJBgNVBAYTAlNFMREwDwYDVQQKDAhFcmlj
c3NvbjElMCMGA1UEAwwcRXJpY3Nzb24gTkwgSW5kaXZpZHVhbCBDQSB2MwIQNxNxcy5c584nHet0
b/b+GDANBgkqhkiG9w0BAQEFAASCAQBmX9l4VHSqBRe5cxFF1oINasCeB8dusNpC6tTWZjGZcQMt
aWZ7wwPuHddondXTT2lWawQv9gvSeJKnBJKLbpthEn4cPv4ql8nH5Y+Kp9jvGKIHWPypP3nbbzXh
EtCCsopVKDk22P+ZwT/wz8tZ1rS7gv2z05f2YlauFPvT/BaGj542pVu5mwSOhVO7JMYC74wrEMNF
2129+OHB43kFYnles/GX+Zx2h3g8k0mt8I7SsQ9ovssw027D5+sEjHAX4XCutxLFcFqysSBfVRZB
jeLklW+vtkcRNbRxHY2Zdat1vELhpOncb43wpZkpytPKygfgxGK5/Z7hA6rU7MVHrpi7AAAAAAAA

--Apple-Mail-FD2EA6C4-92C2-46D0-A5B9-9562F93A581C--


From nobody Fri Aug  2 08:48:50 2019
Return-Path: <ietf@augustcellars.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 328891205F1 for <core@ietfa.amsl.com>; Fri,  2 Aug 2019 08:48:48 -0700 (PDT)
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, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, 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 kbhrN_D43yCm for <core@ietfa.amsl.com>; Fri,  2 Aug 2019 08:48:46 -0700 (PDT)
Received: from mail2.augustcellars.com (augustcellars.com [50.45.239.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C4E6F1205F0 for <core@ietf.org>; Fri,  2 Aug 2019 08:48:34 -0700 (PDT)
Received: from Jude (73.180.8.170) by mail2.augustcellars.com (192.168.0.56) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Fri, 2 Aug 2019 08:48:28 -0700
From: Jim Schaad <ietf@augustcellars.com>
To: =?iso-8859-1?Q?'Christian_Ams=FCss'?= <christian@amsuess.com>
CC: <core@ietf.org>
References: <01db01d547f3$6c7eec20$457cc460$@augustcellars.com> <20190801084555.GA2449@hephaistos.amsuess.com>
In-Reply-To: <20190801084555.GA2449@hephaistos.amsuess.com>
Date: Fri, 2 Aug 2019 08:48:26 -0700
Message-ID: <02a101d54949$ba303760$2e90a620$@augustcellars.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Mailer: Microsoft Outlook 16.0
Content-Language: en-us
Thread-Index: AQEvwUqhFQDetsDbheeDSbd9jWEhFwIOMBY0qCKcwYA=
X-Originating-IP: [73.180.8.170]
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/xIh1E0vLPnfXGdEyM3q0Uf0boWI>
Subject: Re: [core] Questions & Comments for PubSub updated Proposal
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 02 Aug 2019 15:48:48 -0000

-----Original Message-----
From: Christian Ams=FCss <christian@amsuess.com>=20
Sent: Thursday, August 1, 2019 1:46 AM
To: Jim Schaad <ietf@augustcellars.com>
Cc: core@ietf.org
Subject: Re: [core] Questions & Comments for PubSub updated Proposal

Hello Jim, hello pubsub authors,

my personal take on this:

I think that most those points can addressed by a variation on the =
proposal
that has been floating but not made its way into the text yet:
Rather than all attributes being attached to the topic, some are on the =
data
resource. Compare the following to item 3.5:

    Request:

        GET </ps/topics/1234>

    Response:

        2.05 Content
        Content-Format: CoRAL

        rdf:type            <http://example.org/pubsub/topic>
        has-published-item  true
        publish             -> </ps/data/1234> [ method 3 ]
        created             dt'2019-07-08T15:35:00+0200'
        last-modified       dt'2019-07-08T15:35:00+0200'
        owner               <http://ericsson.example/people/ari>
        max-rate            50
        expires             dt'2019-07-15T15:35:00+0200'
        topic-data          </ps/data/1234> {
          unit                "Cel"
          rt                  "oic.r.temperature"
          # that was "topic-title" on the topic in proposal.txt
          title               "My Office Room Temperature"
          # that was "publisher" on the topic in proposal.txt
          owner               <http://ericcson.example/people/klaus>
          building            18
          floor               1
        }

We'd still need to, for all the properties involved, decide which terms =
to
use and where to attach them, but it completely sidesteps the topic of
inheritance (which would indeed be tricky -- the resource type of a =
control
resource is "pubsub topic control resource", if it's a oic.r.temperature =
at
the same time, that's ... odd). A good criterion for whether something =
is an
attribute of the control or the data resource is the question "Does it
matter whether this is used in a pubsub context?": If it is, it should =
be on
the control resource, otherwise it's on the data resource.

[JLS] Yes - That is very similar to the way that was thinking.  I had =
not
gone as far as renaming some of the fields so that there is more =
consistency
but that makes things even better.

There is the interesting question of what the target is for a creation =
post,
a patch would use the correct target, but I think that this could be =
done as
[ path.type: relative-path]  which is the closest that I can see to =
being
the equivalent of "." which would make sense.

This does still not quite answer this:

> 2.  It is not clear to me if a data node is supposed to be able to=20
> provide a CoRAL document for information that relates to it.

If someone only knows the data resource, there's no way back from there =
to
the control resource, and no way to get its metadata (that'd be a
PROPFIND-style operation probably, and I don't think we want that).
There are still CoRAL statements about the topic, but the easiest way to
obtain them is to look into the control resource's CoRAL document that
describes the topic as well as above. (Which is also how they could be
updated, by PATCHing that resource once a patch format for CoRAL is =
there,
or by PUTting back a modified representation, where the server would =
reject
changes it can't do, like the created date or the topic-data URI).

[JLS] Right - somebody who know both that this was a pub-sub server and
understood CoRAL could do this with=20

REQUEST

FETCH </ps/topics>

rdf:type            <http://example.org/pubsub/topic>
topic-data         </ps/data/1234>

This would find and return the information about the topic based on the
topic-data path.  If you just do link format then you are out of luck.

Jim



Best regards
Christian

--
To use raw power is to make yourself infinitely vulnerable to greater
powers.
  -- Bene Gesserit axiom


From nobody Sat Aug  3 23:39:55 2019
Return-Path: <hartke@projectcool.de>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0225112001A for <core@ietfa.amsl.com>; Sat,  3 Aug 2019 23:39:54 -0700 (PDT)
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, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, 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 JI1FB_ZuyG2o for <core@ietfa.amsl.com>; Sat,  3 Aug 2019 23:39:51 -0700 (PDT)
Received: from wp382.webpack.hosteurope.de (wp382.webpack.hosteurope.de [IPv6:2a01:488:42:1000:50ed:8597::]) (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 81529120044 for <core@ietf.org>; Sat,  3 Aug 2019 23:39:50 -0700 (PDT)
Received: from mail-qt1-f173.google.com ([209.85.160.173]); authenticated by wp382.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) id 1huABI-0003Rm-Hg; Sun, 04 Aug 2019 08:39:48 +0200
Received: by mail-qt1-f173.google.com with SMTP id w17so33755630qto.10 for <core@ietf.org>; Sat, 03 Aug 2019 23:39:48 -0700 (PDT)
X-Gm-Message-State: APjAAAV2QKi4WnzX4H6zzIn8wbSdnYwG6S60klgjaYWt7E91DXNw6oTE hOPUkHvHgHzsFKzp/R8+69JVSuevFd1H7uSLLeQ=
X-Google-Smtp-Source: APXvYqxqOHuDIV5s/l6nuksb3V1RZvCfxWXv/HhSS+sNtzJb4b611ac+SfC1lvMw8wDWWdYIetRjQmhg3D4Opq6GIx0=
X-Received: by 2002:ad4:4a92:: with SMTP id h18mr9096304qvx.235.1564900787317;  Sat, 03 Aug 2019 23:39:47 -0700 (PDT)
MIME-Version: 1.0
References: <156216537128.14696.5718923978213088624.idtracker@ietfa.amsl.com> <787AE7BB302AE849A7480A190F8B93302EAB316D@OPEXCAUBMA2.corporate.adroot.infra.ftgroup>
In-Reply-To: <787AE7BB302AE849A7480A190F8B93302EAB316D@OPEXCAUBMA2.corporate.adroot.infra.ftgroup>
From: Klaus Hartke <hartke@projectcool.de>
Date: Sun, 4 Aug 2019 08:39:11 +0200
X-Gmail-Original-Message-ID: <CAAzbHvY5onU+G4g_f1Ync66k-ZEMn=t-0F5S4A=UTa3871jxKg@mail.gmail.com>
Message-ID: <CAAzbHvY5onU+G4g_f1Ync66k-ZEMn=t-0F5S4A=UTa3871jxKg@mail.gmail.com>
To: mohamed.boucadair@orange.com
Cc: "core@ietf.org" <core@ietf.org>,  "Jon Shallow (supjps-ietf@jpshallow.com)" <supjps-ietf@jpshallow.com>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-bounce-key: webpack.hosteurope.de; hartke@projectcool.de; 1564900791; 0aac7675; 
X-HE-SMSGID: 1huABI-0003Rm-Hg
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/6-CuP3DTMhrvTDXzaBCqfkWcce4>
Subject: Re: [core] TR: New Version Notification for draft-ietf-core-hop-limit-04.txt
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Sun, 04 Aug 2019 06:39:54 -0000

draft-ietf-core-hop-limit-04 addresses all of my WGLC comments in
https://mailarchive.ietf.org/arch/msg/core/SofOKUWfxg8Xztg5BExzxvt0ikU

Thank you!

Klaus


On Wed, 3 Jul 2019 at 16:54, <mohamed.boucadair@orange.com> wrote:
>
> Hi all,
>
> We tried to address the comments raised during the WGLC. The main changes=
 are:
> * Include a new section to clarify the intended usage. This one is kindly=
 provided by Carsten.
> * Add a new section to specify HTTP mappings.
> * Clarify the usage when there is no space left to prepend a proxy inform=
ation.
>
> Other edits were also made.
>
> Please let's know if we missed any of the WGLC comments.
>
> Cheers,
> Med
>
> > -----Message d'origine-----
> > De : internet-drafts@ietf.org [mailto:internet-drafts@ietf.org]
> > Envoy=C3=A9 : mercredi 3 juillet 2019 16:50
> > =C3=80 : Tirumaleswar Reddy; Jon Shallow; Reddy K; BOUCADAIR Mohamed TG=
I/OLN
> > Objet : New Version Notification for draft-ietf-core-hop-limit-04.txt
> >
> >
> > A new version of I-D, draft-ietf-core-hop-limit-04.txt
> > has been successfully submitted by Mohamed Boucadair and posted to the
> > IETF repository.
> >
> > Name:         draft-ietf-core-hop-limit
> > Revision:     04
> > Title:                Constrained Application Protocol (CoAP) Hop-Limit=
 Option
> > Document date:        2019-07-03
> > Group:                core
> > Pages:                8
> > URL:            https://www.ietf.org/internet-drafts/draft-ietf-core-ho=
p-
> > limit-04.txt
> > Status:         https://datatracker.ietf.org/doc/draft-ietf-core-hop-
> > limit/
> > Htmlized:       https://tools.ietf.org/html/draft-ietf-core-hop-limit-0=
4
> > Htmlized:       https://datatracker.ietf.org/doc/html/draft-ietf-core-h=
op-
> > limit
> > Diff:           https://www.ietf.org/rfcdiff?url2=3Ddraft-ietf-core-hop=
-
> > limit-04
> >
> > Abstract:
> >    The presence of Constrained Application Protocol (CoAP) proxies may
> >    lead to infinite forwarding loops, which is undesirable.  To prevent
> >    and detect such loops, this document specifies the Hop-Limit CoAP
> >    option.
> >
> >
> >
> >
> > 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 Sat Aug  3 23:45:46 2019
Return-Path: <hartke@projectcool.de>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3DD0712006F for <core@ietfa.amsl.com>; Sat,  3 Aug 2019 23:45:45 -0700 (PDT)
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, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, 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 eqOYHjiHHgZ4 for <core@ietfa.amsl.com>; Sat,  3 Aug 2019 23:45:43 -0700 (PDT)
Received: from wp382.webpack.hosteurope.de (wp382.webpack.hosteurope.de [IPv6:2a01:488:42:1000:50ed:8597::]) (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 7CFDD12001A for <core@ietf.org>; Sat,  3 Aug 2019 23:45:43 -0700 (PDT)
Received: from mail-qt1-f173.google.com ([209.85.160.173]); authenticated by wp382.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) id 1huAGx-0001t8-RN; Sun, 04 Aug 2019 08:45:39 +0200
Received: by mail-qt1-f173.google.com with SMTP id w17so33761150qto.10 for <core@ietf.org>; Sat, 03 Aug 2019 23:45:39 -0700 (PDT)
X-Gm-Message-State: APjAAAVTZ6ZPzBGjo/e4g46aYnRxyNxhcI1tFlPvBW5+ZeFXyOXMBD1X TT3HzvxtzYlK520cSuTESAWpwfrrsO1YDoxAPo4=
X-Google-Smtp-Source: APXvYqx2LHu+gigoLjCe1TFIxceEYtXhwv3T98gvZN/PhGmeRcyPNKLgyv1/rXFnrFc2JGeX7N6op7+jch2+quF98aM=
X-Received: by 2002:ac8:21f2:: with SMTP id 47mr102663107qtz.38.1564901138545;  Sat, 03 Aug 2019 23:45:38 -0700 (PDT)
MIME-Version: 1.0
References: <9AD3C4BB-7965-4776-84C4-6B5BFDCAA262@tzi.org> <e3a61d2c-1183-5ece-74d8-b1bad26ddfe6@ericsson.com> <3E80442D-9EBF-4973-89E1-7B4A69F42754@tzi.org> <E8AD8AB7-DF40-4049-901E-18C0655A3DAD@tzi.org> <885BB026-DECB-48F3-8C17-F32E94C464D8@tzi.org>
In-Reply-To: <885BB026-DECB-48F3-8C17-F32E94C464D8@tzi.org>
From: Klaus Hartke <hartke@projectcool.de>
Date: Sun, 4 Aug 2019 08:45:02 +0200
X-Gmail-Original-Message-ID: <CAAzbHvZJoA=nqYpGbWQB+nE1ajbtfVSfvK2Ac3ucxTBaKpybjA@mail.gmail.com>
Message-ID: <CAAzbHvZJoA=nqYpGbWQB+nE1ajbtfVSfvK2Ac3ucxTBaKpybjA@mail.gmail.com>
To: Carsten Bormann <cabo@tzi.org>
Cc: core <core@ietf.org>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-bounce-key: webpack.hosteurope.de; hartke@projectcool.de; 1564901143; 2a718ac6; 
X-HE-SMSGID: 1huAGx-0001t8-RN
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/XEzLYWCpckz8uM9nqBIZmzkWamU>
Subject: Re: [core]  =?utf-8?q?=F0=9F=94=94_WG_Last_Call_of_draft-ietf-core-se?= =?utf-8?q?nml-etch-03=2Etxt?=
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Sun, 04 Aug 2019 06:45:45 -0000

draft-ietf-core-senml-etch-04 addresses all of my WGLC comments in
https://mailarchive.ietf.org/arch/msg/core/iCF7TQKhsQGJp7h2Kgr6qtIza60


Klaus

On Mon, 8 Jul 2019 at 21:19, Carsten Bormann <cabo@tzi.org> wrote:
>
> After having had some more feedback and interaction, there is now a -04:
>
> Name:           draft-ietf-core-senml-etch
> Revision:       04
> Title:          FETCH & PATCH with Sensor Measurement Lists (SenML)
> Document date:  2019-07-08
> Status:         https://datatracker.ietf.org/doc/draft-ietf-core-senml-et=
ch/
> Htmlized:       https://tools.ietf.org/html/draft-ietf-core-senml-etch-04
> Diff:           https://tools.ietf.org/rfcdiff?url2=3Ddraft-ietf-core-sen=
ml-etch-04
>
> I believe this addresses the WGLC comments.  Unless there are additional =
substantive comments, the chairs will request publication right after Wedne=
sday=E2=80=99s CoRE virtual interim meeting.
>
> Gr=C3=BC=C3=9Fe, Carsten


From nobody Sun Aug  4 00:33:25 2019
Return-Path: <hartke@projectcool.de>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0F3FF120074 for <core@ietfa.amsl.com>; Sun,  4 Aug 2019 00:33:24 -0700 (PDT)
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, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, 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 SSMlF4lDDmE4 for <core@ietfa.amsl.com>; Sun,  4 Aug 2019 00:33:21 -0700 (PDT)
Received: from wp382.webpack.hosteurope.de (wp382.webpack.hosteurope.de [IPv6:2a01:488:42:1000:50ed:8597::]) (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 75B17120046 for <core@ietf.org>; Sun,  4 Aug 2019 00:33:21 -0700 (PDT)
Received: from mail-qk1-f170.google.com ([209.85.222.170]); authenticated by wp382.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) id 1huB14-0005Fr-OC; Sun, 04 Aug 2019 09:33:18 +0200
Received: by mail-qk1-f170.google.com with SMTP id 201so57915766qkm.9 for <core@ietf.org>; Sun, 04 Aug 2019 00:33:18 -0700 (PDT)
X-Gm-Message-State: APjAAAVYMlyb9wUDy7Zir4qb025qWYPP6iEQQ9Gqu3tecstlkCXubziK miOuONHrbdUkLMzSf4fZnyK9sBBv1v1fFCOQcjU=
X-Google-Smtp-Source: APXvYqzT79NhvQ50BI7yfTlJN39dFhleJtmsjbEKKtzup5GW1dN4qE3mX9sTDHku/wjjouBNw5/X9AzNC+FgJuqM0vY=
X-Received: by 2002:a37:274a:: with SMTP id n71mr89965181qkn.448.1564903997404;  Sun, 04 Aug 2019 00:33:17 -0700 (PDT)
MIME-Version: 1.0
References: <3884679F-4236-42D5-A643-0957D1B6F3C9@arm.com>
In-Reply-To: <3884679F-4236-42D5-A643-0957D1B6F3C9@arm.com>
From: Klaus Hartke <hartke@projectcool.de>
Date: Sun, 4 Aug 2019 09:32:40 +0200
X-Gmail-Original-Message-ID: <CAAzbHvZaOO3=TTpuq_S2rf1i2vkqbNja43GL63i_NKA4SfnRzw@mail.gmail.com>
Message-ID: <CAAzbHvZaOO3=TTpuq_S2rf1i2vkqbNja43GL63i_NKA4SfnRzw@mail.gmail.com>
To: Thomas Fossati <Thomas.Fossati@arm.com>
Cc: "core@ietf.org" <core@ietf.org>
Content-Type: text/plain; charset="UTF-8"
X-bounce-key: webpack.hosteurope.de; hartke@projectcool.de; 1564904001; 6b7f0df3; 
X-HE-SMSGID: 1huB14-0005Fr-OC
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/bX9lvGF_YFL4ewu7K1Oizuv4z6A>
Subject: Re: [core] Review of draft-ietf-core-stateless-01 (editorial bits)
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Sun, 04 Aug 2019 07:33:24 -0000

Thomas Fossati wrote:
> Section 1.1 defines the shorthand Client and Server.  In the remainder
> of the memo these are not used and the long version "server or
> intermediary in the server role" and "client or intermediary in the
> client role" are used instead.  Either use the shorthand or drop them.

Removed in -02.

> Section 1.1
>    [...] such as state for generating tokens and congestion control
>
> s/generating tokens/request retransmission/ ?

Token generation is at the request/response sub-layer; retransmissions
are at the messaging sub-layer. I've made the following change in -02:

-(such as state for generating tokens and congestion control)
+(such as for token generation, message retransmission, and congestion control)

Thanks!

Klaus


From nobody Sun Aug  4 07:53:33 2019
Return-Path: <hartke@projectcool.de>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4AF7A120045 for <core@ietfa.amsl.com>; Sun,  4 Aug 2019 07:53:31 -0700 (PDT)
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, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, 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 DxnaLrlcLf9M for <core@ietfa.amsl.com>; Sun,  4 Aug 2019 07:53:28 -0700 (PDT)
Received: from wp382.webpack.hosteurope.de (wp382.webpack.hosteurope.de [IPv6:2a01:488:42:1000:50ed:8597::]) (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 C735612003F for <core@ietf.org>; Sun,  4 Aug 2019 07:53:28 -0700 (PDT)
Received: from mail-qt1-f172.google.com ([209.85.160.172]); authenticated by wp382.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) id 1huHsz-00064h-7r; Sun, 04 Aug 2019 16:53:25 +0200
Received: by mail-qt1-f172.google.com with SMTP id h21so78579632qtn.13 for <core@ietf.org>; Sun, 04 Aug 2019 07:53:25 -0700 (PDT)
X-Gm-Message-State: APjAAAUMK3FcbZg2fRmej4kP++j/ooa8HXK2nHE6MyRm+y93fyrlFyxd cS6yzKyEdpAAsIFoM6sEyxsg/sSvY6T9H2xF+HU=
X-Google-Smtp-Source: APXvYqzMVjsjrRu/AOJbfkt8AejU11svL3Vr34haz3CnBuSvFxG+ugG9lydUW4W1JRS1rZJ7Kxy+DktSL4cQ9Iu7MYY=
X-Received: by 2002:ac8:2f66:: with SMTP id k35mr102779284qta.174.1564930403917;  Sun, 04 Aug 2019 07:53:23 -0700 (PDT)
MIME-Version: 1.0
References: <BACE74BC-C665-484D-A2D2-541B42077E93@tzi.org>
In-Reply-To: <BACE74BC-C665-484D-A2D2-541B42077E93@tzi.org>
From: Klaus Hartke <hartke@projectcool.de>
Date: Sun, 4 Aug 2019 16:52:47 +0200
X-Gmail-Original-Message-ID: <CAAzbHvZwniKDos5gACZSgyhqWbAHRpHkz5AgNcEV6nNB4Z5fmg@mail.gmail.com>
Message-ID: <CAAzbHvZwniKDos5gACZSgyhqWbAHRpHkz5AgNcEV6nNB4Z5fmg@mail.gmail.com>
To: Carsten Bormann <cabo@tzi.org>
Cc: core <core@ietf.org>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-bounce-key: webpack.hosteurope.de; hartke@projectcool.de; 1564930408; 557f3056; 
X-HE-SMSGID: 1huHsz-00064h-7r
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/rkc4xxVD93vqO7-FhpVM0_Yxg2s>
Subject: Re: [core]  =?utf-8?q?=F0=9F=94=94_WGLC_of_draft-ietf-core-stateless-?= =?utf-8?q?01?=
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Sun, 04 Aug 2019 14:53:32 -0000

Carsten Bormann wrote:
> # Major
>
> Discovery is currently focused on whether the server supports extended to=
ken lengths at all.  Given that the maximum extended token is rather large =
for a constrained environment, the client may be interested to find out how=
 large tokens can be for this server.  With CSM, this would be trivial (cha=
nge empty option value to an uint value).  With trial-and-error, this leave=
s the client with binary search (probably along the lines of the token size=
s it actually can make use of).

As discussed in the CoRE virtual interim, it's probably safe to assume
that a client in a constrained environment is already choosing the
most compact token possible for the task. So there's probably not much
it could do when it learns that the server supports extended token
lengths but not of that length (other than, e.g., as a stateless
client going back to making stateful requests).

Changing the CSM from empty to uint might still be worth doing,
though. Done in -02.

> # Minor
>
> Section 3.3 suddenly starts to talk about authentication tags and freshne=
ss indicators; this might require additional explanation (in particular sin=
ce there are BCP 14 keywords in these paragraphs).  Section 4.2.1 has some =
implementation guidelines that could possibly be expanded to cover this.

I'll move the requirements from section 4.2 to section 3 in -02 to
provide better context.

Thanks!

Klaus


From nobody Wed Aug  7 04:31:10 2019
Return-Path: <cabo@tzi.org>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id ACE511206CE for <core@ietfa.amsl.com>; Wed,  7 Aug 2019 04:31:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.197
X-Spam-Level: 
X-Spam-Status: No, score=-4.197 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=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 iyGG74N1RwQ7 for <core@ietfa.amsl.com>; Wed,  7 Aug 2019 04:31:05 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9869A120167 for <core@ietf.org>; Wed,  7 Aug 2019 04:31:05 -0700 (PDT)
Received: from [192.168.217.110] (p548DCCB9.dip0.t-ipconnect.de [84.141.204.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 463Tpb4K10zyTH; Wed,  7 Aug 2019 13:31:03 +0200 (CEST)
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\))
From: Carsten Bormann <cabo@tzi.org>
X-Priority: 3
In-Reply-To: <880105127.785171559138207866.JavaMail.nobody@rva2rmd101.webex.com>
Date: Wed, 7 Aug 2019 13:31:03 +0200
X-Mao-Original-Outgoing-Id: 586870261.4063621-adbd6bebf3a22fa6d078e0ae7f085a65
Content-Transfer-Encoding: quoted-printable
Message-Id: <6FBA0723-5FBC-415B-A46C-6D925E1F5E1B@tzi.org>
References: <880105127.785171559138207866.JavaMail.nobody@rva2rmd101.webex.com>
To: core <core@ietf.org>
X-Mailer: Apple Mail (2.3445.9.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/0fe4whcVcvVgUmJY-dyNRh1m9D4>
Subject: [core] Cancel today?    Webex meeting info: CoRE Virtual Interim
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 07 Aug 2019 11:31:08 -0000

Hi,

one of our regular CoRE Virtual Interim meetings is scheduled for today, =
in 3.5 hours at 1500Z.
Because everybody seems to be on vacation, I=E2=80=99m having a hard =
time assembling an agenda.

Is there anything we should and can discuss today? =20
Please speak up before 1300Z, or I=E2=80=99ll send a cancellation =
notice.

Gr=C3=BC=C3=9Fe, Carsten

=
=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=
=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=
=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=
=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94

(Here is what I would have normally sent:)


The meeting details for the CoRE Virtual Interim that starts in 3.5 =
hours at 1500Z haven=E2=80=99t changed from last time; see below for =
reference.

The provisional agenda we are proposing for this first meeting after =
Montreal=E2=80=99s f2f is quite empty:

- (AOB)

Etherpad for minutes: =
https://etherpad.tools.ietf.org/p/notes-ietf-20190807-core

If you have other items that should be discussed today, please send a =
message to core-chairs@ietf.org so we can update the agenda.

Gr=C3=BC=C3=9Fe, Carsten


Virtual Interim
Hosted by CORE Working Group

Wednesday, 07 Aug, 2019 15:00 | 1 hour 30 minutes | (UTC+00:00) =
Monrovia, Reykjavik
Occurs every 2 week(s) on Wednesday effective 5/29/2019 until 11/13/2019 =
from 3:00 PM to 4:30 PM, (UTC+00:00) Monrovia, Reykjavik
Meeting number: 648 636 609
Password: constrained
https://ietf.webex.com/ietf/j.php?MTID=3Dm4f01e31ccd50d241bcf796aed4bf46d4=


Join by phone
1-650-479-3208 Call-in toll number (US/Canada)
Access code: 648 636 609


From nobody Wed Aug  7 07:07:06 2019
Return-Path: <cabo@tzi.org>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 23705120052 for <core@ietfa.amsl.com>; Wed,  7 Aug 2019 07:07:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.197
X-Spam-Level: 
X-Spam-Status: No, score=-4.197 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=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 wYrqg5a7LMwP for <core@ietfa.amsl.com>; Wed,  7 Aug 2019 07:07:04 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 75A77120041 for <core@ietf.org>; Wed,  7 Aug 2019 07:07:04 -0700 (PDT)
Received: from [192.168.217.110] (p548DCCB9.dip0.t-ipconnect.de [84.141.204.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 463YGZ6zrkzyXP; Wed,  7 Aug 2019 16:07:02 +0200 (CEST)
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\))
From: Carsten Bormann <cabo@tzi.org>
X-Priority: 3
In-Reply-To: <6FBA0723-5FBC-415B-A46C-6D925E1F5E1B@tzi.org>
Date: Wed, 7 Aug 2019 16:07:02 +0200
X-Mao-Original-Outgoing-Id: 586879620.745725-e0cc8dcebda676dc4fa6b4595c9ca496
Content-Transfer-Encoding: quoted-printable
Message-Id: <97719F4D-F245-4AC9-89B8-89A45B65B5B7@tzi.org>
References: <880105127.785171559138207866.JavaMail.nobody@rva2rmd101.webex.com> <6FBA0723-5FBC-415B-A46C-6D925E1F5E1B@tzi.org>
To: core <core@ietf.org>
X-Mailer: Apple Mail (2.3445.9.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/aUJjqw6ZQcgTurN4WNAjsKm1aq0>
Subject: Re: [core] Cancel today!  Webex meeting info: CoRE Virtual Interim
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 07 Aug 2019 14:07:06 -0000

On Aug 7, 2019, at 13:31, Carsten Bormann <cabo@tzi.org> wrote:
>=20
> Is there anything we should and can discuss today? =20

We could discuss some document status, but we can also do that on the =
list.

> Please speak up before 1300Z, or I=E2=80=99ll send a cancellation =
notice.

Here is the cancellation notice: No CoRE Virtual Interim today.

Gr=C3=BC=C3=9Fe, Carsten


From nobody Wed Aug  7 07:49:43 2019
Return-Path: <messenger@webex.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D3C081202EC for <core@ietfa.amsl.com>; Wed,  7 Aug 2019 07:49:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.198
X-Spam-Level: 
X-Spam-Status: No, score=-4.198 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 SQJ1ukdXnOoW for <core@ietfa.amsl.com>; Wed,  7 Aug 2019 07:49:39 -0700 (PDT)
Received: from sjmda10.webex.com (sjmda10.webex.com [64.68.124.127]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F3CDB1202EF for <core@ietf.org>; Wed,  7 Aug 2019 07:49:38 -0700 (PDT)
Received: from rva2rmd101.webex.com (sjc02-wxpd-lb03-v140.webex.com [10.252.16.111]) by sjmda10.webex.com (Postfix) with ESMTP id C7FA2301FB0F for <core@ietf.org>; Wed,  7 Aug 2019 14:49:38 +0000 (GMT)
Received: from rva2rmd101.webex.com (localhost [127.0.0.1]) by rva2rmd101.webex.com (Postfix) with ESMTP id 77D81C067F for <core@ietf.org>; Wed,  7 Aug 2019 14:49:38 +0000 (GMT)
Date: Wed, 7 Aug 2019 14:49:38 +0000 (GMT)
From: CORE Working Group <messenger@webex.com>
Reply-To: core-chairs@ietf.org
To: core@ietf.org
Message-ID: <285707609.2435581565189378489.JavaMail.nobody@rva2rmd101.webex.com>
MIME-Version: 1.0
Content-Type: multipart/mixed;  boundary="----=_Part_487106_161430746.1565189378489"
X-Priority: 3
Importance: normal
X-WBX-INFO: X-WBX-SID=456680, X-WBX-CID=133239061974363618, X-WBX-TID=2q2rti8ig9ozplemrbtt14emyi115hexr4i3b25v6yew0nx7o2a9wb3m, X-WBX-RID=6e12ddce255643bab93537f22ca4f0e3, X-WBX-SVC:Web Components, X-WBX-TT:Meeting Cancelled, Date:Wed Aug 07 14:49:38 GMT 2019 reminder-3.34.2-46
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/gkwjMuogaT3OpRN1_bMOguQWajY>
Subject: [core] Canceled Webex meeting: Virtual Interim
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 07 Aug 2019 14:49:42 -0000

------=_Part_487106_161430746.1565189378489
Content-Type: multipart/Alternative; 
 boundary="----=_Part_487107_1489671780.1565189378489"

------=_Part_487107_1489671780.1565189378489
Content-Type: text/plain;charset=UTF-8
Content-Transfer-Encoding: base64

CkhlbGxvLAoKQ09SRSBXb3JraW5nIEdyb3VwIGNhbmNlbGVkIHRoaXMgV2ViZXggbWVldGluZy4K
CgpWaXJ0dWFsIEludGVyaW0KV2VkbmVzZGF5LCA3LiBBdWd1c3QgMjAxOQoxNTowMCAgfCAgKFVU
QyswMDowMCkgTW9ucm92aWEsIFJleWtqYXZpayAgfCAgMSBociAzMCBtaW5zCgoKVG8gcmVtb3Zl
IHRoZSBtZWV0aW5nIGZyb20geW91ciBjYWxlbmRhciwgb3BlbiB0aGUgYXR0YWNoZWQgLmljcyBm
aWxlLiBJZiB0aGUgYXR0YWNobWVudCBpcwogbWlzc2luZywgZG93bmxvYWQgdGhlIC5pY3MgZmls
ZSBoZXJlOgpodHRwczovL2lldGYud2ViZXguY29tL2lldGYvai5waHA/TVRJRD1tZTAyNDQ4MWE0
ZmVjYTI3YjU4YjQ1YTM3MzE1ZGI5ZjANCg0KCgoK
------=_Part_487107_1489671780.1565189378489
Content-Type: text/html;charset=UTF-8
Content-Transfer-Encoding: base64

PG1ldGEgaHR0cC1lcXVpdj0iY29udGVudC10eXBlIiBjb250ZW50PSJ0ZXh0L2h0bWw7IGNoYXJz
ZXQ9VVRGLTgiPjxtZXRhIG5hbWU9InZpZXdwb3J0IiBjb250ZW50PSJ3aWR0aD1kZXZpY2Utd2lk
dGgsIGluaXRpYWwtc2NhbGU9MSI+PGJvZHk+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4KKiB7CiAg
ICBwYWRkaW5nOiAwOyAgICBtYXJnaW46IDA7fQp0YWJsZSB7Cglib3JkZXItY29sbGFwc2U6IHNl
cGFyYXRlOyB3aWR0aCA9MTAwJTsJYm9yZGVyOiAwOwlib3JkZXItc3BhY2luZzogMDt9Cgp0ciB7
CglsaW5lLWhlaWdodDogMThweDt9CgphLCB0ZCB7Cglmb250LXNpemU6IDE0cHg7CWZvbnQtZmFt
aWx5OiBBcmlhbDsJY29sb3I6ICMzMzM7CXdvcmQtd3JhcDogYnJlYWstd29yZDsJd29yZC1icmVh
azogbm9ybWFsOwlwYWRkaW5nOiAwO30KCi50aXRsZSB7Cglmb250LXNpemU6IDI4cHg7fQoKLmlt
YWdlIHsKCXdpZHRoOiBhdXRvOwltYXgtd2lkdGg6IGF1dG87fQoKLmZvb3RlciB7Cgl3aWR0aDog
NjA0cHg7fQoKLm1haW4gewoKfUBtZWRpYSBzY3JlZW4gYW5kIChtYXgtZGV2aWNlLXdpZHRoOiA4
MDBweCkgewoJLnRpdGxlIHsKCQlmb250LXNpemU6IDIycHggIWltcG9ydGFudDsJfQoJLmltYWdl
IHsKCQl3aWR0aDogYXV0byAhaW1wb3J0YW50OwkJbWF4LXdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7
CX0KCS5mb290ZXIgewoJCXdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7CQltYXgtd2lkdGg6IDYwNHB4
ICFpbXBvcnRhbnQKCX0KCS5tYWluIHsKCQl3aWR0aDogMTAwJSAhaW1wb3J0YW50OwkJbWF4LXdp
ZHRoOiA2MDRweCAhaW1wb3J0YW50Cgl9Cn0KPC9zdHlsZT4KCjx0YWJsZSBiZ2NvbG9yPSIjRkZG
RkZGIiBzdHlsZT0icGFkZGluZzogMDsgbWFyZ2luOiAwOyBib3JkZXI6IDA7IHdpZHRoOiAxMDAl
OyIgYWxpZ249ImxlZnQiPgoJPHRyIHN0eWxlPSJoZWlnaHQ6IDI4cHgiPjx0ZD4mbmJzcDs8L3Rk
PjwvdHI+Cgk8dHI+CgkJPHRkIGFsaWduPSJsZWZ0IiBzdHlsZT0icGFkZGluZzogMCAyMHB4OyBt
YXJnaW46IDAiPgoJCQk8IS0tPHRhYmxlIGJnY29sb3I9IiNGRkZGRkYiIHN0eWxlPSJib3JkZXI6
IDBweDsgd2lkdGg6IDEwMCU7IHBhZGRpbmctbGVmdDogNTBweDsgcGFkZGluZy1yaWdodDogNTBw
eDsiIGFsaWduPSJsZWZ0IiBjbGFzcz0ibWFpbiI+CgkJCQk8dHI+CgkJCQkJPHRkIGFsaWduPSJj
ZW50ZXIiIHZhbGlnbj0idG9wIiA+Jm5ic3A7CQkJCQk8L3RkPgoJCQkJPC90cj4KCQkJPC90YWJs
ZT4tLT4KCgo8dGFibGU+CiAgICAgICA8dHI+CiAgICAgICAgICAgPHRkPgogICAgICAgICAgIAkJ
PHA+CiAgICAgICAgICAgCQkJPGZvbnQgc3R5bGU9ImZvbnQtc2l6ZTogMTZweDtmb250LWZhbWls
eTogQXJpYWw7Y29sb3I6IzAwMDAwMDtmb250LXdlaWdodDogYm9sZDtsaW5lLWhlaWdodDogMjJw
eDsiPgogICAgICAgICAgICAgICAgCQlDT1JFIFdvcmtpbmcgR3JvdXAgY2FuY2VsZWQgdGhpcyBX
ZWJleCBtZWV0aW5nLgogICAgICAgICAgICAgICAJCTwvZm9udD4KICAgICAgICAgICA8L3RkPgog
ICAgICA8L3RyPgo8L3RhYmxlPgoJCSA8IS0tPHRhYmxlPjx0ciBzdHlsZT0ibGluZS1oZWlnaHQ6
IDIwcHg7Ij48dGQgc3R5bGU9ImhlaWdodDoyMHB4Ij4mbmJzcDs8L3RkPjwvdHI+PC90YWJsZT4K
Ci0tPgoJCQkgIDx0YWJsZT4KCQkJICAJPHRyIHN0eWxlPSJsaW5lLWhlaWdodDogMjBweDsiPjx0
ZCBzdHlsZT0iaGVpZ2h0OjIwcHgiPiZuYnNwOzwvdGQ+PC90cj4KICAgICAgICAgICAgICAgIDx0
ciBzdHlsZT0ibWFyZ2luOjBweCI+CiAgICAgICAgICAgICAgICAgICA8dGQgc3R5bGU9ImhlaWdo
dDogMjRweDsgIGNvbG9yOiAjMDAwMDAwOwlmb250LWZhbWlseTogQXJpYWw7CWZvbnQtc2l6ZTog
MTZweDsJbGluZS1oZWlnaHQ6IDI0cHg7Ij5XZWRuZXNkYXksIDcuIEF1Z3VzdCAyMDE5CiAgICAg
ICAgICAgICAgICAgICA8L3RkPgogICAgICAgICAgICAgICAgPC90cj4KICAgICAgICAgICAgICAg
IDx0ciBzdHlsZT0ibWFyZ2luOjBweCI+CiAgICAgICAgICAgICAgICAgICA8dGQgc3R5bGU9Imhl
aWdodDogMjRweDsgIGNvbG9yOiAjMDAwMDAwOwlmb250LWZhbWlseTogQXJpYWw7CWZvbnQtc2l6
ZTogMTZweDsJbGluZS1oZWlnaHQ6IDI0cHg7Ij4xNTowMCZuYnNwOyZuYnNwO3wmbmJzcDsmbmJz
cDsoVVRDKzAwOjAwKSBNb25yb3ZpYSwgUmV5a2phdmlrJm5ic3A7Jm5ic3A7fCZuYnNwOyZuYnNw
OzEgaHIgMzAgbWlucwogICAgICAgICAgICAgICAgICAgPC90ZD4KICAgICAgICAgICAgICAgIDwv
dHI+CiAgICAgICAgICAgICA8L3RhYmxlPgoKCQkJPHRhYmxlIHN0eWxlPSJ3aWR0aDogMTAwJTsi
IGFsaWduPSJsZWZ0IiBjbGFzcz0ibWFpbiI+CiAgICAgICAgICAgICAgICA8dHIgc3R5bGU9Imhl
aWdodDogNzJweCI+PHRkPiZuYnNwOzwvdGQ+PC90cj4KCQkJCTx0cj4KCQkJCQk8dGQgc3R5bGU9
ImhlaWdodDogMjRweDsgY29sb3I6ICMwMDAwMDA7IGZvbnQtZmFtaWx5OkFyaWFsOyBmb250LXNp
emU6IDE2cHg7IGxpbmUtaGVpZ2h0OiAyNHB4OyI+TmVlZCBoZWxwPyBHbyB0byA8YSBocmVmPSJo
dHRwOi8vaGVscC53ZWJleC5jb20iIHN0eWxlPSJjb2xvcjojMDQ5RkQ5OyB0ZXh0LWRlY29yYXRp
b246bm9uZTsiPmh0dHA6Ly9oZWxwLndlYmV4LmNvbTwvYT4KCQkJCQk8L3RkPgoJCQkJPC90cj4K
ICAgICAgICAgICAgICAgIDx0ciBzdHlsZT0iaGVpZ2h0OiA0NHB4Ij48dGQ+Jm5ic3A7PC90ZD48
L3RyPgoJCQk8L3RhYmxlPgoJCTwvdGQ+Cgk8L3RyPgo8L3RhYmxlPgo8L2JvZHk+
------=_Part_487107_1489671780.1565189378489--

------=_Part_487106_161430746.1565189378489
Content-Type: application/octet-stream;
	name="Webex_Meeting.ics"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
	filename="Webex_Meeting.ics"

QkVHSU46VkNBTEVOREFSDQpQUk9ESUQ6LS8vTWljcm9zb2Z0IENvcnBvcmF0aW9uLy9PdXRsb29r
IDEwLjAgTUlNRURJUi8vRU4NClZFUlNJT046Mi4wDQpNRVRIT0Q6Q0FOQ0VMDQpCRUdJTjpWVElN
RVpPTkUNClRaSUQ6QXRsYW50aWMvUmV5a2phdmlrDQpUWlVSTDpodHRwOi8vdHp1cmwub3JnL3pv
bmVpbmZvL0F0bGFudGljL1JleWtqYXZpaw0KWC1MSUMtTE9DQVRJT046QXRsYW50aWMvUmV5a2ph
dmlrDQpCRUdJTjpTVEFOREFSRA0KVFpPRkZTRVRGUk9NOi0wMTI4DQpUWk9GRlNFVFRPOi0wMTAw
DQpUWk5BTUU6LTAxDQpEVFNUQVJUOjE5MDgwMTAxVDAwMDAwMA0KUkRBVEU6MTkwODAxMDFUMDAw
MDAwDQpFTkQ6U1RBTkRBUkQNCkJFR0lOOkRBWUxJR0hUDQpUWk9GRlNFVEZST006LTAxMDANClRa
T0ZGU0VUVE86KzAwMDANClRaTkFNRTorMDANCkRUU1RBUlQ6MTkxNzAyMTlUMjMwMDAwDQpSREFU
RToxOTE3MDIxOVQyMzAwMDANClJEQVRFOjE5MTgwMjE5VDIzMDAwMA0KUkRBVEU6MTkxOTAyMTlU
MjMwMDAwDQpSREFURToxOTIxMDMxOVQyMzAwMDANClJEQVRFOjE5MzkwNDI5VDIzMDAwMA0KUkRB
VEU6MTk0MDAyMjVUMDIwMDAwDQpSREFURToxOTQxMDMwMlQwMTAwMDANClJEQVRFOjE5NDIwMzA4
VDAxMDAwMA0KUkRBVEU6MTk0MzAzMDdUMDEwMDAwDQpSREFURToxOTQ0MDMwNVQwMTAwMDANClJE
QVRFOjE5NDUwMzA0VDAxMDAwMA0KUkRBVEU6MTk0NjAzMDNUMDEwMDAwDQpSREFURToxOTQ3MDQw
NlQwMTAwMDANClJEQVRFOjE5NDgwNDA0VDAxMDAwMA0KUkRBVEU6MTk0OTA0MDNUMDEwMDAwDQpS
REFURToxOTUwMDQwMlQwMTAwMDANClJEQVRFOjE5NTEwNDAxVDAxMDAwMA0KUkRBVEU6MTk1MjA0
MDZUMDEwMDAwDQpSREFURToxOTUzMDQwNVQwMTAwMDANClJEQVRFOjE5NTQwNDA0VDAxMDAwMA0K
UkRBVEU6MTk1NTA0MDNUMDEwMDAwDQpSREFURToxOTU2MDQwMVQwMTAwMDANClJEQVRFOjE5NTcw
NDA3VDAxMDAwMA0KUkRBVEU6MTk1ODA0MDZUMDEwMDAwDQpSREFURToxOTU5MDQwNVQwMTAwMDAN
ClJEQVRFOjE5NjAwNDAzVDAxMDAwMA0KUkRBVEU6MTk2MTA0MDJUMDEwMDAwDQpSREFURToxOTYy
MDQwMVQwMTAwMDANClJEQVRFOjE5NjMwNDA3VDAxMDAwMA0KUkRBVEU6MTk2NDA0MDVUMDEwMDAw
DQpSREFURToxOTY1MDQwNFQwMTAwMDANClJEQVRFOjE5NjYwNDAzVDAxMDAwMA0KUkRBVEU6MTk2
NzA0MDJUMDEwMDAwDQpFTkQ6REFZTElHSFQNCkJFR0lOOlNUQU5EQVJEDQpUWk9GRlNFVEZST006
KzAwMDANClRaT0ZGU0VUVE86LTAxMDANClRaTkFNRTotMDENCkRUU1RBUlQ6MTkxNzEwMjFUMDEw
MDAwDQpSREFURToxOTE3MTAyMVQwMTAwMDANClJEQVRFOjE5MTgxMTE2VDAxMDAwMA0KUkRBVEU6
MTkxOTExMTZUMDEwMDAwDQpSREFURToxOTIxMDYyM1QwMTAwMDANClJEQVRFOjE5MzkxMDI5VDAy
MDAwMA0KUkRBVEU6MTk0MDExMDNUMDIwMDAwDQpSREFURToxOTQxMTEwMlQwMjAwMDANClJEQVRF
OjE5NDIxMDI1VDAyMDAwMA0KUkRBVEU6MTk0MzEwMjRUMDIwMDAwDQpSREFURToxOTQ0MTAyMlQw
MjAwMDANClJEQVRFOjE5NDUxMDI4VDAyMDAwMA0KUkRBVEU6MTk0NjEwMjdUMDIwMDAwDQpSREFU
RToxOTQ3MTAyNlQwMjAwMDANClJEQVRFOjE5NDgxMDI0VDAyMDAwMA0KUkRBVEU6MTk0OTEwMzBU
MDIwMDAwDQpSREFURToxOTUwMTAyMlQwMjAwMDANClJEQVRFOjE5NTExMDI4VDAyMDAwMA0KUkRB
VEU6MTk1MjEwMjZUMDIwMDAwDQpSREFURToxOTUzMTAyNVQwMjAwMDANClJEQVRFOjE5NTQxMDI0
VDAyMDAwMA0KUkRBVEU6MTk1NTEwMjNUMDIwMDAwDQpSREFURToxOTU2MTAyOFQwMjAwMDANClJE
QVRFOjE5NTcxMDI3VDAyMDAwMA0KUkRBVEU6MTk1ODEwMjZUMDIwMDAwDQpSREFURToxOTU5MTAy
NVQwMjAwMDANClJEQVRFOjE5NjAxMDIzVDAyMDAwMA0KUkRBVEU6MTk2MTEwMjJUMDIwMDAwDQpS
REFURToxOTYyMTAyOFQwMjAwMDANClJEQVRFOjE5NjMxMDI3VDAyMDAwMA0KUkRBVEU6MTk2NDEw
MjVUMDIwMDAwDQpSREFURToxOTY1MTAyNFQwMjAwMDANClJEQVRFOjE5NjYxMDIzVDAyMDAwMA0K
UkRBVEU6MTk2NzEwMjlUMDIwMDAwDQpFTkQ6U1RBTkRBUkQNCkJFR0lOOlNUQU5EQVJEDQpUWk9G
RlNFVEZST006LTAxMDANClRaT0ZGU0VUVE86KzAwMDANClRaTkFNRTpHTVQNCkRUU1RBUlQ6MTk2
ODA0MDdUMDEwMDAwDQpSREFURToxOTY4MDQwN1QwMTAwMDANCkVORDpTVEFOREFSRA0KRU5EOlZU
SU1FWk9ORQ0KQkVHSU46VkVWRU5UDQpEVFNUQU1QOjIwMTkwODA3VDE0NDkzOFoNCkFUVEVOREVF
O0NOPSIiO1JPTEU9UkVRLVBBUlRJQ0lQQU5UO1JTVlA9VFJVRTpNQUlMVE86Y29yZUBpZXRmLm9y
Zw0KT1JHQU5JWkVSO0NOPSJDT1JFIFdvcmtpbmcgR3JvdXAiOk1BSUxUTzpjb3JlLWNoYWlyc0Bp
ZXRmLm9yZw0KRFRTVEFSVDtUWklEPUF0bGFudGljL1JleWtqYXZpazoyMDE5MDgwN1QxNTAwMDAN
CkRURU5EO1RaSUQ9QXRsYW50aWMvUmV5a2phdmlrOjIwMTkwODA3VDE2MzAwMA0KTE9DQVRJT046
aHR0cHM6Ly9pZXRmLndlYmV4LmNvbS9pZXRmDQpUUkFOU1A6T1BBUVVFDQpTRVFVRU5DRToxNTY1
MTg5Mzc4DQpVSUQ6ZjI2Mzk4YmMtODhjNy00YmJlLTgxNjctMjFiZWEyNjUwNzc0DQpERVNDUklQ
VElPTjpcblxuVGhpcyBXZWJleCBtZWV0aW5nIGhhcyBiZWVuIGNhbmNlbGVkLlxuXG5Ub3BpYzog
VmlydHVhbCBJbnRlcmltXG5EYXRlOiBXZWRuZXNkYXksIDcuIEF1Z3VzdCAyMDE5XG5UaW1lOiAx
NTowMCwgKFVUQyswMDowMCkgTW9ucm92aWEsIFJleWtqYXZpa1xuDQpTVU1NQVJZOlZpcnR1YWwg
SW50ZXJpbQ0KUFJJT1JJVFk6NQ0KQ0xBU1M6UFVCTElDDQpSRUNVUlJFTkNFLUlEO1RaSUQ9QXRs
YW50aWMvUmV5a2phdmlrOjIwMTkwODA3VDE1MDAwMA0KU1RBVFVTOkNBTkNFTExFRA0KRU5EOlZF
VkVOVA0KRU5EOlZDQUxFTkRBUg0K
------=_Part_487106_161430746.1565189378489--


From nobody Wed Aug  7 14:50:12 2019
Return-Path: <ietf@augustcellars.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BDE43120232; Wed,  7 Aug 2019 14:50:10 -0700 (PDT)
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, SPF_HELO_NONE=0.001, 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 K2T6azTfIUtR; Wed,  7 Aug 2019 14:50:09 -0700 (PDT)
Received: from mail2.augustcellars.com (augustcellars.com [50.45.239.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CF80E1200DF; Wed,  7 Aug 2019 14:50:08 -0700 (PDT)
Received: from Jude (192.168.1.155) by mail2.augustcellars.com (192.168.1.201) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Wed, 7 Aug 2019 09:51:20 -0700
From: Jim Schaad <ietf@augustcellars.com>
To: <draft-hartke-t2trg-coral@ietf.org>
CC: <core@ietf.org>
Date: Wed, 7 Aug 2019 09:51:19 -0700
Message-ID: <000201d54d40$57609210$0621b630$@augustcellars.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook 16.0
Thread-Index: AdVNO9q1qUVd3OyVTJWBKps0i3fXOA==
Content-Language: en-us
X-Originating-IP: [192.168.1.155]
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/WxI3zH7sEpYTav13hJs_o3Bc5Q8>
Subject: [core] Ordering question for draft-hartke-t2trg-coral
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 07 Aug 2019 21:50:11 -0000

Klaus,

In the process of working on this, I am trying to determine if there is a
real ordering to the items in a document or not.  The only reason that I can
see for having one is the possibility directives change the current context.
If one stores all of this as absolute paths (or relative to a known point),
one could synthesis the base directive on the fly when doing serialization
and thus the order of links and forms would not be significant.

Can you confirm this?

Jim



From nobody Thu Aug  8 03:22:39 2019
Return-Path: <hartke@projectcool.de>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D2E6812011C; Thu,  8 Aug 2019 03:22:36 -0700 (PDT)
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, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, 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 Z61M6MJZSMdl; Thu,  8 Aug 2019 03:22:34 -0700 (PDT)
Received: from wp382.webpack.hosteurope.de (wp382.webpack.hosteurope.de [IPv6:2a01:488:42:1000:50ed:8597::]) (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 6F1A612011B; Thu,  8 Aug 2019 03:22:34 -0700 (PDT)
Received: from mail-qt1-f182.google.com ([209.85.160.182]); authenticated by wp382.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) id 1hvfYz-0004Vu-V5; Thu, 08 Aug 2019 12:22:30 +0200
Received: by mail-qt1-f182.google.com with SMTP id w17so10920202qto.10; Thu, 08 Aug 2019 03:22:29 -0700 (PDT)
X-Gm-Message-State: APjAAAVwkDQktW5AMcjyZk74dr8TpvkpiXG/24E30ajZL4BpNWDzlv+m 7ObXmkmGlun/eOALs2LlTo4uoZyeSSZuqrrtGck=
X-Google-Smtp-Source: APXvYqwvT/aVVxNX+HntyBHutXWoMRVRa0MuUXqmpU5P6U9yW2ApM2NwNkfMx8+R8bdTEsCg7ruiHr3kNBjxHKjbsXs=
X-Received: by 2002:a0c:984a:: with SMTP id e10mr12438133qvd.57.1565259748928;  Thu, 08 Aug 2019 03:22:28 -0700 (PDT)
MIME-Version: 1.0
References: <000201d54d40$57609210$0621b630$@augustcellars.com>
In-Reply-To: <000201d54d40$57609210$0621b630$@augustcellars.com>
From: Klaus Hartke <hartke@projectcool.de>
Date: Thu, 8 Aug 2019 12:21:52 +0200
X-Gmail-Original-Message-ID: <CAAzbHvbwRb4QEU4eiv5R9goZpCdmqY9d_byJ6xR8ngSHxQfK1A@mail.gmail.com>
Message-ID: <CAAzbHvbwRb4QEU4eiv5R9goZpCdmqY9d_byJ6xR8ngSHxQfK1A@mail.gmail.com>
To: Jim Schaad <ietf@augustcellars.com>
Cc: draft-hartke-t2trg-coral@ietf.org, "core@ietf.org WG" <core@ietf.org>
Content-Type: text/plain; charset="UTF-8"
X-bounce-key: webpack.hosteurope.de; hartke@projectcool.de; 1565259754; 1a9a2961; 
X-HE-SMSGID: 1hvfYz-0004Vu-V5
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/2JuTIj4kxvhmUUcqN0uPY0acJ-A>
Subject: Re: [core] Ordering question for draft-hartke-t2trg-coral
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 08 Aug 2019 10:22:37 -0000

Hi Jim,

> In the process of working on this, I am trying to determine if there is a
> real ordering to the items in a document or not.  The only reason that I can
> see for having one is the possibility directives change the current context.
> If one stores all of this as absolute paths (or relative to a known point),
> one could synthesis the base directive on the fly when doing serialization
> and thus the order of links and forms would not be significant.

in the serializations, elements clearly have an order on the wire, and
the meaning of each elements depends on the current processor state
("current context") that changes based on the directives processed so
far:

    #base <coap://foo.example/>
    quux </1>
    #base <coap://bar.example/>
    quux </2>

is not equivalent to

    #base <coap://foo.example/>
    quux </2>
    #base <coap://bar.example/>
    quux </1>

In the data model, the question is valid whether a link `quux
<coap://foo.example/1>` followed by a link `quux
<coap://bar.example/2>` is semantically equivalent to the link `quux
<coap://bar.example/2>` followed by the link `quux
<coap://foo.example/1>`:

Is

    #base <coap://foo.example/>
    quux </1>
    #base <coap://bar.example/>
    quux </2>

equivalent to

    #base <coap://bar.example/>
    quux </2>
    #base <coap://foo.example/>
    quux </1>

?

This question is currently left open in draft-hartke-t2trg-coral-09.
I'd say the answer mostly depends on the semantics of the link
relation types. E.g.,:

* a link to the mother of a person followed by a link to their father
is probably equivalent to a link to their father followed by a link to
their mother;

* a link to a resource with sz 100 followed by a link to a resource
with sz 50 is probably not equivalent to a link with sz 50 followed a
link with size 100 if the client requests the links be sorted by sz;

* a link to a resource with ct Link-Format followed by a link to a
resource with ct CoRAL is probably not equivalent to a link with ct
CoRAL followed by a link with ct Link-Format if the server wants to
express that the CoRAL alternative should be preferred.

Klaus


From nobody Thu Aug  8 13:35:21 2019
Return-Path: <ietf@augustcellars.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BF5D61200A3; Thu,  8 Aug 2019 13:35:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level: 
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 oRBL9ggtx2re; Thu,  8 Aug 2019 13:35:17 -0700 (PDT)
Received: from mail2.augustcellars.com (augustcellars.com [50.45.239.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D6966120198; Thu,  8 Aug 2019 13:35:00 -0700 (PDT)
Received: from Jude (73.180.8.170) by mail2.augustcellars.com (192.168.0.56) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Thu, 8 Aug 2019 13:34:55 -0700
From: Jim Schaad <ietf@augustcellars.com>
To: 'Klaus Hartke' <hartke@projectcool.de>
CC: <draft-hartke-t2trg-coral@ietf.org>, <core@ietf.org>
References: <000201d54d40$57609210$0621b630$@augustcellars.com> <CAAzbHvbwRb4QEU4eiv5R9goZpCdmqY9d_byJ6xR8ngSHxQfK1A@mail.gmail.com>
In-Reply-To: <CAAzbHvbwRb4QEU4eiv5R9goZpCdmqY9d_byJ6xR8ngSHxQfK1A@mail.gmail.com>
Date: Thu, 8 Aug 2019 13:34:53 -0700
Message-ID: <00e701d54e28$bd7557a0$386006e0$@augustcellars.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
X-Mailer: Microsoft Outlook 16.0
Thread-Index: AQOAnuT8wet3nmU3+ngvZ7va+KB/6QJo9Jf6o4fGDhA=
Content-Language: en-us
X-Originating-IP: [73.180.8.170]
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/lj7WwfjVxJDmvsJm8ZQdP2145V4>
Subject: Re: [core] Ordering question for draft-hartke-t2trg-coral
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 08 Aug 2019 20:35:20 -0000

Klaus,

Some responses in line.  This was the problem I was thinking about as a =
dictionary in my pubsub node would be an easier way to access the =
values.  But if order is important then that will not work.

jim

-----Original Message-----
From: Klaus Hartke <hartke@projectcool.de>=20
Sent: Thursday, August 8, 2019 3:22 AM
To: Jim Schaad <ietf@augustcellars.com>
Cc: draft-hartke-t2trg-coral@ietf.org; core@ietf.org WG <core@ietf.org>
Subject: Re: [core] Ordering question for draft-hartke-t2trg-coral

Hi Jim,

> In the process of working on this, I am trying to determine if there=20
> is a real ordering to the items in a document or not.  The only reason =

> that I can see for having one is the possibility directives change the =
current context.
> If one stores all of this as absolute paths (or relative to a known=20
> point), one could synthesis the base directive on the fly when doing=20
> serialization and thus the order of links and forms would not be =
significant.

in the serializations, elements clearly have an order on the wire, and =
the meaning of each elements depends on the current processor state =
("current context") that changes based on the directives processed so
far:

    #base <coap://foo.example/>
    quux </1>
    #base <coap://bar.example/>
    quux </2>

is not equivalent to

    #base <coap://foo.example/>
    quux </2>
    #base <coap://bar.example/>
    quux </1>

[JLS] In terms of the base directive, this does not bother me because I =
would do the normalization as part of the parsing process.  I am worried =
that somebody may come up with a new directive for which this would not =
be the case.  New directives can also cause problems in the future =
because how do I deserialize an object when I find a directive I don't =
understand.

In the data model, the question is valid whether a link `quux =
<coap://foo.example/1>` followed by a link `quux <coap://bar.example/2>` =
is semantically equivalent to the link `quux <coap://bar.example/2>` =
followed by the link `quux
<coap://foo.example/1>`:

Is

    #base <coap://foo.example/>
    quux </1>
    #base <coap://bar.example/>
    quux </2>

equivalent to

    #base <coap://bar.example/>
    quux </2>
    #base <coap://foo.example/>
    quux </1>

?

This question is currently left open in draft-hartke-t2trg-coral-09.
I'd say the answer mostly depends on the semantics of the link relation =
types. E.g.,:

* a link to the mother of a person followed by a link to their father is =
probably equivalent to a link to their father followed by a link to =
their mother;
[JLS] Right, these can be considered to be completely independent items.

* a link to a resource with sz 100 followed by a link to a resource with =
sz 50 is probably not equivalent to a link with sz 50 followed a link =
with size 100 if the client requests the links be sorted by sz;
[JLS] But in this case, you are talking about having the items sorted at =
the time it is serialized.  So in this case you are actually asking for =
the order to be changed from the original one to a new order.  If this =
causes other unintentional order changes that would cause a problem.

* a link to a resource with ct Link-Format followed by a link to a =
resource with ct CoRAL is probably not equivalent to a link with ct =
CoRAL followed by a link with ct Link-Format if the server wants to =
express that the CoRAL alternative should be preferred.
[JLS] This one kind a begs the question should a multivalued link be =
setup as an array of values rather than something that the client could =
accidently change the of order if it does not expect to have multiple =
values.  In that case it would presumable get the last value which would =
be wrong.  I realize that having an array of values gives a problem =
because that is also what a ciri looks like and there would need to be a =
way to distinguish them.

Klaus


From nobody Mon Aug 12 23:09:47 2019
Return-Path: <cabo@tzi.org>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4B61812008B for <core@ietfa.amsl.com>; Mon, 12 Aug 2019 23:09:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.198
X-Spam-Level: 
X-Spam-Status: No, score=-4.198 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_NONE=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 oyJPtkqZBL_Z for <core@ietfa.amsl.com>; Mon, 12 Aug 2019 23:09:45 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E1C5112008A for <core@ietf.org>; Mon, 12 Aug 2019 23:09:44 -0700 (PDT)
Received: from [192.168.217.110] (p548DCCB9.dip0.t-ipconnect.de [84.141.204.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4672P25Lh7z10sS; Tue, 13 Aug 2019 08:09:42 +0200 (CEST)
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <ACEC036C-0CD3-40DF-BABF-0EC6B5DDD2F9@tzi.org>
Date: Tue, 13 Aug 2019 08:09:29 +0200
X-Mao-Original-Outgoing-Id: 587369367.89489-f9aaf8a80cf0b90b71ca1a2ca812f19a
Content-Transfer-Encoding: quoted-printable
Message-Id: <36F92436-9CD7-4C20-8662-098243ADB32E@tzi.org>
References: <ACEC036C-0CD3-40DF-BABF-0EC6B5DDD2F9@tzi.org>
To: core <core@ietf.org>
X-Mailer: Apple Mail (2.3445.9.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/AsleHkPdKd3VffA84-G6vdmCu2E>
Subject: Re: [core]  =?utf-8?q?=F0=9F=94=94_CoRE_Working_Group_Adoption_call_f?= =?utf-8?q?or_draft-hartke-t2trg-coral-09_and_draft-hartke-t2trg-ciri-03?=
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 13 Aug 2019 06:09:46 -0000

On Jul 16, 2019, at 21:11, Carsten Bormann <cabo@tzi.org> wrote:
>=20
> This is a formal call for adoption of draft-hartke-t2trg-coral-09 and =
draft-hartke-t2trg-ciri-03 as WG documents of the CoRE WG.

=E2=80=A6 and the result was a resounding yes.  Klaus, please re-submit =
as draft-ietf-core-coral and draft-ietf-core-cori (*).

Gr=C3=BC=C3=9Fe, Carsten


From nobody Fri Aug 16 13:58:31 2019
Return-Path: <cabo@tzi.org>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1AFC312007C for <core@ietfa.amsl.com>; Fri, 16 Aug 2019 13:58:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.197
X-Spam-Level: 
X-Spam-Status: No, score=-4.197 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=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 oynjgRAQ77w5 for <core@ietfa.amsl.com>; Fri, 16 Aug 2019 13:58:27 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 13DE8120018 for <core@ietf.org>; Fri, 16 Aug 2019 13:58:27 -0700 (PDT)
Received: from [192.168.217.110] (p548DCCB9.dip0.t-ipconnect.de [84.141.204.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 469Fz525K9zyS3; Fri, 16 Aug 2019 22:58:25 +0200 (CEST)
From: Carsten Bormann <cabo@tzi.org>
Content-Type: text/plain; charset=utf-8
X-Mao-Original-Outgoing-Id: 587681903.608137-ef8af91718d4e528d7f72a88c7bb3ad7
Content-Transfer-Encoding: quoted-printable
Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\))
Date: Fri, 16 Aug 2019 22:58:24 +0200
Message-Id: <39051586-7FD9-434B-8E66-2F5875297106@tzi.org>
To: core <core@ietf.org>
X-Mailer: Apple Mail (2.3445.9.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/IMrmfy3aLCc7w4FInwJY7E9wssQ>
Subject: [core] CoRE @ IETF105: Summary and Minutes
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 16 Aug 2019 20:58:29 -0000

The chairs have uploaded draft minutes for the two CoRE meetings at =
IETF105:

https://datatracker.ietf.org/meeting/105/materials/minutes-105-core

As usual, this starts with a summary of what happened (without all the =
technical details), followed by more detailed minutes as collected in =
Etherpad.

Please send fixes and updates to core-chairs@ietf.org or to the mailing =
list, preferably within the next 7 days or whenever you return from your =
vacation this month.

Gr=C3=BC=C3=9Fe, Carsten


From nobody Sat Aug 17 01:46:19 2019
Return-Path: <internet-drafts@ietf.org>
X-Original-To: core@ietf.org
Delivered-To: core@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id ED342120105; Sat, 17 Aug 2019 01:46:17 -0700 (PDT)
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>
Cc: core@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 6.100.0
Auto-Submitted: auto-generated
Precedence: bulk
Reply-To: core@ietf.org
Message-ID: <156603157787.11068.11685276736078336077@ietfa.amsl.com>
Date: Sat, 17 Aug 2019 01:46:17 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/oBNEM6wWit_0BjPQHriR_f_4J7o>
Subject: [core] I-D Action: draft-ietf-core-senml-etch-05.txt
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Sat, 17 Aug 2019 08:46:18 -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 WG of the IETF.

        Title           : FETCH & PATCH with Sensor Measurement Lists (SenML)
        Authors         : Ari Keranen
                          Mojan Mohajer
	Filename        : draft-ietf-core-senml-etch-05.txt
	Pages           : 10
	Date            : 2019-08-17

Abstract:
   The Sensor Measurement Lists (SenML) media type and data model can be
   used to send collections of resources, such as batches of sensor data
   or configuration parameters.  The CoAP iPATCH, PATCH, and FETCH
   methods enable accessing and updating parts of a resource or multiple
   resources with one request.  This document defines new media types
   for the CoAP iPATCH, PATCH, and FETCH methods for resources
   represented with the SenML data model.


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

There are also htmlized versions available at:
https://tools.ietf.org/html/draft-ietf-core-senml-etch-05
https://datatracker.ietf.org/doc/html/draft-ietf-core-senml-etch-05

A diff from the previous version is available at:
https://www.ietf.org/rfcdiff?url2=draft-ietf-core-senml-etch-05


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 Sat Aug 17 01:56:22 2019
Return-Path: <ari.keranen@ericsson.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4D234120019 for <core@ietfa.amsl.com>; Sat, 17 Aug 2019 01:56:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.001
X-Spam-Level: 
X-Spam-Status: No, score=-2.001 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=ericsson.com
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 B6Dt-KNVAyWs for <core@ietfa.amsl.com>; Sat, 17 Aug 2019 01:56:18 -0700 (PDT)
Received: from EUR02-HE1-obe.outbound.protection.outlook.com (mail-eopbgr10045.outbound.protection.outlook.com [40.107.1.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 988F2120108 for <core@ietf.org>; Sat, 17 Aug 2019 01:56:17 -0700 (PDT)
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Y1cJPAytkJwlQ422zIPHS1iKw+4Fx54BlK/aJ0bnx2bvU7wvZSakakebg9kAEfy0lwWXYsGydN1GB+ggZLQB+d2DKv49ROl6qkYYEULiaqWvDaWsY6Yq++vHNWQGtFZjtRUiUlK7nakT3/mvnNjq3150RGQdCdUVWsiLOQm937lnKd+sc6eT0kbZiTqVUHxN55MHSgfrXVh9N8DMENeSYHGd0H3myJodSgrzfitEhHs/hTKUdpi6PGhdoKNPWjmoQvZYxzcT11PxlufTHzP6idAmMc5X7bGmleZatjJZvL2jbj3F0XANdrczXJbDH+WkqREDtnYS5g66V96gp3b+2g==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=+zq0wA5EUsnXIZ4squeAClJfrMPk6bxoMEh6Ijufp5U=; b=WhKuQ27tL4Qk7zQcopK8E4S90s/vuNI38a2ixqSu0WiF53LZuTamikoToMIW4zBlU0ZWOG3nIs6i4J4hO29do0zMFBNqUQT/P6IdtHp9V+2BEUqMk4hlYNu+xzwLrkSO9UNJpryJF6TNSUg4gwb/rFvfzZRgovmnwd+xTSzAYBINwCUIkD1Ey9MWbD1MsYiIA/EFaImZAUl7moNI8LjFJrgFA6yD2dgKJ1R7DSx8eVw6x4Q5rBvOey2CJlvyT+Qm7Reu/SDxYdP84RIGEv+/EX/b3D04P5BoEdvlGzv9XYpVD85JihoOfs4q/E8LEG7EvKYoyFaVDko4RoHAhuxBZA==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ericsson.com; dmarc=pass action=none header.from=ericsson.com; dkim=pass header.d=ericsson.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericsson.com; s=selector2; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=+zq0wA5EUsnXIZ4squeAClJfrMPk6bxoMEh6Ijufp5U=; b=Eabs0wGJ+lTC4S8cD+1LgKsjscctnju+F5HpiSrJOZ9jlTj5s6RqFNCBuKnLWbukDRmlB7Fc6cll6dNIbUwJeUEGcNXLwtfmq2x4H6m8PzI/R6nU9c/mzc/UvS3cAOXBK4999Piu1733EXV5g94DJlXoB4Fu0W2ptPQQYDlSL0E=
Received: from HE1PR07MB4236.eurprd07.prod.outlook.com (20.176.166.145) by HE1PR07MB4331.eurprd07.prod.outlook.com (20.176.167.16) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2178.16; Sat, 17 Aug 2019 08:56:15 +0000
Received: from HE1PR07MB4236.eurprd07.prod.outlook.com ([fe80::ac70:36ee:cd9c:614e]) by HE1PR07MB4236.eurprd07.prod.outlook.com ([fe80::ac70:36ee:cd9c:614e%6]) with mapi id 15.20.2178.016; Sat, 17 Aug 2019 08:56:15 +0000
From: =?utf-8?B?QXJpIEtlcsOkbmVu?= <ari.keranen@ericsson.com>
To: "core@ietf.org" <core@ietf.org>
Thread-Topic: [core] I-D Action: draft-ietf-core-senml-etch-05.txt
Thread-Index: AQHVVNhJamUFgwiXWUi0KSu9h1iEDab/CY4A
Date: Sat, 17 Aug 2019 08:56:14 +0000
Message-ID: <0A7B49CE-EB08-4304-94BA-D57502749165@ericsson.com>
References: <156603157787.11068.11685276736078336077@ietfa.amsl.com>
In-Reply-To: <156603157787.11068.11685276736078336077@ietfa.amsl.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: yes
X-MS-TNEF-Correlator: 
authentication-results: spf=none (sender IP is ) smtp.mailfrom=ari.keranen@ericsson.com; 
x-originating-ip: [2001:14bb:150:480b:20a0:7a07:2e03:a9c1]
x-ms-publictraffictype: Email
x-ms-office365-filtering-correlation-id: cc1c3db1-72b4-44ce-4345-08d722f0c2c4
x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600148)(711020)(4605104)(1401327)(2017052603328)(49563074)(7193020); SRVR:HE1PR07MB4331; 
x-ms-traffictypediagnostic: HE1PR07MB4331:
x-microsoft-antispam-prvs: <HE1PR07MB4331118A543C2F6001AC694B85AE0@HE1PR07MB4331.eurprd07.prod.outlook.com>
x-ms-oob-tlc-oobclassifiers: OLM:8882;
x-forefront-prvs: 0132C558ED
x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(4636009)(346002)(136003)(376002)(366004)(396003)(39860400002)(199004)(189003)(305945005)(6116002)(81156014)(81166006)(66556008)(478600001)(33656002)(64756008)(966005)(76116006)(14454004)(6246003)(53936002)(7736002)(66446008)(2906002)(66946007)(8936002)(66476007)(99286004)(85202003)(66616009)(25786009)(2351001)(6916009)(11346002)(76176011)(476003)(2616005)(229853002)(446003)(186003)(36756003)(486006)(6486002)(2501003)(102836004)(6506007)(46003)(6512007)(85182001)(6306002)(86362001)(71190400001)(66574012)(5660300002)(6436002)(71200400001)(14444005)(256004)(1730700003)(5640700003)(99936001)(316002)(8676002); DIR:OUT; SFP:1101; SCL:1; SRVR:HE1PR07MB4331; H:HE1PR07MB4236.eurprd07.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; A:1; MX:1; 
received-spf: None (protection.outlook.com: ericsson.com does not designate permitted sender hosts)
x-ms-exchange-senderadcheck: 1
x-microsoft-antispam-message-info: AlvYJQPehivapQoYGWpFUzS1XxTX/tsKUIW22oWR3MXQ7d0IOcNxrE/sEuUOlVyxCO+p/pbmIAc+3h3fLsg3VFfmFy3fNyhn0eogBhob9bTCcB6FVgZBpvQYu72f7wbZ0L7CFAp2lBBSz2l1QBC671igrkRMDAx24vHvNHdzHZtqLxCIbdgqMNNdNUi71SisAdqVwhMIWMFaTfkXErLoIBE/Y08RTWBUa4HHvbdWIvxlOgA2ZWxD08nrXxtZPMRTtAGgDZ53lZJksyAxmtDae5xA1OLdjnoHhqEM5J/PtcLFjOSAQrDMLR/6Kdc7t9Wp8P63HgMsTPN7JHFSMrkLBk+FQ1Omx2GLeCU/lOpIf9MnmlmjCHdcvUUqZ0PS5Ulbb73TeCHkBJ7CWWRgjUDXDlKHaD2Yq4QCM2m4H09XSAk=
x-ms-exchange-transport-forked: True
Content-Type: multipart/signed; boundary=Apple-Mail-9867FF46-5CE3-4F91-A12C-BB4511A7AC84; protocol="application/pkcs7-signature"; micalg=sha-256
MIME-Version: 1.0
X-OriginatorOrg: ericsson.com
X-MS-Exchange-CrossTenant-Network-Message-Id: cc1c3db1-72b4-44ce-4345-08d722f0c2c4
X-MS-Exchange-CrossTenant-originalarrivaltime: 17 Aug 2019 08:56:15.0082 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 92e84ceb-fbfd-47ab-be52-080c6b87953f
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
X-MS-Exchange-CrossTenant-userprincipalname: TZ+NLmHwy84IBWD/5HYs0CzqQN0FieXXEilp9pPdGGxszWlAD6R5Swm+d//wOdNydMNouEhXbCr1UUBBHdiu4Hm5e+TkSeJeeICMDw/Hedk=
X-MS-Exchange-Transport-CrossTenantHeadersStamped: HE1PR07MB4331
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/QkdbxyB1xBSMqeByrtH-ZXP1HHA>
Subject: Re: [core] I-D Action: draft-ietf-core-senml-etch-05.txt
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Sat, 17 Aug 2019 08:56:21 -0000

--Apple-Mail-9867FF46-5CE3-4F91-A12C-BB4511A7AC84
Content-Type: text/plain;
	charset=utf-8
Content-Transfer-Encoding: base64

VGhpcyB1cGRhdGUgYWRkcmVzc2VzIEFsZXhleeKAmXMgbWVkaWEtdHlwZSByZWdpc3RyYXRpb24g
cmV2aWV3IGNvbW1lbnRzIGJ5IGRlZmluaW5nIG1lZGlhLXR5cGUgZW5jb2RpbmcgYXMgYmluYXJ5
IChhcyBpbiBSRkM4MjU5KSBhbmQgcmUtdXNpbmcgUkZDODQyOCBmcmFnbWVudCBJRCBtZXRob2Qg
YWxzbyBmb3IgRmV0Y2gvUGF0Y2ggUmVjb3Jkcy4NCg0KQ29tbWVudHMvcXVlc3Rpb25zIHdlbGNv
bWUhDQoNCg0KQ2hlZXJzLA0KQXJpDQoNCj4gT24gMTcgQXVnIDIwMTksIGF0IDExLjQ2LCAiaW50
ZXJuZXQtZHJhZnRzQGlldGYub3JnIiA8aW50ZXJuZXQtZHJhZnRzQGlldGYub3JnPiB3cm90ZToN
Cj4gDQo+IA0KPiBBIE5ldyBJbnRlcm5ldC1EcmFmdCBpcyBhdmFpbGFibGUgZnJvbSB0aGUgb24t
bGluZSBJbnRlcm5ldC1EcmFmdHMgZGlyZWN0b3JpZXMuDQo+IFRoaXMgZHJhZnQgaXMgYSB3b3Jr
IGl0ZW0gb2YgdGhlIENvbnN0cmFpbmVkIFJFU1RmdWwgRW52aXJvbm1lbnRzIFdHIG9mIHRoZSBJ
RVRGLg0KPiANCj4gICAgICAgVGl0bGUgICAgICAgICAgIDogRkVUQ0ggJiBQQVRDSCB3aXRoIFNl
bnNvciBNZWFzdXJlbWVudCBMaXN0cyAoU2VuTUwpDQo+ICAgICAgIEF1dGhvcnMgICAgICAgICA6
IEFyaSBLZXJhbmVuDQo+ICAgICAgICAgICAgICAgICAgICAgICAgIE1vamFuIE1vaGFqZXINCj4g
ICBGaWxlbmFtZSAgICAgICAgOiBkcmFmdC1pZXRmLWNvcmUtc2VubWwtZXRjaC0wNS50eHQNCj4g
ICBQYWdlcyAgICAgICAgICAgOiAxMA0KPiAgIERhdGUgICAgICAgICAgICA6IDIwMTktMDgtMTcN
Cj4gDQo+IEFic3RyYWN0Og0KPiAgVGhlIFNlbnNvciBNZWFzdXJlbWVudCBMaXN0cyAoU2VuTUwp
IG1lZGlhIHR5cGUgYW5kIGRhdGEgbW9kZWwgY2FuIGJlDQo+ICB1c2VkIHRvIHNlbmQgY29sbGVj
dGlvbnMgb2YgcmVzb3VyY2VzLCBzdWNoIGFzIGJhdGNoZXMgb2Ygc2Vuc29yIGRhdGENCj4gIG9y
IGNvbmZpZ3VyYXRpb24gcGFyYW1ldGVycy4gIFRoZSBDb0FQIGlQQVRDSCwgUEFUQ0gsIGFuZCBG
RVRDSA0KPiAgbWV0aG9kcyBlbmFibGUgYWNjZXNzaW5nIGFuZCB1cGRhdGluZyBwYXJ0cyBvZiBh
IHJlc291cmNlIG9yIG11bHRpcGxlDQo+ICByZXNvdXJjZXMgd2l0aCBvbmUgcmVxdWVzdC4gIFRo
aXMgZG9jdW1lbnQgZGVmaW5lcyBuZXcgbWVkaWEgdHlwZXMNCj4gIGZvciB0aGUgQ29BUCBpUEFU
Q0gsIFBBVENILCBhbmQgRkVUQ0ggbWV0aG9kcyBmb3IgcmVzb3VyY2VzDQo+ICByZXByZXNlbnRl
ZCB3aXRoIHRoZSBTZW5NTCBkYXRhIG1vZGVsLg0KPiANCj4gDQo+IFRoZSBJRVRGIGRhdGF0cmFj
a2VyIHN0YXR1cyBwYWdlIGZvciB0aGlzIGRyYWZ0IGlzOg0KPiBodHRwczovL2RhdGF0cmFja2Vy
LmlldGYub3JnL2RvYy9kcmFmdC1pZXRmLWNvcmUtc2VubWwtZXRjaC8NCj4gDQo+IFRoZXJlIGFy
ZSBhbHNvIGh0bWxpemVkIHZlcnNpb25zIGF2YWlsYWJsZSBhdDoNCj4gaHR0cHM6Ly90b29scy5p
ZXRmLm9yZy9odG1sL2RyYWZ0LWlldGYtY29yZS1zZW5tbC1ldGNoLTA1DQo+IGh0dHBzOi8vZGF0
YXRyYWNrZXIuaWV0Zi5vcmcvZG9jL2h0bWwvZHJhZnQtaWV0Zi1jb3JlLXNlbm1sLWV0Y2gtMDUN
Cj4gDQo+IEEgZGlmZiBmcm9tIHRoZSBwcmV2aW91cyB2ZXJzaW9uIGlzIGF2YWlsYWJsZSBhdDoN
Cj4gaHR0cHM6Ly93d3cuaWV0Zi5vcmcvcmZjZGlmZj91cmwyPWRyYWZ0LWlldGYtY29yZS1zZW5t
bC1ldGNoLTA1DQo+IA0KPiANCj4gUGxlYXNlIG5vdGUgdGhhdCBpdCBtYXkgdGFrZSBhIGNvdXBs
ZSBvZiBtaW51dGVzIGZyb20gdGhlIHRpbWUgb2Ygc3VibWlzc2lvbg0KPiB1bnRpbCB0aGUgaHRt
bGl6ZWQgdmVyc2lvbiBhbmQgZGlmZiBhcmUgYXZhaWxhYmxlIGF0IHRvb2xzLmlldGYub3JnLg0K
PiANCj4gSW50ZXJuZXQtRHJhZnRzIGFyZSBhbHNvIGF2YWlsYWJsZSBieSBhbm9ueW1vdXMgRlRQ
IGF0Og0KPiBmdHA6Ly9mdHAuaWV0Zi5vcmcvaW50ZXJuZXQtZHJhZnRzLw0KPiANCj4gX19fX19f
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18NCj4gY29yZSBtYWlsaW5n
IGxpc3QNCj4gY29yZUBpZXRmLm9yZw0KPiBodHRwczovL3d3dy5pZXRmLm9yZy9tYWlsbWFuL2xp
c3RpbmZvL2NvcmUNCg==

--Apple-Mail-9867FF46-5CE3-4F91-A12C-BB4511A7AC84
Content-Type: application/pkcs7-signature;
	name=smime.p7s
Content-Disposition: attachment;
	filename=smime.p7s
Content-Transfer-Encoding: base64

MIAGCSqGSIb3DQEHAqCAMIACAQExDzANBglghkgBZQMEAgEFADCABgkqhkiG9w0BBwEAAKCCDMAw
ggX2MIID3qADAgECAhA3E3FzLlznzicd63Rv9v4YMA0GCSqGSIb3DQEBCwUAMEcxCzAJBgNVBAYT
AlNFMREwDwYDVQQKDAhFcmljc3NvbjElMCMGA1UEAwwcRXJpY3Nzb24gTkwgSW5kaXZpZHVhbCBD
QSB2MzAeFw0xNzEyMDQxNDEzNDRaFw0yMDEyMDQxNDEzNDNaMGUxETAPBgNVBAoMCEVyaWNzc29u
MRUwEwYDVQQDDAxBcmkgS2Vyw6RuZW4xJzAlBgkqhkiG9w0BCQEWGGFyaS5rZXJhbmVuQGVyaWNz
c29uLmNvbTEQMA4GA1UEBRMHZWFyaWtlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB
AIUlV66I5z1/qGYdhiIGfyvv8aaZexDetFCPlauUh5ugtp7Pf7ynpPRIK1FeWaoKs+IJ3E9R/9wT
APFzjzjXpjyHHoBUdp8ZBuL/kt60cUTHTD4AScJGUHEgy70/Uf2YEj3JJjrTBbFnqDcXWTFF1n2Y
edmhZDBdzZQJ18tlIjJmxgAJB1clI0nEg1gBnhl8mVdQp+ar6GjvxXfRuA1+uOpxa3y4zUpzF+ha
LmaC4a5AbOsROtr7Uad8/pCzulAvAmPXvEJ/3JusafQfiqxNv1J/fT6W7sS8dBjF6vv3LgeAnYj5
/imtl9BOurFol0aIic+AjptfNoVf2pDhgYxn808CAwEAAaOCAb4wggG6MEgGA1UdHwRBMD8wPaA7
oDmGN2h0dHA6Ly9jcmwudHJ1c3QudGVsaWEuY29tL2VyaWNzc29ubmxpbmRpdmlkdWFsY2F2My5j
cmwwgYIGCCsGAQUFBwEBBHYwdDAoBggrBgEFBQcwAYYcaHR0cDovL29jc3AyLnRydXN0LnRlbGlh
LmNvbTBIBggrBgEFBQcwAoY8aHR0cDovL2NhLnRydXN0LnRlbGlhc29uZXJhLmNvbS9lcmljc3Nv
bm5saW5kaXZpZHVhbGNhdjMuY2VyMCMGA1UdEQQcMBqBGGFyaS5rZXJhbmVuQGVyaWNzc29uLmNv
bTBVBgNVHSAETjBMMEoGDCsGAQQBgg8CAwEBEjA6MDgGCCsGAQUFBwIBFixodHRwczovL3JlcG9z
aXRvcnkudHJ1c3QudGVsaWFzb25lcmEuY29tL0NQUzAdBgNVHSUEFjAUBggrBgEFBQcDBAYIKwYB
BQUHAwIwHQYDVR0OBBYEFNHQXDyNP/SSyF6+EMLvo07phb3FMB8GA1UdIwQYMBaAFBx7GZ6XnHas
ID3Y3OORauPbLaZTMA4GA1UdDwEB/wQEAwIFoDANBgkqhkiG9w0BAQsFAAOCAgEAVVggYWTwdz5B
iMeBRYLop6Jo3Ji9YmfonCRFiyfw8he+efYc59IwzU9eIBRFSiWf87eqcZZJjcwWjHuju3MvzWsp
1qHnirszOtcNrUflFBoY7N3r19tG+z2bE/bjjZPituSIgCoX28IgLZLpIcnYg7niWXnwR3xGiphs
EPO3mR3p7f+XLtdy+1qU/rAjZoW36mZuYk1lV6nIt9GfhuH1/yIQd5pxTDj54j3TOLv/KrEKwCFQ
YLkho6zrOicpJk7DkjYGNLwmaDTRxuehMQHKDW+fXi1xi7/eScV0YnELjxXGuE3HojEkLB8Offfa
/5TICfBN2HTASXJ0YsbpnAxPTyjExmKzl3mudQz6x5wP6THhM0sltX8wHVQEhU5w0uyLfT9yqWVY
KTq+9GI02S9kzD+u1AWtftbWK2CQIGUAE43faZGrCchkT+fnYz5b1Ppyf5H45r/psmsA9J63iFCz
nilKlo9M47fQPEsqpFWvDfE4jdobqSmQXp/aK7cvYoAEhcj5vOqR/bPNum7wWegQZdDsfy35vZl8
+vtRrKAk/6bmUfaiazqQoGq+DF1OL7sQlb1HbMmkJblrrBf8Csh6wdEVFey6vegBSIwtOnmcAFN9
2NlKp24f8rJxM17M9pWNG6OsmCGhxyo4k1BHn69nXXQfSN7QdqLpGfhQfpJL3LgwggbCMIIEqqAD
AgECAhBTuH6D4ZyZKJOwm0kc7LjrMA0GCSqGSIb3DQEBCwUAMDcxFDASBgNVBAoMC1RlbGlhU29u
ZXJhMR8wHQYDVQQDDBZUZWxpYVNvbmVyYSBSb290IENBIHYxMB4XDTE1MTAyNzEyMTY0NloXDTI1
MTAyNzEyMTY0NlowRzELMAkGA1UEBhMCU0UxETAPBgNVBAoMCEVyaWNzc29uMSUwIwYDVQQDDBxF
cmljc3NvbiBOTCBJbmRpdmlkdWFsIENBIHYzMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKC
AgEA7PLfAAC4UPKnu9hUt8aT9+PBqjvUw0Y0tLPOXkO2NC0y2XZks9nJfpWKrNM30k5vu5norG4Z
KlF5C+3xc6HuIiGQof1bmFGluNOwmZQwl3rOJ+E6k0rqJJTerjj4WOxAvWVW1yC5S4Ubppk3Q3cY
VVuC3qNGsBIXy3/fDL1sc8Ah8zI/JumDpjY8fn/U3CRN6mgNKYrr0sZX6VXYgrpT05ZrJldkUgUg
MKgbIWWEXEASA36pnb5GqD/RMzSgIe8o7YQtIaYB2cmTCLNHjaOL9j1JhNK4bvmbNJ7o58IZYzwN
v/G/L/bRosQ9c27U+86DNjrdZnpyaRaeMyVUn3SlYLaFqoObdh/xNF2NS8CXs/PVtO57HBKHMgZq
QvsyQJisSocxFqiMj9VK2WhCBbvoTvrNDZvLDlDGuE5RuKwFIpHOVOU5lCBgUUBsbpWIXwM6kmH/
KC1DC5MtQzmvXkbt7KdBXUAxM0JZxf4dS+ACtTDpF9b0vny4DrwaOS0VNXyz1GUOxSqw1wup5dpX
bxLZYx1rLRgZqr9uWhLwAPsq66ZQof5GL0gY72Ym8/Tm28MeMqku+/zRzdYsmclT9rOdgdgS3b6O
Moc5Op0ZPEv/Mx2lFJAVK674ozw2hiuRTVUmoqBr5AuyCoqCEyn32C7U/V7oqyqx5Yd1c5GsxuOq
QFcCAwEAAaOCAbgwggG0MIGKBggrBgEFBQcBAQR+MHwwLQYIKwYBBQUHMAGGIWh0dHA6Ly9vY3Nw
LnRydXN0LnRlbGlhc29uZXJhLmNvbTBLBggrBgEFBQcwAoY/aHR0cDovL3JlcG9zaXRvcnkudHJ1
c3QudGVsaWFzb25lcmEuY29tL3RlbGlhc29uZXJhcm9vdGNhdjEuY2VyMBIGA1UdEwEB/wQIMAYB
Af8CAQAwVQYDVR0gBE4wTDBKBgwrBgEEAYIPAgMBAQIwOjA4BggrBgEFBQcCARYsaHR0cHM6Ly9y
ZXBvc2l0b3J5LnRydXN0LnRlbGlhc29uZXJhLmNvbS9DUFMwSwYDVR0fBEQwQjBAoD6gPIY6aHR0
cDovL2NybC0zLnRydXN0LnRlbGlhc29uZXJhLmNvbS90ZWxpYXNvbmVyYXJvb3RjYXYxLmNybDAd
BgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwQwDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBQc
exmel5x2rCA92NzjkWrj2y2mUzAfBgNVHSMEGDAWgBTwj1k4ALP1j5qWDNXr+nuqF+gTEjANBgkq
hkiG9w0BAQsFAAOCAgEAUFhr8dWMO7Quq1dDyIynw8sWmpyF/jWSxBjpHUCyhltoFS7Q1CUBD0bO
ULWmYjmzRwme5pkjTFXpOJZLf9Han1SBbrVcP0JMhRsAvfWZjcF0l/c/jqDMqBARxr8OUWOr0ZWa
49Lir3QEs2C+CjGge5tzcLqzQ5pjWxudrLkSGe+sAThDnXUWXGYk8udGZAamJ55drdw96AV9jWQk
MrLIVHKkXVG5Etdx0wiAoTLk1fVtLcz11DiaCZSZVPZ3fdSIpIRhDqz8H4sVprPgvLBdK/ajdbiR
sehCzzohay3zbXDDTDGwKkR8KUi8Xt8HDZCRsb/U/C7MC4tVK0SEPOQCo6swZy0rI0RoGzICfsSr
Z4JrxANeeSZqCn1A+w0Wz+iqdeP2PVxW0f1rg4/OG2DSl3uB3Q3NT/lDGJtepti+i5CCKEZcdAOZ
oviu43sLhqsxSpGjzZidESwovuHeP+O2bNwwtz1DTsXThBB3+JJHVjmkiLo900GITb/i7IBdLoo4
gZms9s1BQ2tm3CJCmpA2XwBTOB6B8/CtgWUWhyloXd3Wbmv7ZUoqqJFBV9g8Zh5mdZ+RzPTomgCF
z/2aNsddI/2G9ZjN4tG6hmocZR2M5f0MhBv3bo6d5XsLlYwiNJjw5GRqYb8cqqeCaPKkveBJzqgb
8ToH7WLoOzmPRCmPlpAxggLNMIICyQIBATBbMEcxCzAJBgNVBAYTAlNFMREwDwYDVQQKDAhFcmlj
c3NvbjElMCMGA1UEAwwcRXJpY3Nzb24gTkwgSW5kaXZpZHVhbCBDQSB2MwIQNxNxcy5c584nHet0
b/b+GDANBglghkgBZQMEAgEFAKCCAUMwGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG
9w0BCQUxDxcNMTkwODE3MDg1NjE0WjAvBgkqhkiG9w0BCQQxIgQgK1GWKuaNGDwFP2lCYi6EQWuw
bPqlnm27ntI0dxouEGMwagYJKwYBBAGCNxAEMV0wWzBHMQswCQYDVQQGEwJTRTERMA8GA1UECgwI
RXJpY3Nzb24xJTAjBgNVBAMMHEVyaWNzc29uIE5MIEluZGl2aWR1YWwgQ0EgdjMCEDcTcXMuXOfO
Jx3rdG/2/hgwbAYLKoZIhvcNAQkQAgsxXaBbMEcxCzAJBgNVBAYTAlNFMREwDwYDVQQKDAhFcmlj
c3NvbjElMCMGA1UEAwwcRXJpY3Nzb24gTkwgSW5kaXZpZHVhbCBDQSB2MwIQNxNxcy5c584nHet0
b/b+GDANBgkqhkiG9w0BAQEFAASCAQBdJHfGRFmxU7tkAk9EaFaXCIEXzd7GSsRMqciBhLDTwVSk
0JKxpYHjWlgNlTTD7audr6v8mF0ZKQBUdH1r4RatQW3teBlr9eCZE2cKbktaAO3a++ZhRrELKkqr
/iEsVpCTszhFd0ycaPQAPX9qcIHZZC5JuWub+vYL3RpSC4niYba2T8h7Y1eZpcwkRonlI8TTCZh8
B1wwrkJMAxSeRBX3U2VFZs/TQOwbfu/vPwhUuGftjMr7KLixv6aFvMYW2pOqq0L+CBAvQyMI2p/4
FhDBB3M7YchARhIBssbsgDmgb9LX06LmYKyuwiq1/nLVIwCH9rWaHfkt0haovbngbe6WAAAAAAAA

--Apple-Mail-9867FF46-5CE3-4F91-A12C-BB4511A7AC84--


From nobody Mon Aug 19 07:00:23 2019
Return-Path: <iesg-secretary@ietf.org>
X-Original-To: core@ietf.org
Delivered-To: core@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 21B011200F3; Mon, 19 Aug 2019 07:00:06 -0700 (PDT)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: The IESG <iesg-secretary@ietf.org>
To: "IETF-Announce" <ietf-announce@ietf.org>
X-Test-IDTracker: no
X-IETF-IDTracker: 6.100.0
Auto-Submitted: auto-generated
Precedence: bulk
Sender: <iesg-secretary@ietf.org>
CC: draft-ietf-core-senml-etch@ietf.org, core-chairs@ietf.org, Carsten Bormann <cabo@tzi.org>, core@ietf.org, alexey.melnikov@isode.com, cabo@tzi.org
Content-Transfer-Encoding: 7bit
Reply-To: ietf@ietf.org
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Message-ID: <156622320612.20013.4011024461414303053.idtracker@ietfa.amsl.com>
Date: Mon, 19 Aug 2019 07:00:06 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/vbSszj8RCT9G9avf4wNxrfnECHM>
Subject: [core] Last Call: <draft-ietf-core-senml-etch-05.txt> (FETCH & PATCH with Sensor Measurement Lists (SenML)) to Proposed Standard
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 19 Aug 2019 14:00:13 -0000

The IESG has received a request from the Constrained RESTful Environments WG
(core) to consider the following document: - 'FETCH & PATCH with Sensor
Measurement Lists (SenML)'
  <draft-ietf-core-senml-etch-05.txt> as Proposed Standard

The IESG plans to make a decision in the next few weeks, and solicits final
comments on this action. Please send substantive comments to the
ietf@ietf.org mailing lists by 2019-09-02. Exceptionally, comments may be
sent to iesg@ietf.org instead. In either case, please retain the beginning of
the Subject line to allow automated sorting.

Abstract


   The Sensor Measurement Lists (SenML) media type and data model can be
   used to send collections of resources, such as batches of sensor data
   or configuration parameters.  The CoAP iPATCH, PATCH, and FETCH
   methods enable accessing and updating parts of a resource or multiple
   resources with one request.  This document defines new media types
   for the CoAP iPATCH, PATCH, and FETCH methods for resources
   represented with the SenML data model.




The file can be obtained via
https://datatracker.ietf.org/doc/draft-ietf-core-senml-etch/

IESG discussion can be tracked via
https://datatracker.ietf.org/doc/draft-ietf-core-senml-etch/ballot/


No IPR declarations have been submitted directly on this I-D.





From nobody Mon Aug 19 21:01:32 2019
Return-Path: <noreply@ietf.org>
X-Original-To: core@ietf.org
Delivered-To: core@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 505A41202A0; Mon, 19 Aug 2019 21:01:30 -0700 (PDT)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: Carlos Pignataro via Datatracker <noreply@ietf.org>
To: <ops-dir@ietf.org>
Cc: ietf@ietf.org, core@ietf.org, draft-ietf-core-senml-etch.all@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 6.100.0
Auto-Submitted: auto-generated
Precedence: bulk
Reply-To: Carlos Pignataro <cpignata@cisco.com>
Message-ID: <156627369024.5149.2705313515504146318@ietfa.amsl.com>
Date: Mon, 19 Aug 2019 21:01:30 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/4K3VPsmRADQP3DgpSDy-oG9mnys>
Subject: [core] Opsdir last call review of draft-ietf-core-senml-etch-05
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 20 Aug 2019 04:01:31 -0000

Reviewer: Carlos Pignataro
Review result: Ready

Reviewer: Carlos Pignataro
Review result: Ready

I have reviewed draft-ietf-core-senml-etch-05 as part of the
Operational directorate's ongoing effort to review all IETF documents being
processed by the IESG.  These comments were written with the intent of
improving the operational aspects of the IETF drafts. Comments that are not
addressed in last call may be included in AD reviews during the IESG review. 
Document editors and WG chairs should treat these comments just like any other
last call comments.

This document is ready from an Ops Directorate viewpoint.



From nobody Tue Aug 20 01:48:43 2019
Return-Path: <christian@amsuess.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 878B912091F for <core@ietfa.amsl.com>; Tue, 20 Aug 2019 01:48:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level: 
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=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 nZ6qbGGdQpju for <core@ietfa.amsl.com>; Tue, 20 Aug 2019 01:48:39 -0700 (PDT)
Received: from prometheus.amsuess.com (prometheus.amsuess.com [5.9.147.112]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E72C0120024 for <core@ietf.org>; Tue, 20 Aug 2019 01:48:38 -0700 (PDT)
Received: from poseidon-mailhub.amsuess.com (095129206250.cust.akis.net [95.129.206.250]) by prometheus.amsuess.com (Postfix) with ESMTPS id 06B6D40247 for <core@ietf.org>; Tue, 20 Aug 2019 10:48:35 +0200 (CEST)
Received: from poseidon-mailbox.amsuess.com (unknown [IPv6:2a02:b18:c13b:8010:a800:ff:fede:b1bf]) by poseidon-mailhub.amsuess.com (Postfix) with ESMTP id 741D926 for <core@ietf.org>; Tue, 20 Aug 2019 10:48:34 +0200 (CEST)
Received: from hephaistos.amsuess.com (unknown [IPv6:2a02:b18:c13b:8010:b533:775a:25ba:8cbd]) by poseidon-mailbox.amsuess.com (Postfix) with ESMTPSA id 338017A for <core@ietf.org>; Tue, 20 Aug 2019 10:48:34 +0200 (CEST)
Received: (nullmailer pid 29066 invoked by uid 1000); Tue, 20 Aug 2019 08:47:55 -0000
Date: Tue, 20 Aug 2019 10:47:55 +0200
From: Christian =?iso-8859-1?Q?Ams=FCss?= <christian@amsuess.com>
To: Core WG mailing list <core@ietf.org>
Message-ID: <20190820084750.GA25071@hephaistos.amsuess.com>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="KsGdsel6WgEHnImy"
Content-Disposition: inline
User-Agent: Mutt/1.10.1 (2018-07-13)
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/V3kh_eAMaV2nea9qI00reSbNsBQ>
Subject: [core] fyi: Non-traditional responses deployed in shelly.cloud
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 20 Aug 2019 08:48:42 -0000

--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hi CoRE,

via a StackOverflow question[1] I found that there are home automation
deployments that use something very similar to non-traditional
responses: They send unsolicited representations with NON and 0.30 codes
and Uri-Path options[2].

While the precise method they picked may be questionable (I really
wouldn't want a dedicated code for that), this could be valuable input
and implementation experience on the whole topic of nontraditional
responses.

Best regards
Christian

[1]: https://stackoverflow.com/questions/57558648/how-to-handle-custom-coap=
-options-non-standard
[2]: https://shelly-api-docs.shelly.cloud/images/CoIoT%20for%20Shelly%20dev=
ices%20(rev%201.0)%20.pdf

--=20
The detailed semantics of CoAP methods are "almost, but not entirely
unlike" [HHGTTG] those of HTTP methods.
[HHGTTG]: Adams, D., "The Hitchhiker's Guide to the Galaxy", October 1979.
  -- Shelby, et al., Internet-Draft Constrained Application Protocol (CoAP)

--KsGdsel6WgEHnImy
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEECM1tElX6OodcH7CWOY0REtOkveEFAl1bs7IACgkQOY0REtOk
veHGzBAAiPrNK9i2ebgMPYsDTz+5yULhs8KbaK55iqYVQsoWtADOBdxrnRBI/wqP
wS7F4yeXMuZkWuCCZBP4Vf0/Oc4wVk+C+zpVqhh4C/7y5WaDsW9t2XlAeqlwU9he
QJlLyv3N+Vq9ZT+9HpbJrqmc7WRg1sCtNUHDlHAFQXhlJ/ggC0TAeZaLKqKWso6X
dkJxSzT2XbBRMYEiUx1j4jhqR3VYfS5f5lGROC5/JG4JaQMpfF08+bRhzjedbo+e
n8iJl75JVGgFpkA/zY/B9X7ExKS1w9Ud/g9Crk6YpuywUTxdGWyp/eeWyEHa+aFY
Xu0uYbomm24K+b1HUgRMCcW5r+TywfBbo9Fye9nmGqg87qLAabYyZMK94EJrBZQQ
R+J/q4lJocOyWkoeM5A5c5SvsWrNDaBCtmJQeuyL/99Vuquo2p/AWpXSVVzTV4Rp
S8vWbGOEr7cKzlggA5g0kS8RWfekGYMgwFgQ0DyZ/ipWTaCH+vjPC27Qki+SfVTE
EJt6REE5ggAkbOBKgBPGRQjACWzbP2IQ9CedvARpIXznrHdGypNe6i3RJJWLEvoZ
gC1in7wRALPp7kloFAezZ1tVTBCZUZuiw4qQq947aI946QYh7BES5sCxMrejOsbF
ysY9MJCPVWEgvs2BAhy4LXeJqVP6p4C+hw+JX2Dl3wyFY+rH1wM=
=CZXk
-----END PGP SIGNATURE-----

--KsGdsel6WgEHnImy--


From nobody Tue Aug 20 14:24:00 2019
Return-Path: <cabo@tzi.org>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 311941200B8 for <core@ietfa.amsl.com>; Tue, 20 Aug 2019 14:23:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.197
X-Spam-Level: 
X-Spam-Status: No, score=-4.197 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=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 9ygGPjUJP_-2 for <core@ietfa.amsl.com>; Tue, 20 Aug 2019 14:23:55 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B90161200A3 for <core@ietf.org>; Tue, 20 Aug 2019 14:23:55 -0700 (PDT)
Received: from [192.168.217.110] (p548DCCB9.dip0.t-ipconnect.de [84.141.204.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 46CkLf1bVMzySK; Tue, 20 Aug 2019 23:23:54 +0200 (CEST)
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\))
From: Carsten Bormann <cabo@tzi.org>
X-Priority: 3
In-Reply-To: <880105127.785171559138207866.JavaMail.nobody@rva2rmd101.webex.com>
Date: Tue, 20 Aug 2019 23:23:53 +0200
X-Mao-Original-Outgoing-Id: 588029031.584983-e417f42f7ffedfb1f2ddba25dd470638
Content-Transfer-Encoding: quoted-printable
Message-Id: <1C99ADC1-D3A3-4064-95D6-2432B007BB81@tzi.org>
References: <880105127.785171559138207866.JavaMail.nobody@rva2rmd101.webex.com>
To: core <core@ietf.org>
X-Mailer: Apple Mail (2.3445.9.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/_tbQg6AcXELOW_A858JTFrA01Qk>
Subject: [core] Cancel today?    Webex meeting info: CoRE Virtual Interim
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 20 Aug 2019 21:23:58 -0000

The meeting details for the CoRE Virtual Interim that starts on =
Wednesday at 1500Z haven=E2=80=99t changed from last time; see below for =
reference.  While we are still in slow vacation time at least in parts =
of Europe (particularly, France), we probably do want to use =
tomorrow=E2=80=99s slot for a sync-up.


We certainly want to talk briefly about the IESG processing of =
multipart-ct, senml-etch, and, if there is any news, resource-directory.

Pubsub came up on the mailing list; if we can make good use of online =
time, we could do so tomorrow.

I don=E2=80=99t know if there is news on SenML issues (base name; =
units).

Maybe we also have time to look at Christian=E2=80=99s calls-to-action =
from the f2f meeting.

Please send any other agenda items that you would like to see towards =
the chairs (core-chairs@ietf.org).  Please also claim these slots if you =
can prepare something (slides, discussion points, =E2=80=A6).



Etherpad for minutes: =
https://etherpad.tools.ietf.org/p/notes-ietf-20190821-core

Gr=C3=BC=C3=9Fe, Carsten


Virtual Interim
Hosted by CORE Working Group

Wednesday, 21 Aug, 2019 15:00 | 1 hour 30 minutes | (UTC+00:00) =
Monrovia, Reykjavik
Occurs every 2 week(s) on Wednesday effective 5/29/2019 until 11/13/2019 =
from 3:00 PM to 4:30 PM, (UTC+00:00) Monrovia, Reykjavik
Meeting number: 648 636 609
Password: constrained
https://ietf.webex.com/ietf/j.php?MTID=3Dm4f01e31ccd50d241bcf796aed4bf46d4=


Join by phone
1-650-479-3208 Call-in toll number (US/Canada)
Access code: 648 636 609


From nobody Tue Aug 20 14:36:21 2019
Return-Path: <cabo@tzi.org>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A7728120180 for <core@ietfa.amsl.com>; Tue, 20 Aug 2019 14:36:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.198
X-Spam-Level: 
X-Spam-Status: No, score=-4.198 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_NONE=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 UyON7BN6HSDO for <core@ietfa.amsl.com>; Tue, 20 Aug 2019 14:36:18 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3E98B12013C for <core@ietf.org>; Tue, 20 Aug 2019 14:36:18 -0700 (PDT)
Received: from [192.168.217.110] (p548DCCB9.dip0.t-ipconnect.de [84.141.204.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 46Ckcw6YDnzyNj; Tue, 20 Aug 2019 23:36:16 +0200 (CEST)
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\))
From: Carsten Bormann <cabo@tzi.org>
X-Priority: 3
In-Reply-To: <1C99ADC1-D3A3-4064-95D6-2432B007BB81@tzi.org>
Date: Tue, 20 Aug 2019 23:36:16 +0200
X-Mao-Original-Outgoing-Id: 588029774.554092-1a618d47c8bc28d93008d37c585669d2
Content-Transfer-Encoding: quoted-printable
Message-Id: <92051EC5-88C0-4F16-A5AF-BA9029CA1B07@tzi.org>
References: <880105127.785171559138207866.JavaMail.nobody@rva2rmd101.webex.com> <1C99ADC1-D3A3-4064-95D6-2432B007BB81@tzi.org>
To: core <core@ietf.org>
X-Mailer: Apple Mail (2.3445.9.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/7pC6W8534F3thN_NMZ87RmwKplM>
Subject: Re: [core] Cancel today? Webex meeting info: CoRE Virtual Interim
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 20 Aug 2019 21:36:20 -0000

Aargh, I didn=E2=80=99t edit the Subject header field.  Rumors of =
cancellation are greatly exaggerated.  Sorry about that=E2=80=A6

Gr=C3=BC=C3=9Fe, Carsten


From nobody Wed Aug 21 00:54:31 2019
Return-Path: <jaime@iki.fi>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 340C412086B for <core@ietfa.amsl.com>; Wed, 21 Aug 2019 00:54:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.82
X-Spam-Level: 
X-Spam-Status: No, score=-1.82 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_NEUTRAL=0.779, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=messagingengine.com
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 YXEVJOAoEDJ8 for <core@ietfa.amsl.com>; Wed, 21 Aug 2019 00:54:27 -0700 (PDT)
Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ED3A91200B3 for <core@ietf.org>; Wed, 21 Aug 2019 00:54:26 -0700 (PDT)
Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 59C7422110 for <core@ietf.org>; Wed, 21 Aug 2019 03:54:26 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Wed, 21 Aug 2019 03:54:26 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=gzVPIK/gxt7evVnSEC0R87yu48YMbl3q7VMv/gcMx pY=; b=D7O6M5pJgwOA3lr0kGpowLEAvWZEeMob4ypsbD2LUCRD0AKG46RFhu2Bk KvYOyAK1XGv93F38ZrORsys0kgBrRZxpWi/6ptZQTgG+FMDeQ/P+m13nHduKyr2y DgPMJ55PMdvB6lF+ECyCwVPuqyr5Cwrl0UX9oe6FAi8c9FJxcr8GhXW6E2owldNR VKKDPnTtr+lwUrD2BbnqDjtoXLvpsOiqD2ZKpZGRWF16CvE4AGwe4fmVSV9mNYFU 9o+b/okQYDidPblYXJp+cbDLupaYFnUdOYSFGlPl3S7JFfbWX04KNFl/aYcgD0oZ 3Ol8zDpnJfp1FQbkPRB4jlPIYWOEw==
X-ME-Sender: <xms:sfhcXVnViPC-y_vyc3xSLpYKm4zgQl2pIeRiWA4XBwdjNCJH8Us5IQ>
X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrudegvddguddvkecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepfffhvffukfhfgggtugfgjggfse htkeertddtredunecuhfhrohhmpeflrghimhgvucflihhmrohnvgiiuceojhgrihhmvges ihhkihdrfhhiqeenucffohhmrghinhepihgvthhfrdhorhhgnecukfhppeekledrudeiie drgeelrddvgeefnecurfgrrhgrmhepmhgrihhlfhhrohhmpehjrghimhgvsehikhhirdhf ihenucevlhhushhtvghrufhiiigvpedt
X-ME-Proxy: <xmx:sfhcXXroOJpV23XXivtXJACI_Fye1VN9MF7yFNGMQJ3OsiVN9Uaxqw> <xmx:sfhcXf4K_JwsHRqPByAod3DLZHo1Z3_VwCnmqoAwBN2oBF45n_Ii9Q> <xmx:sfhcXeVlRbZzR_EBtbH3UcaKL7qtGEc51vzlqGq91OS4e27gvQk_Xg> <xmx:svhcXaU-o-yOnnySDDJmGHb1sPCkXZhRrPDMjcC6Dk7htWthy8k1dw>
Received: from EMB-918HFH01 (89-166-49-243.co.dnainternet.fi [89.166.49.243]) by mail.messagingengine.com (Postfix) with ESMTPA id 288E080059 for <core@ietf.org>; Wed, 21 Aug 2019 03:54:24 -0400 (EDT)
Date: Wed, 21 Aug 2019 10:54:23 +0300
From: =?utf-8?Q?Jaime=20Jim=C3=A9nez?= <jaime@iki.fi>
To: core@ietf.org
Message-ID: <20190821075422.vfxee2ecrqjtaz7y@EMB-918HFH01>
References: <20190710155939.tay2tpgdqjdrko3c@EMB-918HFH01>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <20190710155939.tay2tpgdqjdrko3c@EMB-918HFH01>
User-Agent: NeoMutt/20180716
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/E5XQQdiTKWNqG9rSWuiKT2ys990>
Subject: Re: [core] WGA call for draft-keranen-core-senml-data-ct-02
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 21 Aug 2019 07:54:29 -0000

Dear CoRE WG,

As the call is now quite past its deadline and there has been sufficient
discussion and positive confirmation for adoption, we will formally
close the call and adopt draft-keranen-core-senml-data-ct-02.

The authors should now resubmit a WG document as
draft-ietf-core-senml-data.

Thank you!
-- Jaime Jiménez



On Wed, Jul 10, 2019 at 06:59:39PM +0300, Jaime Jiménez wrote:
> Dear CoRE WG,
> 
> We would like to start the call for adoption on draft-keranen-core-senml-data-ct-02. 
> The draft is short (4 pages),it defines a new field to indicate the content format of the data. 
> 
> https://tools.ietf.org/html/draft-keranen-core-senml-data-ct-02
> 
> We are having the call for adoption on the mailing list and the draft will be discussed during IETF 105.
> The call for adoption ends in one week (on July 10th).
> 
> BR,
> -- Jaime Jiménez
> 
> _______________________________________________
> core mailing list
> core@ietf.org
> https://www.ietf.org/mailman/listinfo/core


From nobody Wed Aug 21 01:22:40 2019
Return-Path: <jaime@iki.fi>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8A4781208A4 for <core@ietfa.amsl.com>; Wed, 21 Aug 2019 01:22:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.821
X-Spam-Level: 
X-Spam-Status: No, score=-1.821 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_NEUTRAL=0.779] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=messagingengine.com
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 djAdIdAbRItx for <core@ietfa.amsl.com>; Wed, 21 Aug 2019 01:22:37 -0700 (PDT)
Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8ADDF120891 for <core@ietf.org>; Wed, 21 Aug 2019 01:22:37 -0700 (PDT)
Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id E3AD920C86 for <core@ietf.org>; Wed, 21 Aug 2019 04:22:36 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Wed, 21 Aug 2019 04:22:36 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=2ti0my BMu003O75MX9vJSml1hmXXbTKtbEzoTFk3kPA=; b=WXi3z8T1GfmulUnem8CFvO IGLqPmQQN2qb0X+egmSuG49Y3SDWAb6ZHllpuFiBfHizoncDbIY52DhmgeMe2DjK F26hE/c6OaFudJ84jp6XGTrbwFPL64sUUzOBgN3N7lwjhzdZGsO4HmuBPyHROo1v POFSKOBCAQlHUOhC3WAAuTICYHMJmtIKm/E0qpiq+GiSst6ErnrvMo0yDns52WuS Ybv3dWZ1zXdMJIApl86tJ0gOIUt1UF9vSJprNC7mtY9A2YaQfOP7OVE1RSyjHFN0 Q1Fs5JD6BW6JQFFakxust1AaN4tyT4uxtrsiqaViI7DMT4xU7wZ96dAtDQ98GXfA ==
X-ME-Sender: <xms:TP9cXRIyOMwN8FV7oy4_aUJJBVXxDkU70Hp1axAtYY104jy8jSC6YA>
X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrudegfedgtdegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpeffhffvuffkgggtugfgfgesthekre dttderudenucfhrhhomheplfgrihhmvgculfhimhornhgviicuoehjrghimhgvsehikhhi rdhfiheqnecukfhppeekledrudeiiedrgeelrddvgeefnecurfgrrhgrmhepmhgrihhlfh hrohhmpehjrghimhgvsehikhhirdhfihenucevlhhushhtvghrufhiiigvpedt
X-ME-Proxy: <xmx:TP9cXetR6S3JlxKhil9m6_Td_usAbVWy4KCU0Z1qSqbGQPXf3xxzZw> <xmx:TP9cXfr4HZ2jiSyhP-8ip66imOwPoHz4WKtL8Lx0perYWqWHecReZA> <xmx:TP9cXVoo3lKckAshH_J8mAsADvchiH5xIQEdjg4y1BfWLITd1AOmlg> <xmx:TP9cXezJ8Pg8CM11f-05CaegKAtvHPSrteXFfD8u6sA3V1ifP3zf5g>
Received: from EMB-918HFH01 (89-166-49-243.co.dnainternet.fi [89.166.49.243]) by mail.messagingengine.com (Postfix) with ESMTPA id D20C48005C for <core@ietf.org>; Wed, 21 Aug 2019 04:22:35 -0400 (EDT)
Date: Wed, 21 Aug 2019 11:22:34 +0300
From: =?utf-8?Q?Jaime=20Jim=C3=A9nez?= <jaime@iki.fi>
To: core@ietf.org
Message-ID: <20190821082234.5ostmp5mwdzn6uk7@EMB-918HFH01>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
User-Agent: NeoMutt/20180716
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/-sRMYDT8JX7_qT7isKj3UjmItkk>
Subject: [core] =?utf-8?q?=F0=9F=94=94_CoRE_Working_Group_Adoption_call_f?= =?utf-8?q?or_draft-bormann-senml-more-units-03?=
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 21 Aug 2019 08:22:39 -0000

Dear Core WG,

We would like to start the call for adoption on
draft-bormann-senml-more-units-03.
>From the minutes I see there was interest in the room during IETF 105.

The draft registers some additional basic unit types for SenML (e.g.
Byte, etc). It also proposes a secondary registry of derived units 
(e.g. milisecond, minute, etc)  with different scales and
offset that better adjust to their "common uses".

At a general level the need for this secondary registry has been
discussed in other SDOs and they too found it would be useful to have.
In order to encourage interoperability the main unit registry would be
more restricted.

BR,
-- Jaime Jiménez


From nobody Wed Aug 21 01:26:01 2019
Return-Path: <jaime@iki.fi>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 02A6E12083E for <core@ietfa.amsl.com>; Wed, 21 Aug 2019 01:26:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.82
X-Spam-Level: 
X-Spam-Status: No, score=-1.82 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_NEUTRAL=0.779, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=messagingengine.com
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 ykTZPxxuueXF for <core@ietfa.amsl.com>; Wed, 21 Aug 2019 01:25:58 -0700 (PDT)
Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3B7FF12081F for <core@ietf.org>; Wed, 21 Aug 2019 01:25:58 -0700 (PDT)
Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 6AB2821F18 for <core@ietf.org>; Wed, 21 Aug 2019 04:25:57 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Wed, 21 Aug 2019 04:25:57 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=1ATnE2RFUljMMAZObctlN99wEyv+o7kEBsspy0tzM yE=; b=bbEDcMSs0Q/8jsn15IS+KNc45Ttt4NKx44uaDeI6jDHkUgJOGegtwtyHC qz/Q3PJeuHDhGp/4VIIVfhF0JKpIBrur2sUAq2JKS86fNROf+dac5E9gFBHt335R p7dTBUz/XXZUfJTFYro/TjdeUSA6hdt5omks/D71NDCuN5SKBgWwE/JXI1y/ZyRa zcSzqMBNJksCu2Q4BfTK7WDAu0G2W45Fyul2ZEVmhbtYnThvYHL45T5d6qWIaQXc iPxmNgT9fhta7xFp2iKRt+dhomFFzf6joYXPJJoB3jBzTcV7eo3cWmyZTjY78XUB abA4XwCUVLZCpYqxOdluMXkkFNarg==
X-ME-Sender: <xms:FQBdXaInWKeR2H_49Fk3RoKiKuguQR__dBhdYvc-ZVKhQuajbyNubw>
X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrudegfedgtdegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpeffhffvuffkfhggtggugfgjfgesth ekredttderudenucfhrhhomheplfgrihhmvgculfhimhornhgviicuoehjrghimhgvsehi khhirdhfiheqnecuffhomhgrihhnpehivghtfhdrohhrghenucfkphepkeelrdduieeird egledrvdegfeenucfrrghrrghmpehmrghilhhfrhhomhepjhgrihhmvgesihhkihdrfhhi necuvehluhhsthgvrhfuihiivgeptd
X-ME-Proxy: <xmx:FQBdXTrVTcOW4skP9o0O8vE2XipMjtaYmgAbRlwE6JargaFgDJuwHA> <xmx:FQBdXfREPTeP_TywInBaWgpuIooiagbTJ9YZPWi35Ki9BbeHGAwKKQ> <xmx:FQBdXe49610AuVhgdeHzcuxsUWBtiO18PgWiK-4Alyq35MSJNxOl0w> <xmx:FQBdXZNpIPnwD2Ehgt4GNOe-8smpTBUqtMmMXYZzDbkQikC9Lk0vVA>
Received: from EMB-918HFH01 (89-166-49-243.co.dnainternet.fi [89.166.49.243]) by mail.messagingengine.com (Postfix) with ESMTPA id 8318280059 for <core@ietf.org>; Wed, 21 Aug 2019 04:25:56 -0400 (EDT)
Date: Wed, 21 Aug 2019 11:25:55 +0300
From: =?utf-8?Q?Jaime=20Jim=C3=A9nez?= <jaime@iki.fi>
To: core@ietf.org
Message-ID: <20190821082555.whoele3gzsm4ymsg@EMB-918HFH01>
References: <20190821082234.5ostmp5mwdzn6uk7@EMB-918HFH01>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <20190821082234.5ostmp5mwdzn6uk7@EMB-918HFH01>
User-Agent: NeoMutt/20180716
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/b3Rab2pitzhIjSHpQ1oYf_3MWTM>
Subject: Re: [core]  =?utf-8?q?=F0=9F=94=94_CoRE_Working_Group_Adoption_call_f?= =?utf-8?q?or_draft-bormann-senml-more-units-03?=
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 21 Aug 2019 08:26:00 -0000

Forgot to add that the call will last a couple of weeks and will end the 
4th of September.

On Wed, Aug 21, 2019 at 11:22:34AM +0300, Jaime Jiménez wrote:
> Dear Core WG,
> 
> We would like to start the call for adoption on
> draft-bormann-senml-more-units-03.
> >From the minutes I see there was interest in the room during IETF 105.
> 
> The draft registers some additional basic unit types for SenML (e.g.
> Byte, etc). It also proposes a secondary registry of derived units 
> (e.g. milisecond, minute, etc)  with different scales and
> offset that better adjust to their "common uses".
> 
> At a general level the need for this secondary registry has been
> discussed in other SDOs and they too found it would be useful to have.
> In order to encourage interoperability the main unit registry would be
> more restricted.
> 
> BR,
> -- Jaime Jiménez
> 
> _______________________________________________
> core mailing list
> core@ietf.org
> https://www.ietf.org/mailman/listinfo/core


From nobody Wed Aug 21 01:33:25 2019
Return-Path: <ari.keranen@ericsson.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 27023120835 for <core@ietfa.amsl.com>; Wed, 21 Aug 2019 01:33:23 -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,  DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=ericsson.com
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 0Ih0iEmM_v97 for <core@ietfa.amsl.com>; Wed, 21 Aug 2019 01:33:20 -0700 (PDT)
Received: from EUR03-DB5-obe.outbound.protection.outlook.com (mail-eopbgr40064.outbound.protection.outlook.com [40.107.4.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 337F6120122 for <core@ietf.org>; Wed, 21 Aug 2019 01:33:20 -0700 (PDT)
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ByVuFCNasAccqmvjE4bJZdWJjQBAGur8xaeabLHTt3moMoxJqq1pcu2r8tt1BrXajBwWgEAwigV7wvydA/z55jpcj8ZZ5WSOMm1hkvuMKpBTobN7Cvy3xgF1k0EL2JlcCOA37mArEvvkpQ/qYRjXoeDRQyk+dQKwwiDIgY1rdg6qECRcEqP4zJMvOabxFpZyMQJ4ofn9vv/8jZJC6I8Amy2PBw7fz4WHxU9LCiLkP/9L7oOgtLwLEacWH8JjCFciCV3/EmHZTT06ZSUKKNGDhJmWY005fX51h2SVoDij2O8oebMZifjGTJgw7VurKhrove4bNakR8lFRWKtDunGETQ==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=cHWqJeHBzE8X4vJQwNU44300Dh/QMR3odsG25WOdtog=; b=EVZP7DK1+g/rlGYIdpoAtrO8Clp8+xaERvDqvEBb+7OMOP1jRaRItxQfv5m3sow7oHQKsDa9Ljj0prcnftrq3BsMVFPE9IQNrzR+qRWiHjwNTaLUIwKwm8h8jRYKGlrrx7mKCjq/FZHPf+M6grBkRkNGuHXn01nWTNnohleobivVYse7okG5ULKs8o3tNa7bNXz03Gl3mvJwZiYSDkNFNLkDXI9JGN4rX/v7cdR0kH8vOYIx+JpG8Hp4i+2L6Rh2qeMJKuliCTNJ9AqyiwkA6Fr197EUNgROVFaZOGoMcdHPk27grjjhud9pgUAcNZCiepsAB3phttgkBVeUXI3f+Q==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ericsson.com; dmarc=pass action=none header.from=ericsson.com; dkim=pass header.d=ericsson.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericsson.com; s=selector2; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=cHWqJeHBzE8X4vJQwNU44300Dh/QMR3odsG25WOdtog=; b=WaPXKO7Mm9ijMbBA4y7ZziqZYW4G+1qMviMU554jgxazjlv8JekWlXat4dDhW3b0yfJPM2wZXazcAfiIQoFC2XOsagQPcAWqfPxMc93NffKpIeCw0ISdnaGdrZJX8An0f6DY0MRgSQ/bzoInBaoTplgk7M1tlD8zd9Sa7Q1L2L0=
Received: from HE1PR07MB4236.eurprd07.prod.outlook.com (20.176.166.145) by HE1PR07MB3196.eurprd07.prod.outlook.com (10.170.246.11) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2199.11; Wed, 21 Aug 2019 08:33:17 +0000
Received: from HE1PR07MB4236.eurprd07.prod.outlook.com ([fe80::ac70:36ee:cd9c:614e]) by HE1PR07MB4236.eurprd07.prod.outlook.com ([fe80::ac70:36ee:cd9c:614e%6]) with mapi id 15.20.2178.020; Wed, 21 Aug 2019 08:33:17 +0000
From: =?utf-8?B?QXJpIEtlcsOkbmVu?= <ari.keranen@ericsson.com>
To: =?utf-8?B?SmFpbWUgSmltw6luZXo=?= <jaime@iki.fi>, "core@ietf.org" <core@ietf.org>
Thread-Topic: =?utf-8?B?W2NvcmVdICDwn5SUIENvUkUgV29ya2luZyBHcm91cCBBZG9wdGlvbiBjYWxs?= =?utf-8?Q?_for_draft-bormann-senml-more-units-03?=
Thread-Index: AQHVV/oZYo5+5n+WeECg2SfFfoLTw6cFRjSA
Date: Wed, 21 Aug 2019 08:33:17 +0000
Message-ID: <C85CF40B-2F00-4C5C-928A-34C5E4D8A1A2@ericsson.com>
References: <20190821082234.5ostmp5mwdzn6uk7@EMB-918HFH01> <20190821082555.whoele3gzsm4ymsg@EMB-918HFH01>
In-Reply-To: <20190821082555.whoele3gzsm4ymsg@EMB-918HFH01>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: yes
X-MS-TNEF-Correlator: 
authentication-results: spf=none (sender IP is ) smtp.mailfrom=ari.keranen@ericsson.com; 
x-originating-ip: [2001:14bb:150:480b:fd5a:b543:79d5:143d]
x-ms-publictraffictype: Email
x-ms-office365-filtering-correlation-id: a8608bd7-582a-48d7-f4f7-08d72612377f
x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600148)(711020)(4605104)(1401327)(2017052603328)(49563074)(7193020); SRVR:HE1PR07MB3196; 
x-ms-traffictypediagnostic: HE1PR07MB3196:
x-microsoft-antispam-prvs: <HE1PR07MB3196F6266191B9538BB1BAC085AA0@HE1PR07MB3196.eurprd07.prod.outlook.com>
x-ms-oob-tlc-oobclassifiers: OLM:8273;
x-forefront-prvs: 0136C1DDA4
x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(4636009)(396003)(136003)(39860400002)(366004)(376002)(346002)(199004)(189003)(66946007)(66616009)(66476007)(36756003)(2906002)(64756008)(66446008)(102836004)(33656002)(76176011)(71190400001)(71200400001)(6116002)(6506007)(76116006)(2616005)(6246003)(66556008)(476003)(85202003)(486006)(2501003)(446003)(966005)(11346002)(25786009)(85182001)(53936002)(186003)(14444005)(14454004)(46003)(5660300002)(66574012)(86362001)(99936001)(316002)(6486002)(8936002)(6306002)(81166006)(81156014)(6436002)(229853002)(256004)(478600001)(110136005)(99286004)(6512007)(305945005)(7736002); DIR:OUT; SFP:1101; SCL:1; SRVR:HE1PR07MB3196; H:HE1PR07MB4236.eurprd07.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; A:1; MX:1; 
received-spf: None (protection.outlook.com: ericsson.com does not designate permitted sender hosts)
x-ms-exchange-senderadcheck: 1
x-microsoft-antispam-message-info: UMCrwYYa5FsX8sC5QTgteQbfBMiKuEk+7VpxhoFRmHPwS0IIPXULoZ6EONju8R8eiIcfMSTsvCierAEZsDNKAhaKgx4KGAX06gzsY36jLREB4tntBXdOFc7jtMOsW6jvVA6Gg75UTzhL/3Wbqmj73L6DsSI+EJkqYficINGWI7Fe9BzVWXbmUZh2z0xmoxFKylzx7b6FsCij7jePQ/t+3Fo1iF2FMq2kIRl0o2Snjo9LAlbkdiqMTpBPcy4ae9tuNJL6TwqYiQdHcv6vkkckdCRW5oHiI838OgeRpj5XcqDe7kPEjxK5ctkApuA6OsFDSOCWq+zLhBSmvAjKvuYX/US0/5lSmUwBmFmzl3bADAO+eVBPL2WEhaBDoOhh2BMcqPaG8dK2v5ZRxvaWOwsOPKTIrodmBeY5ALxmRqDNSJ8=
x-ms-exchange-transport-forked: True
Content-Type: multipart/signed; boundary=Apple-Mail-828B866A-3C75-439D-B28D-B450FB668B6B; protocol="application/pkcs7-signature"; micalg=sha-256
MIME-Version: 1.0
X-OriginatorOrg: ericsson.com
X-MS-Exchange-CrossTenant-Network-Message-Id: a8608bd7-582a-48d7-f4f7-08d72612377f
X-MS-Exchange-CrossTenant-originalarrivaltime: 21 Aug 2019 08:33:17.7204 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 92e84ceb-fbfd-47ab-be52-080c6b87953f
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
X-MS-Exchange-CrossTenant-userprincipalname: fN3fKaTqeMU6OqS1yL7pHveNDgKukraf3bbw2OkqqcCnnJfrME0CrfD9pY84m2ICdXjXuN4Zx3M8JEJs+n6/pspoQfyNdBcVd5pyM40o+Xk=
X-MS-Exchange-Transport-CrossTenantHeadersStamped: HE1PR07MB3196
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/ryzbe8PLxgnBkjmA_oiqUaiFiPU>
Subject: Re: [core]  =?utf-8?q?=F0=9F=94=94_CoRE_Working_Group_Adoption_call_f?= =?utf-8?q?or_draft-bormann-senml-more-units-03?=
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 21 Aug 2019 08:33:23 -0000

--Apple-Mail-828B866A-3C75-439D-B28D-B450FB668B6B
Content-Type: text/plain;
	charset=utf-8
Content-Transfer-Encoding: base64

SSBzdXBwb3J0IGFkb3B0aW5nIHRoaXMgZG9jdW1lbnQuIA0KDQpUaGUgbmV3IHJlZ2lzdHJ5IGFu
ZCB1bml0cyBhcmUgaW1wb3J0YW50IGZvciBPTUEgU3BlY1dvcmtz4oCZIElQU08gbW9kZWxzIHVz
ZSBvZiBTZW5NTCBhbmQgYWxzbyB2ZXJ5IHVzZWZ1bCBmb3IgU2VuTUwgYXQgbGFyZ2UuIA0KDQoN
CkNoZWVycywNCkFyaQ0KDQo+IE9uIDIxIEF1ZyAyMDE5LCBhdCAxMS4yNiwgSmFpbWUgSmltw6lu
ZXogPGphaW1lQGlraS5maT4gd3JvdGU6DQo+IA0KPiANCj4gRm9yZ290IHRvIGFkZCB0aGF0IHRo
ZSBjYWxsIHdpbGwgbGFzdCBhIGNvdXBsZSBvZiB3ZWVrcyBhbmQgd2lsbCBlbmQgdGhlIA0KPiA0
dGggb2YgU2VwdGVtYmVyLg0KPiANCj4+IE9uIFdlZCwgQXVnIDIxLCAyMDE5IGF0IDExOjIyOjM0
QU0gKzAzMDAsIEphaW1lIEppbcOpbmV6IHdyb3RlOg0KPj4gRGVhciBDb3JlIFdHLA0KPj4gDQo+
PiBXZSB3b3VsZCBsaWtlIHRvIHN0YXJ0IHRoZSBjYWxsIGZvciBhZG9wdGlvbiBvbg0KPj4gZHJh
ZnQtYm9ybWFubi1zZW5tbC1tb3JlLXVuaXRzLTAzLg0KPj4+IEZyb20gdGhlIG1pbnV0ZXMgSSBz
ZWUgdGhlcmUgd2FzIGludGVyZXN0IGluIHRoZSByb29tIGR1cmluZyBJRVRGIDEwNS4NCj4+IA0K
Pj4gVGhlIGRyYWZ0IHJlZ2lzdGVycyBzb21lIGFkZGl0aW9uYWwgYmFzaWMgdW5pdCB0eXBlcyBm
b3IgU2VuTUwgKGUuZy4NCj4+IEJ5dGUsIGV0YykuIEl0IGFsc28gcHJvcG9zZXMgYSBzZWNvbmRh
cnkgcmVnaXN0cnkgb2YgZGVyaXZlZCB1bml0cyANCj4+IChlLmcuIG1pbGlzZWNvbmQsIG1pbnV0
ZSwgZXRjKSAgd2l0aCBkaWZmZXJlbnQgc2NhbGVzIGFuZA0KPj4gb2Zmc2V0IHRoYXQgYmV0dGVy
IGFkanVzdCB0byB0aGVpciAiY29tbW9uIHVzZXMiLg0KPj4gDQo+PiBBdCBhIGdlbmVyYWwgbGV2
ZWwgdGhlIG5lZWQgZm9yIHRoaXMgc2Vjb25kYXJ5IHJlZ2lzdHJ5IGhhcyBiZWVuDQo+PiBkaXNj
dXNzZWQgaW4gb3RoZXIgU0RPcyBhbmQgdGhleSB0b28gZm91bmQgaXQgd291bGQgYmUgdXNlZnVs
IHRvIGhhdmUuDQo+PiBJbiBvcmRlciB0byBlbmNvdXJhZ2UgaW50ZXJvcGVyYWJpbGl0eSB0aGUg
bWFpbiB1bml0IHJlZ2lzdHJ5IHdvdWxkIGJlDQo+PiBtb3JlIHJlc3RyaWN0ZWQuDQo+PiANCj4+
IEJSLA0KPj4gLS0gSmFpbWUgSmltw6luZXoNCj4+IA0KPj4gX19fX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fX19fX19fX19fX18NCj4+IGNvcmUgbWFpbGluZyBsaXN0DQo+PiBjb3Jl
QGlldGYub3JnDQo+PiBodHRwczovL3d3dy5pZXRmLm9yZy9tYWlsbWFuL2xpc3RpbmZvL2NvcmUN
Cj4gDQo+IF9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fDQo+
IGNvcmUgbWFpbGluZyBsaXN0DQo+IGNvcmVAaWV0Zi5vcmcNCj4gaHR0cHM6Ly93d3cuaWV0Zi5v
cmcvbWFpbG1hbi9saXN0aW5mby9jb3JlDQo=

--Apple-Mail-828B866A-3C75-439D-B28D-B450FB668B6B
Content-Type: application/pkcs7-signature;
	name=smime.p7s
Content-Disposition: attachment;
	filename=smime.p7s
Content-Transfer-Encoding: base64

MIAGCSqGSIb3DQEHAqCAMIACAQExDzANBglghkgBZQMEAgEFADCABgkqhkiG9w0BBwEAAKCCDMAw
ggX2MIID3qADAgECAhA3E3FzLlznzicd63Rv9v4YMA0GCSqGSIb3DQEBCwUAMEcxCzAJBgNVBAYT
AlNFMREwDwYDVQQKDAhFcmljc3NvbjElMCMGA1UEAwwcRXJpY3Nzb24gTkwgSW5kaXZpZHVhbCBD
QSB2MzAeFw0xNzEyMDQxNDEzNDRaFw0yMDEyMDQxNDEzNDNaMGUxETAPBgNVBAoMCEVyaWNzc29u
MRUwEwYDVQQDDAxBcmkgS2Vyw6RuZW4xJzAlBgkqhkiG9w0BCQEWGGFyaS5rZXJhbmVuQGVyaWNz
c29uLmNvbTEQMA4GA1UEBRMHZWFyaWtlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB
AIUlV66I5z1/qGYdhiIGfyvv8aaZexDetFCPlauUh5ugtp7Pf7ynpPRIK1FeWaoKs+IJ3E9R/9wT
APFzjzjXpjyHHoBUdp8ZBuL/kt60cUTHTD4AScJGUHEgy70/Uf2YEj3JJjrTBbFnqDcXWTFF1n2Y
edmhZDBdzZQJ18tlIjJmxgAJB1clI0nEg1gBnhl8mVdQp+ar6GjvxXfRuA1+uOpxa3y4zUpzF+ha
LmaC4a5AbOsROtr7Uad8/pCzulAvAmPXvEJ/3JusafQfiqxNv1J/fT6W7sS8dBjF6vv3LgeAnYj5
/imtl9BOurFol0aIic+AjptfNoVf2pDhgYxn808CAwEAAaOCAb4wggG6MEgGA1UdHwRBMD8wPaA7
oDmGN2h0dHA6Ly9jcmwudHJ1c3QudGVsaWEuY29tL2VyaWNzc29ubmxpbmRpdmlkdWFsY2F2My5j
cmwwgYIGCCsGAQUFBwEBBHYwdDAoBggrBgEFBQcwAYYcaHR0cDovL29jc3AyLnRydXN0LnRlbGlh
LmNvbTBIBggrBgEFBQcwAoY8aHR0cDovL2NhLnRydXN0LnRlbGlhc29uZXJhLmNvbS9lcmljc3Nv
bm5saW5kaXZpZHVhbGNhdjMuY2VyMCMGA1UdEQQcMBqBGGFyaS5rZXJhbmVuQGVyaWNzc29uLmNv
bTBVBgNVHSAETjBMMEoGDCsGAQQBgg8CAwEBEjA6MDgGCCsGAQUFBwIBFixodHRwczovL3JlcG9z
aXRvcnkudHJ1c3QudGVsaWFzb25lcmEuY29tL0NQUzAdBgNVHSUEFjAUBggrBgEFBQcDBAYIKwYB
BQUHAwIwHQYDVR0OBBYEFNHQXDyNP/SSyF6+EMLvo07phb3FMB8GA1UdIwQYMBaAFBx7GZ6XnHas
ID3Y3OORauPbLaZTMA4GA1UdDwEB/wQEAwIFoDANBgkqhkiG9w0BAQsFAAOCAgEAVVggYWTwdz5B
iMeBRYLop6Jo3Ji9YmfonCRFiyfw8he+efYc59IwzU9eIBRFSiWf87eqcZZJjcwWjHuju3MvzWsp
1qHnirszOtcNrUflFBoY7N3r19tG+z2bE/bjjZPituSIgCoX28IgLZLpIcnYg7niWXnwR3xGiphs
EPO3mR3p7f+XLtdy+1qU/rAjZoW36mZuYk1lV6nIt9GfhuH1/yIQd5pxTDj54j3TOLv/KrEKwCFQ
YLkho6zrOicpJk7DkjYGNLwmaDTRxuehMQHKDW+fXi1xi7/eScV0YnELjxXGuE3HojEkLB8Offfa
/5TICfBN2HTASXJ0YsbpnAxPTyjExmKzl3mudQz6x5wP6THhM0sltX8wHVQEhU5w0uyLfT9yqWVY
KTq+9GI02S9kzD+u1AWtftbWK2CQIGUAE43faZGrCchkT+fnYz5b1Ppyf5H45r/psmsA9J63iFCz
nilKlo9M47fQPEsqpFWvDfE4jdobqSmQXp/aK7cvYoAEhcj5vOqR/bPNum7wWegQZdDsfy35vZl8
+vtRrKAk/6bmUfaiazqQoGq+DF1OL7sQlb1HbMmkJblrrBf8Csh6wdEVFey6vegBSIwtOnmcAFN9
2NlKp24f8rJxM17M9pWNG6OsmCGhxyo4k1BHn69nXXQfSN7QdqLpGfhQfpJL3LgwggbCMIIEqqAD
AgECAhBTuH6D4ZyZKJOwm0kc7LjrMA0GCSqGSIb3DQEBCwUAMDcxFDASBgNVBAoMC1RlbGlhU29u
ZXJhMR8wHQYDVQQDDBZUZWxpYVNvbmVyYSBSb290IENBIHYxMB4XDTE1MTAyNzEyMTY0NloXDTI1
MTAyNzEyMTY0NlowRzELMAkGA1UEBhMCU0UxETAPBgNVBAoMCEVyaWNzc29uMSUwIwYDVQQDDBxF
cmljc3NvbiBOTCBJbmRpdmlkdWFsIENBIHYzMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKC
AgEA7PLfAAC4UPKnu9hUt8aT9+PBqjvUw0Y0tLPOXkO2NC0y2XZks9nJfpWKrNM30k5vu5norG4Z
KlF5C+3xc6HuIiGQof1bmFGluNOwmZQwl3rOJ+E6k0rqJJTerjj4WOxAvWVW1yC5S4Ubppk3Q3cY
VVuC3qNGsBIXy3/fDL1sc8Ah8zI/JumDpjY8fn/U3CRN6mgNKYrr0sZX6VXYgrpT05ZrJldkUgUg
MKgbIWWEXEASA36pnb5GqD/RMzSgIe8o7YQtIaYB2cmTCLNHjaOL9j1JhNK4bvmbNJ7o58IZYzwN
v/G/L/bRosQ9c27U+86DNjrdZnpyaRaeMyVUn3SlYLaFqoObdh/xNF2NS8CXs/PVtO57HBKHMgZq
QvsyQJisSocxFqiMj9VK2WhCBbvoTvrNDZvLDlDGuE5RuKwFIpHOVOU5lCBgUUBsbpWIXwM6kmH/
KC1DC5MtQzmvXkbt7KdBXUAxM0JZxf4dS+ACtTDpF9b0vny4DrwaOS0VNXyz1GUOxSqw1wup5dpX
bxLZYx1rLRgZqr9uWhLwAPsq66ZQof5GL0gY72Ym8/Tm28MeMqku+/zRzdYsmclT9rOdgdgS3b6O
Moc5Op0ZPEv/Mx2lFJAVK674ozw2hiuRTVUmoqBr5AuyCoqCEyn32C7U/V7oqyqx5Yd1c5GsxuOq
QFcCAwEAAaOCAbgwggG0MIGKBggrBgEFBQcBAQR+MHwwLQYIKwYBBQUHMAGGIWh0dHA6Ly9vY3Nw
LnRydXN0LnRlbGlhc29uZXJhLmNvbTBLBggrBgEFBQcwAoY/aHR0cDovL3JlcG9zaXRvcnkudHJ1
c3QudGVsaWFzb25lcmEuY29tL3RlbGlhc29uZXJhcm9vdGNhdjEuY2VyMBIGA1UdEwEB/wQIMAYB
Af8CAQAwVQYDVR0gBE4wTDBKBgwrBgEEAYIPAgMBAQIwOjA4BggrBgEFBQcCARYsaHR0cHM6Ly9y
ZXBvc2l0b3J5LnRydXN0LnRlbGlhc29uZXJhLmNvbS9DUFMwSwYDVR0fBEQwQjBAoD6gPIY6aHR0
cDovL2NybC0zLnRydXN0LnRlbGlhc29uZXJhLmNvbS90ZWxpYXNvbmVyYXJvb3RjYXYxLmNybDAd
BgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwQwDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBQc
exmel5x2rCA92NzjkWrj2y2mUzAfBgNVHSMEGDAWgBTwj1k4ALP1j5qWDNXr+nuqF+gTEjANBgkq
hkiG9w0BAQsFAAOCAgEAUFhr8dWMO7Quq1dDyIynw8sWmpyF/jWSxBjpHUCyhltoFS7Q1CUBD0bO
ULWmYjmzRwme5pkjTFXpOJZLf9Han1SBbrVcP0JMhRsAvfWZjcF0l/c/jqDMqBARxr8OUWOr0ZWa
49Lir3QEs2C+CjGge5tzcLqzQ5pjWxudrLkSGe+sAThDnXUWXGYk8udGZAamJ55drdw96AV9jWQk
MrLIVHKkXVG5Etdx0wiAoTLk1fVtLcz11DiaCZSZVPZ3fdSIpIRhDqz8H4sVprPgvLBdK/ajdbiR
sehCzzohay3zbXDDTDGwKkR8KUi8Xt8HDZCRsb/U/C7MC4tVK0SEPOQCo6swZy0rI0RoGzICfsSr
Z4JrxANeeSZqCn1A+w0Wz+iqdeP2PVxW0f1rg4/OG2DSl3uB3Q3NT/lDGJtepti+i5CCKEZcdAOZ
oviu43sLhqsxSpGjzZidESwovuHeP+O2bNwwtz1DTsXThBB3+JJHVjmkiLo900GITb/i7IBdLoo4
gZms9s1BQ2tm3CJCmpA2XwBTOB6B8/CtgWUWhyloXd3Wbmv7ZUoqqJFBV9g8Zh5mdZ+RzPTomgCF
z/2aNsddI/2G9ZjN4tG6hmocZR2M5f0MhBv3bo6d5XsLlYwiNJjw5GRqYb8cqqeCaPKkveBJzqgb
8ToH7WLoOzmPRCmPlpAxggLNMIICyQIBATBbMEcxCzAJBgNVBAYTAlNFMREwDwYDVQQKDAhFcmlj
c3NvbjElMCMGA1UEAwwcRXJpY3Nzb24gTkwgSW5kaXZpZHVhbCBDQSB2MwIQNxNxcy5c584nHet0
b/b+GDANBglghkgBZQMEAgEFAKCCAUMwGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG
9w0BCQUxDxcNMTkwODIxMDgzMzE3WjAvBgkqhkiG9w0BCQQxIgQgJMQmPWbpavKWnvty84LAKzn5
whtso3Ql215XFDZk10AwagYJKwYBBAGCNxAEMV0wWzBHMQswCQYDVQQGEwJTRTERMA8GA1UECgwI
RXJpY3Nzb24xJTAjBgNVBAMMHEVyaWNzc29uIE5MIEluZGl2aWR1YWwgQ0EgdjMCEDcTcXMuXOfO
Jx3rdG/2/hgwbAYLKoZIhvcNAQkQAgsxXaBbMEcxCzAJBgNVBAYTAlNFMREwDwYDVQQKDAhFcmlj
c3NvbjElMCMGA1UEAwwcRXJpY3Nzb24gTkwgSW5kaXZpZHVhbCBDQSB2MwIQNxNxcy5c584nHet0
b/b+GDANBgkqhkiG9w0BAQEFAASCAQAGVCl0urQHKjrzGnxh7lrtRnGRMURXS9WoXFKT/8XWKIXV
QaypEAkWNgTAE/PjnT/s92/lx5e27woaW0BwifCrBpJYFTRgcUSdRi3jhxYG8RIcr1d5A+sdJdv+
CHVdOJx8htxnc1pYt4tC69/ldEnZgZJL9fjWcYcy4OA1GfHSF4dfVSrESVUp//svbq97wwIn1t+Z
mmiTiXZS8A1na6JFZIgSM3CY4pb8azwXe/dPq3m6hipkT5vwKIVEFVRl871sUmKi9yhCNLwDAKrh
lgTSisk06iL3gBwz6dGxL54VmsHFyJdBU0NM5DPb71+xbrNMolXVO5xnRE0OYOpbbwhTAAAAAAAA

--Apple-Mail-828B866A-3C75-439D-B28D-B450FB668B6B--


From nobody Wed Aug 21 07:16:42 2019
Return-Path: <cabo@tzi.org>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6FF4312004A for <core@ietfa.amsl.com>; Wed, 21 Aug 2019 07:16:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.197
X-Spam-Level: 
X-Spam-Status: No, score=-4.197 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=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 2r7E4nisrN21 for <core@ietfa.amsl.com>; Wed, 21 Aug 2019 07:16:39 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7A983120052 for <core@ietf.org>; Wed, 21 Aug 2019 07:16:39 -0700 (PDT)
Received: from [192.168.217.120] (p548DCCB9.dip0.t-ipconnect.de [84.141.204.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 46D8q92FDpz100G; Wed, 21 Aug 2019 16:16:37 +0200 (CEST)
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\))
From: Carsten Bormann <cabo@tzi.org>
X-Priority: 3
In-Reply-To: <880105127.785171559138207866.JavaMail.nobody@rva2rmd101.webex.com>
Date: Wed, 21 Aug 2019 16:16:36 +0200
X-Mao-Original-Outgoing-Id: 588089794.966374-a7e5b5d88ec44c6483ee0c723c90f9a0
Content-Transfer-Encoding: quoted-printable
Message-Id: <63A7A476-BE7E-4112-A69D-CF87B39E3F22@tzi.org>
References: <880105127.785171559138207866.JavaMail.nobody@rva2rmd101.webex.com>
To: core <core@ietf.org>
X-Mailer: Apple Mail (2.3445.9.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/y-zrg5h1GZNu-iBKxKHM3pizzO8>
Subject: [core] With agenda:    Webex meeting info: CoRE Virtual Interim
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 21 Aug 2019 14:16:41 -0000

The meeting details for the CoRE Virtual Interim that starts on =
Wednesday at 1500Z haven=E2=80=99t changed from last time; see below for =
reference.  Please try to be loosely there at 1450Z; recently we have =
had increased audio connectivity issues and we probably need 10 minutes =
to assess/debug any issues.

Agenda:

1450Z..1500Z:
(Pre-meeting: Can you hear me now, 2019 edition)

1500Z..1510Z:
Agenda bashing
Document status (here: multipart-ct, senml-etch)
Other SDOs (here: senml-more-units)

1510Z..1540Z:
(Jim) Pubsub: Jim=E2=80=99s questions, i.e.:
=E2=80=94 significance of order of elements (~ CoRAL/JSON discussion)
=E2=80=94 basic vocabulary
=E2=80=94 hierarchy
=E2=80=94 create on publish =E2=80=94 is that dead now?
=E2=80=94 back path from data item to topic item?
=E2=80=94 initial publication =E2=80=94 how?  (e.g., multipart)

1540Z..1630Z:
(Klaus) CoRAL, specifically CoRAL-JSON=20
Please see https://github.com/core-wg/coral/issues/17

1630Z..1630Z:
AOB


Etherpad for minutes: =
https://etherpad.tools.ietf.org/p/notes-ietf-20190821-core

Gr=C3=BC=C3=9Fe, Carsten


Virtual Interim
Hosted by CORE Working Group

Wednesday, 21 Aug, 2019 15:00 | 1 hour 30 minutes | (UTC+00:00) =
Monrovia, Reykjavik
Occurs every 2 week(s) on Wednesday effective 5/29/2019 until 11/13/2019 =
from 3:00 PM to 4:30 PM, (UTC+00:00) Monrovia, Reykjavik
Meeting number: 648 636 609
Password: constrained
https://ietf.webex.com/ietf/j.php?MTID=3Dm4f01e31ccd50d241bcf796aed4bf46d4=


Join by phone
1-650-479-3208 Call-in toll number (US/Canada)
Access code: 648 636 609


From nobody Wed Aug 21 07:28:37 2019
Return-Path: <cabo@tzi.org>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C7CE012025D for <core@ietfa.amsl.com>; Wed, 21 Aug 2019 07:28:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.197
X-Spam-Level: 
X-Spam-Status: No, score=-4.197 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=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 ODMEB1-OR7um for <core@ietfa.amsl.com>; Wed, 21 Aug 2019 07:28:33 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 969A21208A0 for <core@ietf.org>; Wed, 21 Aug 2019 07:28:33 -0700 (PDT)
Received: from [192.168.217.120] (p548DCCB9.dip0.t-ipconnect.de [84.141.204.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 46D94v72PmzyZr; Wed, 21 Aug 2019 16:28:31 +0200 (CEST)
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <20190821082555.whoele3gzsm4ymsg@EMB-918HFH01>
Date: Wed, 21 Aug 2019 16:28:31 +0200
Cc: core@ietf.org
X-Mao-Original-Outgoing-Id: 588090509.522693-2167d45d91063e233ea47e631bbadb6f
Content-Transfer-Encoding: quoted-printable
Message-Id: <7C002906-70DE-4106-A06E-D2E9BA0894E6@tzi.org>
References: <20190821082234.5ostmp5mwdzn6uk7@EMB-918HFH01> <20190821082555.whoele3gzsm4ymsg@EMB-918HFH01>
To: =?utf-8?Q?Jaime_Jim=C3=A9nez?= <jaime@iki.fi>
X-Mailer: Apple Mail (2.3445.9.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/2lA3zYQoOqAwYrcHEGavzdNlVmI>
Subject: Re: [core]  =?utf-8?q?=F0=9F=94=94_CoRE_Working_Group_Adoption_call_f?= =?utf-8?q?or_draft-bormann-senml-more-units-03?=
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 21 Aug 2019 14:28:36 -0000

Hi Jaime,

I=E2=80=99m going on vacation on Sep 4, so sticking with the usual =
1-week WGA call (instead of two weeks, despite the holiday period) might =
allow us to go forward faster.

To the WGA call itself: =20

I=E2=80=99m also in favor of moving this to a WG document and then =
completing the work in an expedient way.

One question that does come up on the hallway is how IETF suddenly =
became the world authority on measurement units.  The answer is that =
this is not the intention.  Units are made by other entities (e.g., ISO =
and IEC in ISO/IEC 80000, IEEE in IEEE 1459, etc.).  The idea of the =
SenML units registry is to have an agreed ASCII name for a unit that is =
relevant to IoT and can be used in SenML and other interoperability =
specifications.  It turns out that doing this once in a central place is =
beneficial to semantic interoperability in the IoT.  In the SenML work, =
we found that other attempts at defining such registries are very useful =
as input (e.g., UCUM), but do not directly fulfill the specific =
requirements that SenML and other interoperability standards have.  =
Since, it also has turned out that SenML and other standards in this =
space have different requirements on the use of legacy unit identifiers, =
while still able to share a namespace in an unambiguous way.  Hence the =
update that is now being proposed.

Gr=C3=BC=C3=9Fe, Carsten


> On Aug 21, 2019, at 10:25, Jaime Jim=C3=A9nez <jaime@iki.fi> wrote:
>=20
>=20
> Forgot to add that the call will last a couple of weeks and will end =
the=20
> 4th of September.
>=20
> On Wed, Aug 21, 2019 at 11:22:34AM +0300, Jaime Jim=C3=A9nez wrote:
>> Dear Core WG,
>>=20
>> We would like to start the call for adoption on
>> draft-bormann-senml-more-units-03.
>>> =46rom the minutes I see there was interest in the room during IETF =
105.
>>=20
>> The draft registers some additional basic unit types for SenML (e.g.
>> Byte, etc). It also proposes a secondary registry of derived units=20
>> (e.g. milisecond, minute, etc)  with different scales and
>> offset that better adjust to their "common uses".
>>=20
>> At a general level the need for this secondary registry has been
>> discussed in other SDOs and they too found it would be useful to =
have.
>> In order to encourage interoperability the main unit registry would =
be
>> more restricted.
>>=20
>> BR,
>> -- Jaime Jim=C3=A9nez
>>=20
>> _______________________________________________
>> core mailing list
>> core@ietf.org
>> https://www.ietf.org/mailman/listinfo/core
>=20
> _______________________________________________
> core mailing list
> core@ietf.org
> https://www.ietf.org/mailman/listinfo/core
>=20
>=20


From nobody Wed Aug 21 09:59:27 2019
Return-Path: <cabo@tzi.org>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 579FC120BE8 for <core@ietfa.amsl.com>; Wed, 21 Aug 2019 09:59:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.197
X-Spam-Level: 
X-Spam-Status: No, score=-4.197 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=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 rFajd1Hkq5CH for <core@ietfa.amsl.com>; Wed, 21 Aug 2019 09:59:24 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D5ED61201DC for <core@ietf.org>; Wed, 21 Aug 2019 09:59:23 -0700 (PDT)
Received: from [192.168.217.120] (p548DCCB9.dip0.t-ipconnect.de [84.141.204.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 46DDQy0jqlz10g1; Wed, 21 Aug 2019 18:59:22 +0200 (CEST)
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\))
From: Carsten Bormann <cabo@tzi.org>
X-Priority: 3
In-Reply-To: <63A7A476-BE7E-4112-A69D-CF87B39E3F22@tzi.org>
Date: Wed, 21 Aug 2019 18:59:21 +0200
X-Mao-Original-Outgoing-Id: 588099559.932337-83aa6e49b1695179005f07ee5c9d5040
Content-Transfer-Encoding: quoted-printable
Message-Id: <DEEF1BBE-6F69-45CC-89F2-24D239EE00C2@tzi.org>
References: <880105127.785171559138207866.JavaMail.nobody@rva2rmd101.webex.com> <63A7A476-BE7E-4112-A69D-CF87B39E3F22@tzi.org>
To: core <core@ietf.org>
X-Mailer: Apple Mail (2.3445.9.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/2Nx7e1S8fRNgwMUeNCdbFFmZboo>
Subject: Re: [core] With agenda: Webex meeting info: CoRE Virtual Interim
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 21 Aug 2019 16:59:26 -0000

Minutes are at

=
https://datatracker.ietf.org/meeting/interim-2019-core-11/materials/minute=
s-interim-2019-core-11-201908211500

(Slides still to be uploaded.)

Among other things, we briefly talked about the next two interims =
scheduled.

On 2019-09-04, some people are traveling to the RIOT summit (-05..-06 in =
Helsinki), others are on vacation.  So it is unlikely this is a good =
slot for a virtual interim meeting.

On 2019-09-18, some people are still on vacation.  To be decided based =
on any urgent matter.

Jim noted that maybe he will use one of the slots for ACE meetings (WG =
virtual interim or authors/design teams).

Gr=C3=BC=C3=9Fe, Carsten


From nobody Wed Aug 21 11:09:22 2019
Return-Path: <cabo@tzi.org>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B82A3120DF9 for <core@ietfa.amsl.com>; Wed, 21 Aug 2019 11:09:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.197
X-Spam-Level: 
X-Spam-Status: No, score=-4.197 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=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 ysk9O7weMhSF for <core@ietfa.amsl.com>; Wed, 21 Aug 2019 11:09:18 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 38666120DE5 for <core@ietf.org>; Wed, 21 Aug 2019 11:09:18 -0700 (PDT)
Received: from [192.168.217.120] (p548DCCB9.dip0.t-ipconnect.de [84.141.204.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 46DFzb6XjPz104h; Wed, 21 Aug 2019 20:09:15 +0200 (CEST)
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\))
From: Carsten Bormann <cabo@tzi.org>
X-Priority: 3
In-Reply-To: <DEEF1BBE-6F69-45CC-89F2-24D239EE00C2@tzi.org>
Date: Wed, 21 Aug 2019 20:09:15 +0200
X-Mao-Original-Outgoing-Id: 588103753.524353-a22f5ede592066339294b81de36bf227
Content-Transfer-Encoding: quoted-printable
Message-Id: <198CD7AA-08B5-443B-9DED-63BBA9F749BA@tzi.org>
References: <880105127.785171559138207866.JavaMail.nobody@rva2rmd101.webex.com> <63A7A476-BE7E-4112-A69D-CF87B39E3F22@tzi.org> <DEEF1BBE-6F69-45CC-89F2-24D239EE00C2@tzi.org>
To: core <core@ietf.org>
X-Mailer: Apple Mail (2.3445.9.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/WaUpoWtxQCY14RZuOrOugtD3QRA>
Subject: Re: [core] With agenda: Webex meeting info: CoRE Virtual Interim
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 21 Aug 2019 18:09:21 -0000

On Aug 21, 2019, at 18:59, Carsten Bormann <cabo@tzi.org> wrote:
>=20
> (Slides still to be uploaded.)

=
https://datatracker.ietf.org/meeting/interim-2019-core-11/materials/slides=
-interim-2019-core-11-sessa-json-serialization-for-coral

Gr=C3=BC=C3=9Fe, Carsten


From nobody Wed Aug 21 12:21:50 2019
Return-Path: <internet-drafts@ietf.org>
X-Original-To: core@ietf.org
Delivered-To: core@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 85517120BEA; Wed, 21 Aug 2019 12:21:40 -0700 (PDT)
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>
Cc: core@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 6.100.0
Auto-Submitted: auto-generated
Precedence: bulk
Reply-To: core@ietf.org
Message-ID: <156641530044.25781.11152722808529199181@ietfa.amsl.com>
Date: Wed, 21 Aug 2019 12:21:40 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/S4QO4vBYkfVuD82blkYoww9rArU>
Subject: [core] I-D Action: draft-ietf-core-multipart-ct-04.txt
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 21 Aug 2019 19:21:41 -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 WG of the IETF.

        Title           : Multipart Content-Format for CoAP
        Authors         : Thomas Fossati
                          Klaus Hartke
                          Carsten Bormann
	Filename        : draft-ietf-core-multipart-ct-04.txt
	Pages           : 10
	Date            : 2019-08-21

Abstract:
   This memo defines application/multipart-core, an application-
   independent media-type that can be used to combine representations of
   zero or more different media types into a single message, such as a
   CoAP request or response body, with minimal framing overhead, each
   along with a CoAP Content-Format identifier.


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

There are also htmlized versions available at:
https://tools.ietf.org/html/draft-ietf-core-multipart-ct-04
https://datatracker.ietf.org/doc/html/draft-ietf-core-multipart-ct-04

A diff from the previous version is available at:
https://www.ietf.org/rfcdiff?url2=draft-ietf-core-multipart-ct-04


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 Wed Aug 21 12:37:17 2019
Return-Path: <cabo@tzi.org>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5D4F9120F35; Wed, 21 Aug 2019 12:37:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.197
X-Spam-Level: 
X-Spam-Status: No, score=-4.197 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=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 rWZz1LWy8dwy; Wed, 21 Aug 2019 12:37:13 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C100D120F2F; Wed, 21 Aug 2019 12:37:12 -0700 (PDT)
Received: from [192.168.217.120] (p548DCCB9.dip0.t-ipconnect.de [84.141.204.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 46DHx25QWpz105P; Wed, 21 Aug 2019 21:37:10 +0200 (CEST)
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <20190504232153.GA19805@kduck.mit.edu>
Date: Wed, 21 Aug 2019 21:37:10 +0200
Cc: Alexey Melnikov <aamelnikov@fastmail.fm>, The IESG <iesg@ietf.org>, draft-ietf-core-multipart-ct@ietf.org, =?utf-8?Q?Jaime_Jim=C3=A9nez?= <jaime.jimenez@ericsson.com>, core-chairs@ietf.org, core@ietf.org
X-Mao-Original-Outgoing-Id: 588109028.221368-384de15fcf70e925166b98ca669ea198
Content-Transfer-Encoding: quoted-printable
Message-Id: <A6EE5F90-391C-487B-A3DD-2193027022C6@tzi.org>
References: <155675554069.2851.9351849772053196736.idtracker@ietfa.amsl.com> <459433ef-5cb5-4c3e-a32e-a5d063b1ccf0@www.fastmail.com> <BE1600FF-FBFB-44F4-A405-9C73ADA6E3FC@tzi.org> <20190504232153.GA19805@kduck.mit.edu>
To: Benjamin Kaduk <kaduk@MIT.EDU>
X-Mailer: Apple Mail (2.3445.9.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/zi9UF0Wzs9dpBj7WmtxGKTr4Lbg>
Subject: Re: [core] Benjamin Kaduk's Discuss on draft-ietf-core-multipart-ct-03: (with DISCUSS and COMMENT)
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 21 Aug 2019 19:37:15 -0000

Hi Benjamin,

it took us a while to better understand the concern and come up with =
text.

We have now submitted -04:
https://tools.ietf.org/html/draft-ietf-core-multipart-ct-04
https://tools.ietf.org/rfcdiff?url2=3Ddraft-ietf-core-multipart-ct-04.txt

> On May 5, 2019, at 01:21, Benjamin Kaduk <kaduk@MIT.EDU> wrote:
>=20
> On Thu, May 02, 2019 at 03:11:25PM +0200, Carsten Bormann wrote:
>> Hi Alexey,
>>=20
>> On May 2, 2019, at 14:40, Alexey Melnikov <aamelnikov@fastmail.fm> =
wrote:
>>>=20
>>> Hi Benjamin,
>>>=20
>>> On Thu, May 2, 2019, at 1:05 AM, Benjamin Kaduk via Datatracker =
wrote:
>>>=20
>>>> =
----------------------------------------------------------------------
>>>> DISCUSS:
>>>> =
----------------------------------------------------------------------
>>>>=20
>>>> It's not clear to me that we're really specifying the semantics of =
a
>>>> single media-type.  The introduction discusses how we may want =
multiple
>>>> representations to appear in a sequence, potentially representing
>>>> different content.
>>>=20
>>> I think this is similar to multipart/mixed.
>>=20
>> We were indeed trying to follow the model of multipart/mixed.
>> This offers a number of embedded representations the sequence of =
which may or may not be important.
>>=20
>>>> Or we may have a set of related representations that
>>>> conceptually are the same content (but are they literally the same
>>>> resource, or related content?).
>>>=20
>>> My understanding is that they are related contents.
>>=20
>> There is no promise that the related items are conceptually the same =
content.
>> The difference between the first situation and the second one mainly =
is that the sequence is not important in the second (i.e., we are using =
the sequence to describe a bag).
>>=20
>>>> And there is yet a third option -- one
>>>> that I'm not sure I fully understand -- wherein the representation =
is
>>>> not important, but rather which format is chosen of the several
>>>> possibilities, to the extent that extreme compression of the
>>>> representation is possible, with the compression just outputting =
the
>>>> format indicator.
>>>=20
>>> Hmm, I missed that. I think this is similar to multipart/alternative
>>=20
>> That wasn=E2=80=99t the intention.
>=20
> I think that analogies to multipart/mixed and/or multipart/alternative
> would help the reviewer assess whether the document text succeeds at
> describing the intended behavior (though it's not clear that using =
such a
> reference to attempt to define the behavior by reference is a useful =
plan).

Please have a look at what we did =E2=80=94 we made it more explicit =
that the semantics are indeed refined by the request context, but that =
multipart/mixed is our model here and multipart/alternative is outside =
the range that this media type addresses.

>> The choice in the third situation mentioned in the introduction is =
made by the originator of the representation, not the receiver.  The =
selected representation is still packaged in an =
application/multipart-core envelope so the media type does not need to =
diverge =E2=80=94 it is essentially used as the (type!) union (a.k.a. =
choice) of the media types that the application wants to be able to put =
in the envelope.
>>=20
>> We may have painted ourselves into a corner in RFC 7641 with the =
mandate that the representations provided by an observable resource stay =
within the same media type (content-format) over time.  This makes it =
difficult in CoAP to observe a resource that alternates between a =
=E2=80=9Cpending=E2=80=9D and a =E2=80=9Cready=E2=80=9D state that have =
different structures of their representation.  Multipart-core can be =
used to package either into the same media type.
>=20
> So while this may not be quite multipart/alternative, there are still
> alternatives involved; they are just delievered in separate (streamed)
> responses, as opposed to together in the same one.  That is, the
> alternation is over time and not at the choice of the recipient.

Multipart/alternative is recipient choice; scenario 3 is originator =
choice.
The need for the =E2=80=9Cunion type=E2=80=9D alluded to in the =
introduction may be idiosyncratic to CoAP: We expect an observed =
resource to go through states that all can be described by =
representations of the same content type.  Maybe that was not such a =
smart expectation, but the union type mechanism allows us to paper over =
that.  In any case, there is no =E2=80=9Corder=E2=80=9D or =E2=80=9Cchoice=
=E2=80=9D problem in this scenario.

>> I don=E2=80=99t think the third situation has semantics that differ =
from the first two.
>> You still get a bag with a representation in it (or maybe none).  You =
still need to look into the bag to see what form it takes this time.  =
Actually, the second situation might also apply, so you might indeed get =
a couple representations in certain instances because that=E2=80=99s =
what best describes the resource at this particular time.
>=20
> I think it's important to be clear about whether the sequencing within =
a
> given content array is or is not semantically relevant,

This is very much a function of the semantics that the request had on =
the resource.  If you get a mail with multipart/mixed in it, is it =
semantically relevant that the service manual is first, then the user =
manual next among the attachments?
The ordering may simply be alphabetic by name (and that may actually be =
what the request originally said).

> and under what
> conditions a recipient might only consult a subset of the array
> (multipart/alternative) vs. assembling a conglomerate from components =
of
> different types (multipart/mixed).

That is now addressed. =20

Gr=C3=BC=C3=9Fe, Carsten


From nobody Wed Aug 21 13:39:57 2019
Return-Path: <christer.holmberg@ericsson.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 60FDC120098 for <core@ietfa.amsl.com>; Wed, 21 Aug 2019 13:39:55 -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,  DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=ericsson.com
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 K7Zl9Mwlkxuq for <core@ietfa.amsl.com>; Wed, 21 Aug 2019 13:39:51 -0700 (PDT)
Received: from EUR04-DB3-obe.outbound.protection.outlook.com (mail-eopbgr60045.outbound.protection.outlook.com [40.107.6.45]) (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 594A5120091 for <core@ietf.org>; Wed, 21 Aug 2019 13:39:51 -0700 (PDT)
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=V/aPreBGkKqtAP3zgjFMsPrZscTZHnNkhUmux/NpBnqZ4EKwsiNtVMila8laCy1uNW2YdDXgWzUFU8zH0Je0jo5vLtnutAUAe1aL/U17coT8bCMDecM2czLcIh7WpKrAlyER594QYeYKUx9mOaDFVrOHMWCML8uttYzPBTondLFmlzebzdfZws3Yd2HDlT2F/KVmZK/7pO+IXDYDuecFTnCK3eTL5BpPjXwvZnT0b79GPynq/SbrE/PgbTZsnhMC1LBe2u6zyw9gIjALGPAoFwVo7R6sBwHcN8X9VLYxC3bVcjgWQUZLZCXLsWiSsiPQt9Y2GLjb/SQaLTK1v4USFg==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=zn3aE+NI4ZR4OfAMKdYjKmhdQ1Gjo+2ncHrN6Nk9fpQ=; b=YXNEDK0Lt4XDonNCaRXSHAWjIaGzFkoL3C4ozPDsNNSgBBNmvU6S1dc7oUL9llnEJK15XXqPCCN9nCCrolE9eH/P02NJL4LwBxvO7QgFhlIbjBSDIpuCrnehxY4iZM+0qG12OaCHmHlkOrky8xiehDX9ACuPzxlXaiSyko7oT6KQkNVck5r/Fn43B9TvrzF30fvgluLU34kp7EfHVWEX3OfVaMo0nPPySsE55kebUuHTCtGd7ipvXAY4MmXMe+RpgkPIOuDZbZgXrLiV5YNdmukFn1w4Vm7n4NkYxQ43fWH3Xc6gYbCYPj0pxhP9UyiIFYKEqgDaSTkWFtQnDjnb+A==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ericsson.com; dmarc=pass action=none header.from=ericsson.com; dkim=pass header.d=ericsson.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericsson.com; s=selector2; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=zn3aE+NI4ZR4OfAMKdYjKmhdQ1Gjo+2ncHrN6Nk9fpQ=; b=lJ9VeHt6ZN4HgxjRnc4Sa8HkpaUdPrZoIJVPVbKyh4AVgPTCvCrTCq1c1O8ymBmlOFCD1GjstuCL9Ssf8Gzb7hg9cmGtRBdxhjOZPyPpttw2W4sX6fI2I9qgDoK2+/ico2g6Gwvb0hXSlFaUfBjaMUcF4NEaVCGXTnWgfK/rgFY=
Received: from HE1PR07MB3161.eurprd07.prod.outlook.com (10.170.245.23) by HE1PR07MB4410.eurprd07.prod.outlook.com (20.176.167.139) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2199.10; Wed, 21 Aug 2019 20:39:48 +0000
Received: from HE1PR07MB3161.eurprd07.prod.outlook.com ([fe80::ec0d:f9d3:7159:ba7]) by HE1PR07MB3161.eurprd07.prod.outlook.com ([fe80::ec0d:f9d3:7159:ba7%6]) with mapi id 15.20.2199.011; Wed, 21 Aug 2019 20:39:48 +0000
From: Christer Holmberg <christer.holmberg@ericsson.com>
To: "core@ietf.org" <core@ietf.org>
Thread-Topic: MULTIPART-CT: A few editorial comments
Thread-Index: AQHVQWZgcXFsFiMu/0yz/ihjx4/NdacGPfhA
Date: Wed, 21 Aug 2019 20:39:48 +0000
Message-ID: <HE1PR07MB316145ACB50BED8616460D3993AA0@HE1PR07MB3161.eurprd07.prod.outlook.com>
References: <189192D6-F32E-450F-998F-20FA87761487@ericsson.com>
In-Reply-To: <189192D6-F32E-450F-998F-20FA87761487@ericsson.com>
Accept-Language: en-US
Content-Language: fi-FI
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
authentication-results: spf=none (sender IP is ) smtp.mailfrom=christer.holmberg@ericsson.com; 
x-originating-ip: [79.134.118.162]
x-ms-publictraffictype: Email
x-ms-office365-filtering-correlation-id: 60001507-3b29-48be-f82a-08d72677b5c2
x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600148)(711020)(4605104)(1401327)(2017052603328)(7193020); SRVR:HE1PR07MB4410; 
x-ms-traffictypediagnostic: HE1PR07MB4410:
x-microsoft-antispam-prvs: <HE1PR07MB4410767B233A495AA333251A93AA0@HE1PR07MB4410.eurprd07.prod.outlook.com>
x-ms-oob-tlc-oobclassifiers: OLM:9508;
x-forefront-prvs: 0136C1DDA4
x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(4636009)(346002)(396003)(39860400002)(376002)(366004)(136003)(189003)(199004)(2351001)(256004)(5660300002)(86362001)(7736002)(478600001)(99286004)(2906002)(76176011)(7696005)(8936002)(316002)(52536014)(14454004)(6116002)(74316002)(25786009)(3846002)(790700001)(9326002)(186003)(1730700003)(66066001)(8676002)(81166006)(81156014)(102836004)(26005)(76116006)(66946007)(66476007)(66556008)(66446008)(71190400001)(71200400001)(5640700003)(64756008)(6916009)(486006)(55016002)(44832011)(11346002)(476003)(446003)(6306002)(54896002)(33656002)(2501003)(6436002)(53936002)(9686003)(6506007); DIR:OUT; SFP:1101; SCL:1; SRVR:HE1PR07MB4410; H:HE1PR07MB3161.eurprd07.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; MX:1; A:1; 
received-spf: None (protection.outlook.com: ericsson.com does not designate permitted sender hosts)
x-ms-exchange-senderadcheck: 1
x-microsoft-antispam-message-info: nBILGMjSk6qmipmy+u3i/mUK7HZL3ebVrlnTW2Vg/1kTTI/RdPLcPYV/eC2saUXEHFbsaiSHAvg6oh+ZOLtyJCD3gRH6t2uJPcdMU3C08pexFeFjhD/Lbeoj7tSplG1F9wX87gJwu2s+r1ryhQy0oBlPvfEMCODJq+kswJhXey4IjGTvoKuicEkWQNS06tsWQxJ0Pp/FGTdiTtZ/Ji6BARdhPX2s9fndNFzuMHzb3j8P49YS7bT4zj2JksyPaIs42cYjxrek7wqBCwDvbeyK6YX1XclYX3PC5B0tbmXkN/0H+Qf8nS3+5D6feYWMb40V9djxzMza4bDL7B3UH15TavO9gCcVeJDqBvgR2+lmIeV/GqoRU7Yf3WF29g5Vsdgb20UVQ7JQfhLdwDvh4GqBZHyvWNZC5/jXoQC7fVh27Rs=
x-ms-exchange-transport-forked: True
Content-Type: multipart/alternative; boundary="_000_HE1PR07MB316145ACB50BED8616460D3993AA0HE1PR07MB3161eurp_"
MIME-Version: 1.0
X-OriginatorOrg: ericsson.com
X-MS-Exchange-CrossTenant-Network-Message-Id: 60001507-3b29-48be-f82a-08d72677b5c2
X-MS-Exchange-CrossTenant-originalarrivaltime: 21 Aug 2019 20:39:48.6862 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 92e84ceb-fbfd-47ab-be52-080c6b87953f
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
X-MS-Exchange-CrossTenant-userprincipalname: QHMGzpVRIuJXLPLqC1u31pSwcEow6bkxCiT5T4mXGG3njQ25DqhbhGuWd0VMTRtGtg8VobjiIs1iueOzprY5UOB6TmdsziN4U9uXZ9TtiLM=
X-MS-Exchange-Transport-CrossTenantHeadersStamped: HE1PR07MB4410
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/w39u8ksotO02lkQyjyoOeyzBHNw>
Subject: Re: [core] MULTIPART-CT: A few editorial comments
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 21 Aug 2019 20:39:55 -0000

--_000_HE1PR07MB316145ACB50BED8616460D3993AA0HE1PR07MB3161eurp_
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64

SGksDQoNClVubGVzcyBJIGhhdmUgbWlzc2VkIGl0LCBJIHdvdWxkIGFwcHJlY2lhdGUgaWYgdGhl
IGlzc3VlcyBiZWxvdyBjb3VsZCBiZSBhZGRyZXNzZWQuIFRoZXkgc2hvdWxkIG9ubHkgYmUgZWRp
dG9yaWFsLg0KDQpSZWdhcmRzLA0KDQpDaHJpc3Rlcg0KDQpMw6RoZXR0w6Rqw6Q6IGNvcmUgPGNv
cmUtYm91bmNlc0BpZXRmLm9yZz4gUHVvbGVzdGEgQ2hyaXN0ZXIgSG9sbWJlcmcNCkzDpGhldGV0
dHk6IHRpaXN0YWkgMjMuIGhlaW7DpGt1dXRhIDIwMTkgMTcuNTMNClZhc3RhYW5vdHRhamE6IGNv
cmVAaWV0Zi5vcmcNCkFpaGU6IFtjb3JlXSBNVUxUSVBBUlQtQ1Q6IEEgZmV3IGVkaXRvcmlhbCBj
b21tZW50cw0KDQpIaSwNCg0KQSBmZXcgbWlub3IgZWRpdG9yaWFsIGNvbW1lbnRzIG9uIGRyYWZ0
LWlldGYtY29yZS1tdWx0aXBhcnQtY3QtMDM6DQoNCihJIGhhdmVu4oCZdCByZWFkIHRoZSBJRVNH
IHJldmlldyBjb21tZW50cywgc28gbXkgYXBvbG9naWVzIGlmIHNvbWVvbmUgaGFzIGFscmVhZHkg
cmFpc2VkIHRoZXNlIGNvbW1lbnRzKQ0KDQotLS0NCg0KUTE6DQoNClRoZSBJbnRyb2R1Y3Rpb24g
c2F5cyB0YWxrcyBhYm91dCDigJxyZXF1ZXN0IG9yIHJlc3BvbnNlIGJvZHnigJkuDQoNCkhvd2V2
ZXIsIHdoZW4gbG9va2luZyBpbiBSRkMgNzI1MiwgSSBkb27igJl0IGZpbmQg4oCYYm9keeKAmSBh
bnl3aGVyZS4NCg0KSSBhc3N1bWUgdGhhdCDigJhib2R54oCZIHJlZmVycyB0byB3aGF0IFJGQyA3
MjUyIGNhbGxzIOKAmHBheWxvYWTigJkuIElmIHNvLCBJIHN1Z2dlc3QgYWxpZ25pbmcgdGhlIHRl
cm1pbm9sb2d5Lg0KDQooRm9yIHNvbWUgcmVhc29uIHNlY3Rpb24gMTAuMi4zIG9mIFJGQyA3MjUy
IGRvZXMgdXNlIOKAmG1lc3NhZ2UtYm9keeKAmSwgd2l0aG91dCBhbnkgZXhwbGFuYXRpb24gb3Ig
cmVmZXJlbmNlLCBidXQgSSBndWVzcyB0aGF0IGlzIGp1c3QgYW4gZXJyb3IpDQoNCi0tLQ0KDQpR
MjoNCg0KUmVsYXRlZCB0byBRMSwgdGhlIHRleHQgc2F5czoNCg0KICAg4oCcY2FuIGJlIHVzZWQg
dG8gY29tYmluZSByZXByZXNlbnRhdGlvbnMgb2YgemVybyBvciBtb3JlIGRpZmZlcmVudCBtZWRp
YSB0eXBlcyBpbnRvIGEgc2luZ2xlIG1lc3NhZ2XigJ0NCg0KSSBhc3N1bWUgaXQgbWVhbnMg4oCY
c2luZ2xlIG1lc3NhZ2UgcGF5bG9hZOKAmT8gQmVjYXVzZSwgeW91IGFyZSBub3QgY29tYmluZyBv
dGhlciBwYXJ0cyAoQ29kZXMsIFRva2VucyBldGMpIG9mIHRoZSBtZXNzYWdlLCBhcmUgeW91Pw0K
DQpJIHRoaW5rIGl0IHdvdWxkIGJlIG1vcmUgY2xlYXIgaWYgeW91IHNhaWQg4oCYY29tYmluZSBt
dWx0aXBsZSByZXByZXNlbnRhdGlvbnMsIGVhY2ggdXNpbmcgdGhlIHNhbWUgb3IgZGlmZmVyZW50
IG1lZGlhIHR5cGVzLCBpbnRvIGEgc2luZ2xlIG1lc3NhZ2UgcGF5bG9hZOKAmS4NCg0KLS0tDQoN
ClEzOiBUaGUgZHJhZnQgdXNlcyBib3RoIOKAmG1lZGlhIHR5cGXigJkgYW5kIOKAmG1lZGlhLXR5
cGXigJkuIFJGQyA3MjUyIHVzZXMg4oCYbWVkaWEgdHlwZeKAmSAodGhlcmUgaXMgb25lIGluc3Rh
bmNlIG9mIOKAmG1lZGlhLXR5cGXigJksIHRob3VnaCksIHNvIG1heWJlIGFsaWduIHdpdGggdGhh
dD8NCg0KUmVnYXJkcywNCg0KQ2hyaXN0ZXINCg0K

--_000_HE1PR07MB316145ACB50BED8616460D3993AA0HE1PR07MB3161eurp_
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: base64

PGh0bWwgeG1sbnM6dj0idXJuOnNjaGVtYXMtbWljcm9zb2Z0LWNvbTp2bWwiIHhtbG5zOm89InVy
bjpzY2hlbWFzLW1pY3Jvc29mdC1jb206b2ZmaWNlOm9mZmljZSIgeG1sbnM6dz0idXJuOnNjaGVt
YXMtbWljcm9zb2Z0LWNvbTpvZmZpY2U6d29yZCIgeG1sbnM6bT0iaHR0cDovL3NjaGVtYXMubWlj
cm9zb2Z0LmNvbS9vZmZpY2UvMjAwNC8xMi9vbW1sIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
VFIvUkVDLWh0bWw0MCI+DQo8aGVhZD4NCjxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlwZSIg
Y29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PXV0Zi04Ij4NCjxtZXRhIG5hbWU9IkdlbmVyYXRv
ciIgY29udGVudD0iTWljcm9zb2Z0IFdvcmQgMTUgKGZpbHRlcmVkIG1lZGl1bSkiPg0KPHN0eWxl
PjwhLS0NCi8qIEZvbnQgRGVmaW5pdGlvbnMgKi8NCkBmb250LWZhY2UNCgl7Zm9udC1mYW1pbHk6
IkNhbWJyaWEgTWF0aCI7DQoJcGFub3NlLTE6MiA0IDUgMyA1IDQgNiAzIDIgNDt9DQpAZm9udC1m
YWNlDQoJe2ZvbnQtZmFtaWx5OkNhbGlicmk7DQoJcGFub3NlLTE6MiAxNSA1IDIgMiAyIDQgMyAy
IDQ7fQ0KLyogU3R5bGUgRGVmaW5pdGlvbnMgKi8NCnAuTXNvTm9ybWFsLCBsaS5Nc29Ob3JtYWws
IGRpdi5Nc29Ob3JtYWwNCgl7bWFyZ2luOjBjbTsNCgltYXJnaW4tYm90dG9tOi4wMDAxcHQ7DQoJ
Zm9udC1zaXplOjEyLjBwdDsNCglmb250LWZhbWlseToiQ2FsaWJyaSIsc2Fucy1zZXJpZjt9DQph
OmxpbmssIHNwYW4uTXNvSHlwZXJsaW5rDQoJe21zby1zdHlsZS1wcmlvcml0eTo5OTsNCgljb2xv
cjojMDU2M0MxOw0KCXRleHQtZGVjb3JhdGlvbjp1bmRlcmxpbmU7fQ0KYTp2aXNpdGVkLCBzcGFu
Lk1zb0h5cGVybGlua0ZvbGxvd2VkDQoJe21zby1zdHlsZS1wcmlvcml0eTo5OTsNCgljb2xvcjoj
OTU0RjcyOw0KCXRleHQtZGVjb3JhdGlvbjp1bmRlcmxpbmU7fQ0KcC5tc29ub3JtYWwwLCBsaS5t
c29ub3JtYWwwLCBkaXYubXNvbm9ybWFsMA0KCXttc28tc3R5bGUtbmFtZTptc29ub3JtYWw7DQoJ
bXNvLW1hcmdpbi10b3AtYWx0OmF1dG87DQoJbWFyZ2luLXJpZ2h0OjBjbTsNCgltc28tbWFyZ2lu
LWJvdHRvbS1hbHQ6YXV0bzsNCgltYXJnaW4tbGVmdDowY207DQoJZm9udC1zaXplOjExLjBwdDsN
Cglmb250LWZhbWlseToiQ2FsaWJyaSIsc2Fucy1zZXJpZjt9DQpzcGFuLlNoa3Bvc3RpdHl5bGkx
OA0KCXttc28tc3R5bGUtdHlwZTpwZXJzb25hbDsNCglmb250LWZhbWlseToiQ2FsaWJyaSIsc2Fu
cy1zZXJpZjsNCgljb2xvcjp3aW5kb3d0ZXh0O30NCnNwYW4uU2hrcG9zdGl0eXlsaTE5DQoJe21z
by1zdHlsZS10eXBlOnBlcnNvbmFsLXJlcGx5Ow0KCWZvbnQtZmFtaWx5OiJDYWxpYnJpIixzYW5z
LXNlcmlmOw0KCWNvbG9yOndpbmRvd3RleHQ7fQ0KLk1zb0NocERlZmF1bHQNCgl7bXNvLXN0eWxl
LXR5cGU6ZXhwb3J0LW9ubHk7DQoJZm9udC1zaXplOjEwLjBwdDt9DQpAcGFnZSBXb3JkU2VjdGlv
bjENCgl7c2l6ZTo2MTIuMHB0IDc5Mi4wcHQ7DQoJbWFyZ2luOjcwLjg1cHQgMi4wY20gNzAuODVw
dCAyLjBjbTt9DQpkaXYuV29yZFNlY3Rpb24xDQoJe3BhZ2U6V29yZFNlY3Rpb24xO30NCi0tPjwv
c3R5bGU+PCEtLVtpZiBndGUgbXNvIDldPjx4bWw+DQo8bzpzaGFwZWRlZmF1bHRzIHY6ZXh0PSJl
ZGl0IiBzcGlkbWF4PSIxMDI2IiAvPg0KPC94bWw+PCFbZW5kaWZdLS0+PCEtLVtpZiBndGUgbXNv
IDldPjx4bWw+DQo8bzpzaGFwZWxheW91dCB2OmV4dD0iZWRpdCI+DQo8bzppZG1hcCB2OmV4dD0i
ZWRpdCIgZGF0YT0iMSIgLz4NCjwvbzpzaGFwZWxheW91dD48L3htbD48IVtlbmRpZl0tLT4NCjwv
aGVhZD4NCjxib2R5IGxhbmc9IkVOLUdCIiBsaW5rPSIjMDU2M0MxIiB2bGluaz0iIzk1NEY3MiI+
DQo8ZGl2IGNsYXNzPSJXb3JkU2VjdGlvbjEiPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4g
c3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7bXNvLWZhcmVhc3QtbGFuZ3VhZ2U6RU4tVVMiPkhpLDxv
OnA+PC9vOnA+PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJm
b250LXNpemU6MTEuMHB0O21zby1mYXJlYXN0LWxhbmd1YWdlOkVOLVVTIj48bzpwPiZuYnNwOzwv
bzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1z
aXplOjExLjBwdDttc28tZmFyZWFzdC1sYW5ndWFnZTpFTi1VUyI+VW5sZXNzIEkgaGF2ZSBtaXNz
ZWQgaXQsIEkgd291bGQgYXBwcmVjaWF0ZSBpZiB0aGUgaXNzdWVzIGJlbG93IGNvdWxkIGJlIGFk
ZHJlc3NlZC4gVGhleSBzaG91bGQgb25seSBiZSBlZGl0b3JpYWwuPG86cD48L286cD48L3NwYW4+
PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7
bXNvLWZhcmVhc3QtbGFuZ3VhZ2U6RU4tVVMiPjxvOnA+Jm5ic3A7PC9vOnA+PC9zcGFuPjwvcD4N
CjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6MTEuMHB0O21zby1m
YXJlYXN0LWxhbmd1YWdlOkVOLVVTIj5SZWdhcmRzLDxvOnA+PC9vOnA+PC9zcGFuPjwvcD4NCjxw
IGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6MTEuMHB0O21zby1mYXJl
YXN0LWxhbmd1YWdlOkVOLVVTIj48bzpwPiZuYnNwOzwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFz
cz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDttc28tZmFyZWFzdC1s
YW5ndWFnZTpFTi1VUyI+Q2hyaXN0ZXI8bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFzcz0i
TXNvTm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDttc28tZmFyZWFzdC1sYW5n
dWFnZTpFTi1VUyI+PG86cD4mbmJzcDs8L286cD48L3NwYW4+PC9wPg0KPGRpdj4NCjxkaXYgc3R5
bGU9ImJvcmRlcjpub25lO2JvcmRlci10b3A6c29saWQgI0UxRTFFMSAxLjBwdDtwYWRkaW5nOjMu
MHB0IDBjbSAwY20gMGNtIj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxiPjxzcGFuIGxhbmc9IkZJ
IiBzdHlsZT0iZm9udC1zaXplOjExLjBwdCI+TMOkaGV0dMOkasOkOjwvc3Bhbj48L2I+PHNwYW4g
bGFuZz0iRkkiIHN0eWxlPSJmb250LXNpemU6MTEuMHB0Ij4gY29yZSAmbHQ7Y29yZS1ib3VuY2Vz
QGlldGYub3JnJmd0Ow0KPGI+UHVvbGVzdGEgPC9iPkNocmlzdGVyIEhvbG1iZXJnPGJyPg0KPGI+
TMOkaGV0ZXR0eTo8L2I+IHRpaXN0YWkgMjMuIGhlaW7DpGt1dXRhIDIwMTkgMTcuNTM8YnI+DQo8
Yj5WYXN0YWFub3R0YWphOjwvYj4gY29yZUBpZXRmLm9yZzxicj4NCjxiPkFpaGU6PC9iPiBbY29y
ZV0gTVVMVElQQVJULUNUOiBBIGZldyBlZGl0b3JpYWwgY29tbWVudHM8bzpwPjwvbzpwPjwvc3Bh
bj48L3A+DQo8L2Rpdj4NCjwvZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PG86cD4mbmJzcDs8
L286cD48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9
ImZvbnQtc2l6ZToxMS4wcHQ7Y29sb3I6YmxhY2siPkhpLDwvc3Bhbj48c3BhbiBsYW5nPSJFTi1V
UyIgc3R5bGU9ImNvbG9yOmJsYWNrIj48bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFzcz0i
TXNvTm9ybWFsIj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Y29s
b3I6YmxhY2siPiZuYnNwOzwvc3Bhbj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImNvbG9yOmJs
YWNrIj48bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBs
YW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Y29sb3I6YmxhY2siPkEgZmV3IG1p
bm9yIGVkaXRvcmlhbCBjb21tZW50cyBvbiBkcmFmdC1pZXRmLWNvcmUtbXVsdGlwYXJ0LWN0LTAz
Ojwvc3Bhbj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImNvbG9yOmJsYWNrIj48bzpwPjwvbzpw
Pjwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5
bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Y29sb3I6YmxhY2siPiZuYnNwOzwvc3Bhbj48c3BhbiBsYW5n
PSJFTi1VUyIgc3R5bGU9ImNvbG9yOmJsYWNrIj48bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8cCBj
bGFzcz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZToxMS4w
cHQ7Y29sb3I6YmxhY2siPihJIGhhdmVu4oCZdCByZWFkIHRoZSBJRVNHIHJldmlldyBjb21tZW50
cywgc28gbXkgYXBvbG9naWVzIGlmIHNvbWVvbmUgaGFzIGFscmVhZHkgcmFpc2VkIHRoZXNlIGNv
bW1lbnRzKTwvc3Bhbj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImNvbG9yOmJsYWNrIj48bzpw
PjwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJFTi1V
UyIgc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Y29sb3I6YmxhY2siPiZuYnNwOzwvc3Bhbj48c3Bh
biBsYW5nPSJFTi1VUyIgc3R5bGU9ImNvbG9yOmJsYWNrIj48bzpwPjwvbzpwPjwvc3Bhbj48L3A+
DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6
ZToxMS4wcHQ7Y29sb3I6YmxhY2siPi0tLTwvc3Bhbj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9
ImNvbG9yOmJsYWNrIj48bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFs
Ij48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Y29sb3I6YmxhY2si
PiZuYnNwOzwvc3Bhbj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImNvbG9yOmJsYWNrIj48bzpw
PjwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJFTi1V
UyIgc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Y29sb3I6YmxhY2siPlExOjwvc3Bhbj48c3BhbiBs
YW5nPSJFTi1VUyIgc3R5bGU9ImNvbG9yOmJsYWNrIj48bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8
cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZTox
MS4wcHQ7Y29sb3I6YmxhY2siPiZuYnNwOzwvc3Bhbj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9
ImNvbG9yOmJsYWNrIj48bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFs
Ij48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Y29sb3I6YmxhY2si
PlRoZSBJbnRyb2R1Y3Rpb24gc2F5cyB0YWxrcyBhYm91dCDigJxyZXF1ZXN0IG9yIHJlc3BvbnNl
IGJvZHnigJkuPC9zcGFuPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iY29sb3I6YmxhY2siPjxv
OnA+PC9vOnA+PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVO
LVVTIiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtjb2xvcjpibGFjayI+Jm5ic3A7PC9zcGFuPjxz
cGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iY29sb3I6YmxhY2siPjxvOnA+PC9vOnA+PC9zcGFuPjwv
cD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1z
aXplOjExLjBwdDtjb2xvcjpibGFjayI+SG93ZXZlciwgd2hlbiBsb29raW5nIGluIFJGQyA3MjUy
LCBJIGRvbuKAmXQgZmluZCDigJhib2R54oCZIGFueXdoZXJlLjwvc3Bhbj48c3BhbiBsYW5nPSJF
Ti1VUyIgc3R5bGU9ImNvbG9yOmJsYWNrIj48bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFz
cz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7
Y29sb3I6YmxhY2siPiZuYnNwOzwvc3Bhbj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImNvbG9y
OmJsYWNrIj48bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3Bh
biBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Y29sb3I6YmxhY2siPkkgYXNz
dW1lIHRoYXQg4oCYYm9keeKAmSByZWZlcnMgdG8gd2hhdCBSRkMgNzI1MiBjYWxscyDigJhwYXls
b2Fk4oCZLiBJZiBzbywgSSBzdWdnZXN0IGFsaWduaW5nIHRoZSB0ZXJtaW5vbG9neS48L3NwYW4+
PHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJjb2xvcjpibGFjayI+PG86cD48L286cD48L3NwYW4+
PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250
LXNpemU6MTEuMHB0O2NvbG9yOmJsYWNrIj4mbmJzcDs8L3NwYW4+PHNwYW4gbGFuZz0iRU4tVVMi
IHN0eWxlPSJjb2xvcjpibGFjayI+PG86cD48L286cD48L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1z
b05vcm1hbCI+PHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LXNpemU6MTEuMHB0O2NvbG9y
OmJsYWNrIj4oRm9yIHNvbWUgcmVhc29uIHNlY3Rpb24gMTAuMi4zIG9mIFJGQyA3MjUyIGRvZXMg
dXNlIOKAmG1lc3NhZ2UtYm9keeKAmSwgd2l0aG91dCBhbnkgZXhwbGFuYXRpb24gb3IgcmVmZXJl
bmNlLCBidXQgSSBndWVzcyB0aGF0IGlzIGp1c3QgYW4gZXJyb3IpPC9zcGFuPjxzcGFuIGxhbmc9
IkVOLVVTIiBzdHlsZT0iY29sb3I6YmxhY2siPjxvOnA+PC9vOnA+PC9zcGFuPjwvcD4NCjxwIGNs
YXNzPSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1zaXplOjExLjBw
dDtjb2xvcjpibGFjayI+Jm5ic3A7PC9zcGFuPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iY29s
b3I6YmxhY2siPjxvOnA+PC9vOnA+PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxz
cGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtjb2xvcjpibGFjayI+LS0t
PC9zcGFuPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iY29sb3I6YmxhY2siPjxvOnA+PC9vOnA+
PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHls
ZT0iZm9udC1zaXplOjExLjBwdDtjb2xvcjpibGFjayI+Jm5ic3A7PC9zcGFuPjxzcGFuIGxhbmc9
IkVOLVVTIiBzdHlsZT0iY29sb3I6YmxhY2siPjxvOnA+PC9vOnA+PC9zcGFuPjwvcD4NCjxwIGNs
YXNzPSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1zaXplOjExLjBw
dDtjb2xvcjpibGFjayI+UTI6PC9zcGFuPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iY29sb3I6
YmxhY2siPjxvOnA+PC9vOnA+PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFu
IGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtjb2xvcjpibGFjayI+Jm5ic3A7
PC9zcGFuPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iY29sb3I6YmxhY2siPjxvOnA+PC9vOnA+
PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHls
ZT0iZm9udC1zaXplOjExLjBwdDtjb2xvcjpibGFjayI+UmVsYXRlZCB0byBRMSwgdGhlIHRleHQg
c2F5czo8L3NwYW4+PHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJjb2xvcjpibGFjayI+PG86cD48
L286cD48L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gbGFuZz0iRU4tVVMi
IHN0eWxlPSJmb250LXNpemU6MTEuMHB0O2NvbG9yOmJsYWNrIj4mbmJzcDs8L3NwYW4+PHNwYW4g
bGFuZz0iRU4tVVMiIHN0eWxlPSJjb2xvcjpibGFjayI+PG86cD48L286cD48L3NwYW4+PC9wPg0K
PHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LXNpemU6
MTEuMHB0O2NvbG9yOmJsYWNrIj4mbmJzcDsmbmJzcDsg4oCcY2FuIGJlIHVzZWQgdG8gY29tYmlu
ZSByZXByZXNlbnRhdGlvbnMgb2YgemVybyBvciBtb3JlIGRpZmZlcmVudCBtZWRpYSB0eXBlcyBp
bnRvIGEgc2luZ2xlIG1lc3NhZ2XigJ08L3NwYW4+PHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJj
b2xvcjpibGFjayI+PG86cD48L286cD48L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+
PHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LXNpemU6MTEuMHB0O2NvbG9yOmJsYWNrIj4m
bmJzcDs8L3NwYW4+PHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJjb2xvcjpibGFjayI+PG86cD48
L286cD48L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gbGFuZz0iRU4tVVMi
IHN0eWxlPSJmb250LXNpemU6MTEuMHB0O2NvbG9yOmJsYWNrIj5JIGFzc3VtZSBpdCBtZWFucyDi
gJhzaW5nbGUgbWVzc2FnZSBwYXlsb2Fk4oCZPyBCZWNhdXNlLCB5b3UgYXJlIG5vdCBjb21iaW5n
IG90aGVyIHBhcnRzIChDb2RlcywgVG9rZW5zIGV0Yykgb2YgdGhlIG1lc3NhZ2UsIGFyZSB5b3U/
PC9zcGFuPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iY29sb3I6YmxhY2siPjxvOnA+PC9vOnA+
PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHls
ZT0iZm9udC1zaXplOjExLjBwdDtjb2xvcjpibGFjayI+Jm5ic3A7PC9zcGFuPjxzcGFuIGxhbmc9
IkVOLVVTIiBzdHlsZT0iY29sb3I6YmxhY2siPjxvOnA+PC9vOnA+PC9zcGFuPjwvcD4NCjxwIGNs
YXNzPSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1zaXplOjExLjBw
dDtjb2xvcjpibGFjayI+SSB0aGluayBpdCB3b3VsZCBiZSBtb3JlIGNsZWFyIGlmIHlvdSBzYWlk
IOKAmGNvbWJpbmUgbXVsdGlwbGUgcmVwcmVzZW50YXRpb25zLCBlYWNoIHVzaW5nIHRoZSBzYW1l
IG9yIGRpZmZlcmVudCBtZWRpYSB0eXBlcywgaW50byBhIHNpbmdsZSBtZXNzYWdlIHBheWxvYWTi
gJkuPC9zcGFuPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iY29sb3I6YmxhY2siPjxvOnA+PC9v
OnA+PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVTIiBz
dHlsZT0iZm9udC1zaXplOjExLjBwdDtjb2xvcjpibGFjayI+Jm5ic3A7PC9zcGFuPjxzcGFuIGxh
bmc9IkVOLVVTIiBzdHlsZT0iY29sb3I6YmxhY2siPjxvOnA+PC9vOnA+PC9zcGFuPjwvcD4NCjxw
IGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1zaXplOjEx
LjBwdDtjb2xvcjpibGFjayI+LS0tPC9zcGFuPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iY29s
b3I6YmxhY2siPjxvOnA+PC9vOnA+PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxz
cGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtjb2xvcjpibGFjayI+Jm5i
c3A7PC9zcGFuPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iY29sb3I6YmxhY2siPjxvOnA+PC9v
OnA+PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVTIiBz
dHlsZT0iZm9udC1zaXplOjExLjBwdDtjb2xvcjpibGFjayI+UTM6IFRoZSBkcmFmdCB1c2VzIGJv
dGgg4oCYbWVkaWEgdHlwZeKAmSBhbmQg4oCYbWVkaWEtdHlwZeKAmS4gUkZDIDcyNTIgdXNlcyDi
gJhtZWRpYSB0eXBl4oCZICh0aGVyZSBpcyBvbmUgaW5zdGFuY2Ugb2Yg4oCYbWVkaWEtdHlwZeKA
mSwgdGhvdWdoKSwgc28gbWF5YmUgYWxpZ24gd2l0aCB0aGF0Pzwvc3Bhbj48c3BhbiBsYW5nPSJF
Ti1VUyIgc3R5bGU9ImNvbG9yOmJsYWNrIj48bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFz
cz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7
Y29sb3I6YmxhY2siPiZuYnNwOzwvc3Bhbj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImNvbG9y
OmJsYWNrIj48bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3Bh
biBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Y29sb3I6YmxhY2siPlJlZ2Fy
ZHMsPC9zcGFuPjxzcGFuIGxhbmc9IkZJIiBzdHlsZT0iY29sb3I6YmxhY2siPjxvOnA+PC9vOnA+
PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHls
ZT0iZm9udC1zaXplOjExLjBwdDtjb2xvcjpibGFjayI+Jm5ic3A7PC9zcGFuPjxzcGFuIGxhbmc9
IkZJIiBzdHlsZT0iY29sb3I6YmxhY2siPjxvOnA+PC9vOnA+PC9zcGFuPjwvcD4NCjxwIGNsYXNz
PSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtj
b2xvcjpibGFjayI+Q2hyaXN0ZXI8L3NwYW4+PHNwYW4gbGFuZz0iRkkiIHN0eWxlPSJjb2xvcjpi
bGFjayI+PG86cD48L286cD48L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4g
bGFuZz0iRkkiIHN0eWxlPSJmb250LXNpemU6MTEuMHB0Ij48bzpwPiZuYnNwOzwvbzpwPjwvc3Bh
bj48L3A+DQo8L2Rpdj4NCjwvYm9keT4NCjwvaHRtbD4NCg==

--_000_HE1PR07MB316145ACB50BED8616460D3993AA0HE1PR07MB3161eurp_--


From nobody Wed Aug 21 15:33:30 2019
Return-Path: <ietf@augustcellars.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 891D4120843; Wed, 21 Aug 2019 15:33:24 -0700 (PDT)
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, SPF_HELO_NONE=0.001, 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 4QlnDInA74Dc; Wed, 21 Aug 2019 15:33:22 -0700 (PDT)
Received: from mail2.augustcellars.com (augustcellars.com [50.45.239.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5A89B120816; Wed, 21 Aug 2019 15:33:22 -0700 (PDT)
Received: from Jude (73.180.8.170) by mail2.augustcellars.com (192.168.0.56) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Wed, 21 Aug 2019 15:33:15 -0700
From: Jim Schaad <ietf@augustcellars.com>
To: <draft-ietf-core-coap-pubsub@ietf.org>
CC: <core@ietf.org>
Date: Wed, 21 Aug 2019 15:33:12 -0700
Message-ID: <02f001d55870$6c9938e0$45cbaaa0$@augustcellars.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook 16.0
Thread-Index: AdVYZPF9WJUtblCDQeytd3wDbkI2aw==
Content-Language: en-us
X-Originating-IP: [73.180.8.170]
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/4XjVDdAxu1IsjzDC1NKnwefG8_A>
Subject: [core] Pub-Sub Issues/Discussions
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 21 Aug 2019 22:33:29 -0000

So I found the interim call today very useful in terms of trying to get some
progress on how to implement a Pub-Sub server.  I am going to recap what I
heard and add some items that were not said but I think were implied from
the discussions for general review.

1.  Vocabulary and default values:
The set of items in proposal.txt is a reasonable starting place but is going
to get changed in many ways going forward, not the least in the URI being
used.

Content Type:  If not provided by the creator defaults to the first content
type published to the topic.  One implication of this is that all items
published to the server are required to have a content type.

Lifetime:  There are two separate lifetime values, one for the topic and one
for the data.  The default for the topic is infinite, but a server could be
configured to have a lower value to prevent building up crud.  The default
for data is infinite and should not be configured by the server only the
topic creator.  A topic expiring will automatically garbage collect the data
object as well.

Vocabulary will need to provide some behavior questions on read/write and
filter:   I expect there are write-once items (ct, initial value), items
which are never read (initial value)

2.  CoRAL order implications:  The gist of the conversation is that for some
applications the order of items in the CoRAL serialization is significant,
but for other applications the order is not going to be of significance.
My guess is that for pub-sub the order is not significant and will start
that way.  The order however might be significant for some of the data that
is attached and attributed to the topic creator.  This leads to a CoRAL
discussion topic about how to put third party statements into a CoRAL
document in such a way as to make sure that the third party is identified as
responsible for the statements and not the provider of the CoRAL document.

3.  Hierarchy of topics: This really needs to be done, but nobody really
understands the implications of what should be done.  As an example, can you
"subscribe to a root resource" and get any events for all changes in the
child nodes as well as the root node.  If the answer is yes, then there are
questions about how this is presented to the subscriber to ensure that this
works well.  The ability to do filtering, condition/event triggers and so
forth makes this even more complicated.

4.  Currently the concept of creating a topic on publish of the data is no
longer viable.  There will be a method for providing an initial data item to
be published when the topic is created, along with the ability to do a
tombstone publication.  

Jim



From nobody Wed Aug 21 23:50:29 2019
Return-Path: <Thomas.Fossati@arm.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 98A0F120143 for <core@ietfa.amsl.com>; Wed, 21 Aug 2019 23:50:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level: 
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=armh.onmicrosoft.com header.b=B61AHPeK; dkim=fail (1024-bit key) reason="fail (body has been altered)" header.d=armh.onmicrosoft.com header.b=dQliVdBN
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 MmwcwE1VtnqB for <core@ietfa.amsl.com>; Wed, 21 Aug 2019 23:50:20 -0700 (PDT)
Received: from EUR04-VI1-obe.outbound.protection.outlook.com (mail-eopbgr80089.outbound.protection.outlook.com [40.107.8.89]) (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 60C6A120100 for <core@ietf.org>; Wed, 21 Aug 2019 23:50:20 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=armh.onmicrosoft.com;  s=selector2-armh-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=fQGyqngP9sTE9+8lmpDHoBfshkfuh+VXWAzWYy+2V4A=; b=B61AHPeKVWKA9vxuoZHnWuTxe//yv99srJJrXElxa+FB/AYOzNaaoGaKIfjUsW96r4DJJNyaPFyEuwOTAtG2dbL+Gb4Ny+S1LWqDddgBbhBsE1mJ2dgb3VjAMLiXwO8ukFIVchipIduh7y6Hl6OG6yISqZzHk+nu2EVzd44GQRo=
Received: from DB7PR08CA0015.eurprd08.prod.outlook.com (2603:10a6:5:16::28) by AM6PR08MB4950.eurprd08.prod.outlook.com (2603:10a6:20b:ea::31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2178.19; Thu, 22 Aug 2019 06:50:16 +0000
Received: from VE1EUR03FT003.eop-EUR03.prod.protection.outlook.com (2a01:111:f400:7e09::207) by DB7PR08CA0015.outlook.office365.com (2603:10a6:5:16::28) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.2178.19 via Frontend Transport; Thu, 22 Aug 2019 06:50:16 +0000
Authentication-Results: spf=temperror (sender IP is 63.35.35.123) smtp.mailfrom=arm.com; ietf.org; dkim=pass (signature was verified) header.d=armh.onmicrosoft.com;ietf.org; dmarc=temperror action=none header.from=arm.com;
Received-SPF: TempError (protection.outlook.com: error in processing during lookup of arm.com: DNS Timeout)
Received: from 64aa7808-outbound-1.mta.getcheckrecipient.com (63.35.35.123) by VE1EUR03FT003.mail.protection.outlook.com (10.152.18.108) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.2199.13 via Frontend Transport; Thu, 22 Aug 2019 06:50:14 +0000
Received: ("Tessian outbound 71602e13cd49:v26"); Thu, 22 Aug 2019 06:50:14 +0000
X-CheckRecipientChecked: true
X-CR-MTA-CID: 3c879b4ca27f499a
X-CR-MTA-TID: 64aa7808
Received: from d0e8b5104006.1 (cr-mta-lb-1.cr-mta-net [104.47.8.52]) by 64aa7808-outbound-1.mta.getcheckrecipient.com id CFE77573-90A5-45E5-B9FF-FCE11B7E7E09.1;  Thu, 22 Aug 2019 06:50:09 +0000
Received: from EUR03-AM5-obe.outbound.protection.outlook.com (mail-am5eur03lp2052.outbound.protection.outlook.com [104.47.8.52]) by 64aa7808-outbound-1.mta.getcheckrecipient.com with ESMTPS id d0e8b5104006.1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384); Thu, 22 Aug 2019 06:50:09 +0000
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=mefooZbz3kwNgNwvHG2io8uMinAFWaKMPRoJ4hk39ybv5g5J2wY1OyPuxP3t/fmgwd6xLNCW0OvIfnJCD4hRW8YwJem0+H6VVuvsaYAJqdoc0DPb05TmIvIheAWP1vWraob7ORWIKINBn6Nyx17d+rbdc54hMb76RMEGsuCSYBSzFrY1U+bKhQFhPEkXtN9EvsI5BG4OXbwmObZwrsLJKcWoU7/2qewn0CGnAnKd+jiel/zsRoGrmkESfIcbm3G96wEqgk/skgqJAE3SdY/6OdZ9VAWPgP5vZ8NQi9FIRVQ2mhiKCFvHnkQef7lIr4IhRbqr1VZiMcNPTq9CuJALzw==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=NjYC1HJECPA+IDH8mE1q0Fe/DSehv5Ewf+17q0IBjM8=; b=AZk6ZHWJFNQqxUYTj7mcjEb/Jd1tDZrAejfHdmh7a0FMQV5DnXX088y2zytgk8KGluk2VI2pK0igxn0BKkMp5uOgndJ9CzrgyLt3mf8JQxF1rOWN8oL7DMqNLHdi286JIPHEDKwL9cs4T5BURLZl0+rnc/Okf3LksSw32UdGyfqDwDVjF+0G0wr+ExIAn7aAbs2I7e3jgcQcRXa0UJDkEqXfwmFp4CSjM/ToJ2VOZPRzDEJwhtA3VFzmxFtQHQZfyZI52U8kJ6DqzloUKzxYg9Kp/bJaK+rIGLUKYu6yKvy/4x4Bb03aQwhtiF44tyaOotu6gOZYgeED44hUvVMxIw==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=armh.onmicrosoft.com;  s=selector2-armh-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=NjYC1HJECPA+IDH8mE1q0Fe/DSehv5Ewf+17q0IBjM8=; b=dQliVdBNXbEGd/bSftS6lVZrhcuoxkc2WUy7a3bog4xMKbouAPxvBYrZIDiXL6yW58ZSJm7Mw20JWn2tDn17//xQZ4D8ED7F1C/VN3u3S5snrP0SuiEtg+pDd+QZelGFsHWnu46wUK1aACCNV5uXm3iqMbosADgqsiSedVQS2/Y=
Received: from AM6PR08MB4231.eurprd08.prod.outlook.com (20.179.18.151) by AM6PR08MB3047.eurprd08.prod.outlook.com (52.135.167.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2178.16; Thu, 22 Aug 2019 06:50:07 +0000
Received: from AM6PR08MB4231.eurprd08.prod.outlook.com ([fe80::6020:78b2:b6a8:24a2]) by AM6PR08MB4231.eurprd08.prod.outlook.com ([fe80::6020:78b2:b6a8:24a2%5]) with mapi id 15.20.2178.020; Thu, 22 Aug 2019 06:50:07 +0000
From: Thomas Fossati <Thomas.Fossati@arm.com>
To: Christer Holmberg <christer.holmberg@ericsson.com>, "core@ietf.org" <core@ietf.org>
Thread-Topic: [core] MULTIPART-CT: A few editorial comments
Thread-Index: AQHVWLXVDJdpeeA2N0+Yz7eb1XE30A==
Date: Thu, 22 Aug 2019 06:50:07 +0000
Message-ID: <0F72A75A-3CCE-46FA-A4B8-333978B5C0A8@arm.com>
Accept-Language: en-GB, en-US
Content-Language: en-GB
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/10.1c.0.190812
Authentication-Results-Original: spf=none (sender IP is ) smtp.mailfrom=Thomas.Fossati@arm.com; 
x-originating-ip: [82.11.185.80]
x-ms-publictraffictype: Email
X-MS-Office365-Filtering-Correlation-Id: 026c4e2f-8b7d-4576-88f4-08d726ccfcb1
X-MS-Office365-Filtering-HT: Tenant
X-Microsoft-Antispam-Untrusted: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(5600166)(711020)(4605104)(1401327)(4618075)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(2017052603328)(7193020); SRVR:AM6PR08MB3047; 
X-MS-TrafficTypeDiagnostic: AM6PR08MB3047:|AM6PR08MB4950:
X-MS-Exchange-PUrlCount: 1
x-ms-exchange-transport-forked: True
X-Microsoft-Antispam-PRVS: <AM6PR08MB49500D70F841C786A438BC0C9CA50@AM6PR08MB4950.eurprd08.prod.outlook.com>
x-checkrecipientrouted: true
x-ms-oob-tlc-oobclassifiers: OLM:10000;OLM:10000;
x-forefront-prvs: 01371B902F
X-Forefront-Antispam-Report-Untrusted: SFV:NSPM; SFS:(10009020)(4636009)(346002)(366004)(376002)(396003)(39850400004)(136003)(199004)(189003)(66476007)(81156014)(36756003)(66556008)(8936002)(186003)(229853002)(6306002)(33656002)(26005)(53546011)(236005)(91956017)(6506007)(316002)(6486002)(478600001)(71190400001)(71200400001)(6436002)(2616005)(256004)(14454004)(58126008)(8676002)(476003)(486006)(81166006)(66946007)(66446008)(76116006)(64756008)(54896002)(102836004)(110136005)(6512007)(966005)(5660300002)(25786009)(66066001)(99286004)(6246003)(2501003)(53936002)(86362001)(606006)(7736002)(4326008)(2906002)(3846002)(6116002); DIR:OUT; SFP:1101; SCL:1; SRVR:AM6PR08MB3047; H:AM6PR08MB4231.eurprd08.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; A:1; MX:1; 
received-spf: None (protection.outlook.com: arm.com does not designate permitted sender hosts)
X-MS-Exchange-SenderADCheck: 1
X-Microsoft-Antispam-Message-Info-Original: pm5MaQPpo8brEgf+YYVMpkX289NwM16PAilmvxKknC1NMccGemYzqr+kY6CeXZUDFH93nnIQM6nbt3pswl7TDBY1dfJ2RleP5vWXo/j7tdM7gAzE5PqPM4BET2HaSlYkrxG/k7ocvs4yuajd9qUTrcCvMMGGnuFdbAWkLJJDN0hQRIHqb81VrMOnPHnGECA5ybql9Wv8Cc4Y0R1oq9WIh9N2T8Wf7q+p6pmCgkqYZJByiVblLZVc5Cdc1ujvOqxQFg/lU4/onNOkkG4K62H9j2X2mmJQ6xMip/i1DclDvTzCVSdfWhaxhOknWuDY+l9attHA1BdFn4EwZNB7OnMdzapKG5uHblE1HP9uc9A/COOhQfpQli57JBu17Jdlg5bjrIWF5DilCl3CNBFelWWX9+hU8+33BfGks9/ZmZ0Ml8E=
Content-Type: multipart/alternative; boundary="_000_0F72A75A3CCE46FAA4B8333978B5C0A8armcom_"
MIME-Version: 1.0
X-MS-Exchange-Transport-CrossTenantHeadersStamped: AM6PR08MB3047
Original-Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=Thomas.Fossati@arm.com; 
X-EOPAttributedMessage: 0
X-MS-Exchange-Transport-CrossTenantHeadersStripped: VE1EUR03FT003.eop-EUR03.prod.protection.outlook.com
X-Forefront-Antispam-Report: CIP:63.35.35.123; IPV:CAL; SCL:-1; CTRY:IE; EFV:NLI; SFV:NSPM; SFS:(10009020)(4636009)(346002)(136003)(396003)(39860400002)(376002)(2980300002)(199004)(189003)(40434004)(186003)(30436002)(3846002)(486006)(2501003)(6116002)(236005)(33964004)(2616005)(6506007)(336012)(53546011)(36906005)(66574012)(58126008)(86362001)(6306002)(22756006)(6512007)(99286004)(356004)(316002)(476003)(26005)(63350400001)(63370400001)(102836004)(110136005)(16586007)(26826003)(126002)(71190400001)(5660300002)(76130400001)(14454004)(8676002)(81156014)(6246003)(14444005)(966005)(6486002)(54896002)(2906002)(4326008)(229853002)(478600001)(25786009)(5024004)(81166006)(66066001)(33656002)(606006)(8936002)(36756003)(7736002)(45080400002)(4546004)(70586007)(70206006); DIR:OUT; SFP:1101; SCL:1; SRVR:AM6PR08MB4950; H:64aa7808-outbound-1.mta.getcheckrecipient.com; FPR:; SPF:TempError; LANG:en;  PTR:ec2-63-35-35-123.eu-west-1.compute.amazonaws.com; A:1; MX:1; 
X-MS-Office365-Filtering-Correlation-Id-Prvs: 7f2a0db2-9d99-4219-8a7b-08d726ccf81e
X-Microsoft-Antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(5600166)(710020)(711020)(4605104)(1401327)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(2017052603328)(7193020); SRVR:AM6PR08MB4950; 
X-Forefront-PRVS: 01371B902F
X-Microsoft-Antispam-Message-Info: aZMjI76NjaHgYZsU13zB7XXKHD173vb+e5js0VrVtc4g42fokBXSXLHUUjJPO/ojSjxm7H7DGGRVSVmmY1zNmHkWQ/tO7LbaatIgUulf2/lOR/2ZmarNaPzSIPGZRcn8CCb0+qRv8B1YcD9RgmJnOML+cWCyPR1d9yT2S+KkoOGY64MmLNt8OjtW6pvDoo+SJtvQKsf02igVrLvWBzzDvPvZqKFnmHw0VaschkT9py/DBFWe2ya4gKAqO25LFMS8NVOjBnfU6yD7G2BFE+2dbOpWC5dz1zzmQukoQkOiTm+Bfypi61YwEofFOfSdQSp86hJ2vjO7m4ZmQys2kQLVLsCBRB95XlBQEa1RkjQCYrrxsZKU102/z7pJZD7+W7vVlWcYFebTv0+tgo1F2XJ9tROBxjX3tMdusXZxibUsUQ0=
X-OriginatorOrg: arm.com
X-MS-Exchange-CrossTenant-OriginalArrivalTime: 22 Aug 2019 06:50:14.9200 (UTC)
X-MS-Exchange-CrossTenant-Network-Message-Id: 026c4e2f-8b7d-4576-88f4-08d726ccfcb1
X-MS-Exchange-CrossTenant-Id: f34e5979-57d9-4aaa-ad4d-b122a662184d
X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=f34e5979-57d9-4aaa-ad4d-b122a662184d; Ip=[63.35.35.123];  Helo=[64aa7808-outbound-1.mta.getcheckrecipient.com]
X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem
X-MS-Exchange-Transport-CrossTenantHeadersStamped: AM6PR08MB4950
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/jGrQUbkTw5AJgQhzk18cbUmxGVc>
Subject: Re: [core] MULTIPART-CT: A few editorial comments
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 22 Aug 2019 06:50:25 -0000

--_000_0F72A75A3CCE46FAA4B8333978B5C0A8armcom_
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64

SEkgQ2hyaXN0ZXIsDQoNClNvcnJ5IGZvciBtaXNzaW5nIHlvdXIgY29tbWVudHMuDQoNCkkgZ3Vl
c3Mgd2UgaGF2ZSB0d28gcG9zc2libGUgcGF0aHMgdG8gZ2V0IHRoZW0gaW46DQoNCiAgMS4gIElm
IHRoZSBJRVNHIHByb2Nlc3NpbmcgdHJpZ2dlcnMgYSBuZXcgcmV2aWV3LCB3ZSB3aWxsIGJlIGFk
ZHJlc3NpbmcgeW91ciBjb21tZW50cyBpbiB0aGUgdXBkYXRlZCBkcmFmdDsNCiAgMi4gIE90aGVy
d2lzZSwgYmVpbmcgcHVyZWx5IGVkaXRvcmlhbCwgdGhlc2UgY2FuIGJlIGZpeGVkIGJ5IHRoZSBS
RkMgZWRpdG9yLg0KDQooSSBoYXZlIGZpbGVkIGh0dHBzOi8vZ2l0aHViLmNvbS9jb3JlLXdnL211
bHRpcGFydC1jdC9pc3N1ZXMvMjUgdG8gdHJhY2sgdGhlbS4pDQoNCkNoZWVycywgdGhhbmtzIQ0K
DQpGcm9tOiBjb3JlIDxjb3JlLWJvdW5jZXNAaWV0Zi5vcmc+IG9uIGJlaGFsZiBvZiBDaHJpc3Rl
ciBIb2xtYmVyZyA8Y2hyaXN0ZXIuaG9sbWJlcmdAZXJpY3Nzb24uY29tPg0KRGF0ZTogV2VkbmVz
ZGF5LCAyMSBBdWd1c3QgMjAxOSBhdCAyMTo0MA0KVG86ICJjb3JlQGlldGYub3JnIiA8Y29yZUBp
ZXRmLm9yZz4NClN1YmplY3Q6IFJlOiBbY29yZV0gTVVMVElQQVJULUNUOiBBIGZldyBlZGl0b3Jp
YWwgY29tbWVudHMNCg0KSGksDQoNClVubGVzcyBJIGhhdmUgbWlzc2VkIGl0LCBJIHdvdWxkIGFw
cHJlY2lhdGUgaWYgdGhlIGlzc3VlcyBiZWxvdyBjb3VsZCBiZSBhZGRyZXNzZWQuIFRoZXkgc2hv
dWxkIG9ubHkgYmUgZWRpdG9yaWFsLg0KDQpSZWdhcmRzLA0KDQpDaHJpc3Rlcg0KDQpMw6RoZXR0
w6Rqw6Q6IGNvcmUgPGNvcmUtYm91bmNlc0BpZXRmLm9yZz4gUHVvbGVzdGEgQ2hyaXN0ZXIgSG9s
bWJlcmcNCkzDpGhldGV0dHk6IHRpaXN0YWkgMjMuIGhlaW7DpGt1dXRhIDIwMTkgMTcuNTMNClZh
c3RhYW5vdHRhamE6IGNvcmVAaWV0Zi5vcmcNCkFpaGU6IFtjb3JlXSBNVUxUSVBBUlQtQ1Q6IEEg
ZmV3IGVkaXRvcmlhbCBjb21tZW50cw0KDQpIaSwNCg0KQSBmZXcgbWlub3IgZWRpdG9yaWFsIGNv
bW1lbnRzIG9uIGRyYWZ0LWlldGYtY29yZS1tdWx0aXBhcnQtY3QtMDM6DQoNCihJIGhhdmVu4oCZ
dCByZWFkIHRoZSBJRVNHIHJldmlldyBjb21tZW50cywgc28gbXkgYXBvbG9naWVzIGlmIHNvbWVv
bmUgaGFzIGFscmVhZHkgcmFpc2VkIHRoZXNlIGNvbW1lbnRzKQ0KDQotLS0NCg0KUTE6DQoNClRo
ZSBJbnRyb2R1Y3Rpb24gc2F5cyB0YWxrcyBhYm91dCDigJxyZXF1ZXN0IG9yIHJlc3BvbnNlIGJv
ZHnigJkuDQoNCkhvd2V2ZXIsIHdoZW4gbG9va2luZyBpbiBSRkMgNzI1MiwgSSBkb27igJl0IGZp
bmQg4oCYYm9keeKAmSBhbnl3aGVyZS4NCg0KSSBhc3N1bWUgdGhhdCDigJhib2R54oCZIHJlZmVy
cyB0byB3aGF0IFJGQyA3MjUyIGNhbGxzIOKAmHBheWxvYWTigJkuIElmIHNvLCBJIHN1Z2dlc3Qg
YWxpZ25pbmcgdGhlIHRlcm1pbm9sb2d5Lg0KDQooRm9yIHNvbWUgcmVhc29uIHNlY3Rpb24gMTAu
Mi4zIG9mIFJGQyA3MjUyIGRvZXMgdXNlIOKAmG1lc3NhZ2UtYm9keeKAmSwgd2l0aG91dCBhbnkg
ZXhwbGFuYXRpb24gb3IgcmVmZXJlbmNlLCBidXQgSSBndWVzcyB0aGF0IGlzIGp1c3QgYW4gZXJy
b3IpDQoNCi0tLQ0KDQpRMjoNCg0KUmVsYXRlZCB0byBRMSwgdGhlIHRleHQgc2F5czoNCg0KICAg
4oCcY2FuIGJlIHVzZWQgdG8gY29tYmluZSByZXByZXNlbnRhdGlvbnMgb2YgemVybyBvciBtb3Jl
IGRpZmZlcmVudCBtZWRpYSB0eXBlcyBpbnRvIGEgc2luZ2xlIG1lc3NhZ2XigJ0NCg0KSSBhc3N1
bWUgaXQgbWVhbnMg4oCYc2luZ2xlIG1lc3NhZ2UgcGF5bG9hZOKAmT8gQmVjYXVzZSwgeW91IGFy
ZSBub3QgY29tYmluZyBvdGhlciBwYXJ0cyAoQ29kZXMsIFRva2VucyBldGMpIG9mIHRoZSBtZXNz
YWdlLCBhcmUgeW91Pw0KDQpJIHRoaW5rIGl0IHdvdWxkIGJlIG1vcmUgY2xlYXIgaWYgeW91IHNh
aWQg4oCYY29tYmluZSBtdWx0aXBsZSByZXByZXNlbnRhdGlvbnMsIGVhY2ggdXNpbmcgdGhlIHNh
bWUgb3IgZGlmZmVyZW50IG1lZGlhIHR5cGVzLCBpbnRvIGEgc2luZ2xlIG1lc3NhZ2UgcGF5bG9h
ZOKAmS4NCg0KLS0tDQoNClEzOiBUaGUgZHJhZnQgdXNlcyBib3RoIOKAmG1lZGlhIHR5cGXigJkg
YW5kIOKAmG1lZGlhLXR5cGXigJkuIFJGQyA3MjUyIHVzZXMg4oCYbWVkaWEgdHlwZeKAmSAodGhl
cmUgaXMgb25lIGluc3RhbmNlIG9mIOKAmG1lZGlhLXR5cGXigJksIHRob3VnaCksIHNvIG1heWJl
IGFsaWduIHdpdGggdGhhdD8NCg0KUmVnYXJkcywNCg0KQ2hyaXN0ZXINCg0KSU1QT1JUQU5UIE5P
VElDRTogVGhlIGNvbnRlbnRzIG9mIHRoaXMgZW1haWwgYW5kIGFueSBhdHRhY2htZW50cyBhcmUg
Y29uZmlkZW50aWFsIGFuZCBtYXkgYWxzbyBiZSBwcml2aWxlZ2VkLiBJZiB5b3UgYXJlIG5vdCB0
aGUgaW50ZW5kZWQgcmVjaXBpZW50LCBwbGVhc2Ugbm90aWZ5IHRoZSBzZW5kZXIgaW1tZWRpYXRl
bHkgYW5kIGRvIG5vdCBkaXNjbG9zZSB0aGUgY29udGVudHMgdG8gYW55IG90aGVyIHBlcnNvbiwg
dXNlIGl0IGZvciBhbnkgcHVycG9zZSwgb3Igc3RvcmUgb3IgY29weSB0aGUgaW5mb3JtYXRpb24g
aW4gYW55IG1lZGl1bS4gVGhhbmsgeW91Lg0K

--_000_0F72A75A3CCE46FAA4B8333978B5C0A8armcom_
Content-Type: text/html; charset="utf-8"
Content-ID: <D99AF350FCE6834BA677A8DA8C2BCCE3@eurprd08.prod.outlook.com>
Content-Transfer-Encoding: base64

PGh0bWwgeG1sbnM6bz0idXJuOnNjaGVtYXMtbWljcm9zb2Z0LWNvbTpvZmZpY2U6b2ZmaWNlIiB4
bWxuczp3PSJ1cm46c2NoZW1hcy1taWNyb3NvZnQtY29tOm9mZmljZTp3b3JkIiB4bWxuczptPSJo
dHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL29mZmljZS8yMDA0LzEyL29tbWwiIHhtbG5zPSJo
dHRwOi8vd3d3LnczLm9yZy9UUi9SRUMtaHRtbDQwIj4NCjxoZWFkPg0KPG1ldGEgaHR0cC1lcXVp
dj0iQ29udGVudC1UeXBlIiBjb250ZW50PSJ0ZXh0L2h0bWw7IGNoYXJzZXQ9dXRmLTgiPg0KPG1l
dGEgbmFtZT0iR2VuZXJhdG9yIiBjb250ZW50PSJNaWNyb3NvZnQgV29yZCAxNSAoZmlsdGVyZWQg
bWVkaXVtKSI+DQo8c3R5bGU+PCEtLQ0KLyogRm9udCBEZWZpbml0aW9ucyAqLw0KQGZvbnQtZmFj
ZQ0KCXtmb250LWZhbWlseToiQ2FtYnJpYSBNYXRoIjsNCglwYW5vc2UtMToyIDQgNSAzIDUgNCA2
IDMgMiA0O30NCkBmb250LWZhY2UNCgl7Zm9udC1mYW1pbHk6Q2FsaWJyaTsNCglwYW5vc2UtMToy
IDE1IDUgMiAyIDIgNCAzIDIgNDt9DQovKiBTdHlsZSBEZWZpbml0aW9ucyAqLw0KcC5Nc29Ob3Jt
YWwsIGxpLk1zb05vcm1hbCwgZGl2Lk1zb05vcm1hbA0KCXttYXJnaW46MGNtOw0KCW1hcmdpbi1i
b3R0b206LjAwMDFwdDsNCglmb250LXNpemU6MTIuMHB0Ow0KCWZvbnQtZmFtaWx5OiJDYWxpYnJp
IixzYW5zLXNlcmlmO30NCmE6bGluaywgc3Bhbi5Nc29IeXBlcmxpbmsNCgl7bXNvLXN0eWxlLXBy
aW9yaXR5Ojk5Ow0KCWNvbG9yOiMwNTYzQzE7DQoJdGV4dC1kZWNvcmF0aW9uOnVuZGVybGluZTt9
DQphOnZpc2l0ZWQsIHNwYW4uTXNvSHlwZXJsaW5rRm9sbG93ZWQNCgl7bXNvLXN0eWxlLXByaW9y
aXR5Ojk5Ow0KCWNvbG9yOiM5NTRGNzI7DQoJdGV4dC1kZWNvcmF0aW9uOnVuZGVybGluZTt9DQpw
Lk1zb0xpc3RQYXJhZ3JhcGgsIGxpLk1zb0xpc3RQYXJhZ3JhcGgsIGRpdi5Nc29MaXN0UGFyYWdy
YXBoDQoJe21zby1zdHlsZS1wcmlvcml0eTozNDsNCgltYXJnaW4tdG9wOjBjbTsNCgltYXJnaW4t
cmlnaHQ6MGNtOw0KCW1hcmdpbi1ib3R0b206MGNtOw0KCW1hcmdpbi1sZWZ0OjM2LjBwdDsNCglt
YXJnaW4tYm90dG9tOi4wMDAxcHQ7DQoJZm9udC1zaXplOjEyLjBwdDsNCglmb250LWZhbWlseToi
Q2FsaWJyaSIsc2Fucy1zZXJpZjt9DQpwLm1zb25vcm1hbDAsIGxpLm1zb25vcm1hbDAsIGRpdi5t
c29ub3JtYWwwDQoJe21zby1zdHlsZS1uYW1lOm1zb25vcm1hbDsNCgltc28tbWFyZ2luLXRvcC1h
bHQ6YXV0bzsNCgltYXJnaW4tcmlnaHQ6MGNtOw0KCW1zby1tYXJnaW4tYm90dG9tLWFsdDphdXRv
Ow0KCW1hcmdpbi1sZWZ0OjBjbTsNCglmb250LXNpemU6MTEuMHB0Ow0KCWZvbnQtZmFtaWx5OiJD
YWxpYnJpIixzYW5zLXNlcmlmO30NCnNwYW4uRW1haWxTdHlsZTE4DQoJe21zby1zdHlsZS10eXBl
OnBlcnNvbmFsOw0KCWZvbnQtZmFtaWx5OiJDYWxpYnJpIixzYW5zLXNlcmlmOw0KCWNvbG9yOndp
bmRvd3RleHQ7fQ0Kc3Bhbi5FbWFpbFN0eWxlMTkNCgl7bXNvLXN0eWxlLXR5cGU6cGVyc29uYWw7
DQoJZm9udC1mYW1pbHk6IkNhbGlicmkiLHNhbnMtc2VyaWY7DQoJY29sb3I6d2luZG93dGV4dDt9
DQpzcGFuLkVtYWlsU3R5bGUyMA0KCXttc28tc3R5bGUtdHlwZTpwZXJzb25hbC1yZXBseTsNCglm
b250LWZhbWlseToiQ2FsaWJyaSIsc2Fucy1zZXJpZjsNCgljb2xvcjp3aW5kb3d0ZXh0O30NCi5N
c29DaHBEZWZhdWx0DQoJe21zby1zdHlsZS10eXBlOmV4cG9ydC1vbmx5Ow0KCWZvbnQtc2l6ZTox
MC4wcHQ7fQ0KQHBhZ2UgV29yZFNlY3Rpb24xDQoJe3NpemU6NjEyLjBwdCA3OTIuMHB0Ow0KCW1h
cmdpbjo3MC44NXB0IDIuMGNtIDcwLjg1cHQgMi4wY207fQ0KZGl2LldvcmRTZWN0aW9uMQ0KCXtw
YWdlOldvcmRTZWN0aW9uMTt9DQovKiBMaXN0IERlZmluaXRpb25zICovDQpAbGlzdCBsMA0KCXtt
c28tbGlzdC1pZDo3NTIxNjIyOTc7DQoJbXNvLWxpc3QtdHlwZTpoeWJyaWQ7DQoJbXNvLWxpc3Qt
dGVtcGxhdGUtaWRzOjE1NDQzMzIzMzYgMTM0ODA3NTY3IDEzNDgwNzU3NyAxMzQ4MDc1NzkgMTM0
ODA3NTY3IDEzNDgwNzU3NyAxMzQ4MDc1NzkgMTM0ODA3NTY3IDEzNDgwNzU3NyAxMzQ4MDc1Nzk7
fQ0KQGxpc3QgbDA6bGV2ZWwxDQoJe21zby1sZXZlbC10YWItc3RvcDpub25lOw0KCW1zby1sZXZl
bC1udW1iZXItcG9zaXRpb246bGVmdDsNCgl0ZXh0LWluZGVudDotMTguMHB0O30NCkBsaXN0IGww
OmxldmVsMg0KCXttc28tbGV2ZWwtbnVtYmVyLWZvcm1hdDphbHBoYS1sb3dlcjsNCgltc28tbGV2
ZWwtdGFiLXN0b3A6bm9uZTsNCgltc28tbGV2ZWwtbnVtYmVyLXBvc2l0aW9uOmxlZnQ7DQoJdGV4
dC1pbmRlbnQ6LTE4LjBwdDt9DQpAbGlzdCBsMDpsZXZlbDMNCgl7bXNvLWxldmVsLW51bWJlci1m
b3JtYXQ6cm9tYW4tbG93ZXI7DQoJbXNvLWxldmVsLXRhYi1zdG9wOm5vbmU7DQoJbXNvLWxldmVs
LW51bWJlci1wb3NpdGlvbjpyaWdodDsNCgl0ZXh0LWluZGVudDotOS4wcHQ7fQ0KQGxpc3QgbDA6
bGV2ZWw0DQoJe21zby1sZXZlbC10YWItc3RvcDpub25lOw0KCW1zby1sZXZlbC1udW1iZXItcG9z
aXRpb246bGVmdDsNCgl0ZXh0LWluZGVudDotMTguMHB0O30NCkBsaXN0IGwwOmxldmVsNQ0KCXtt
c28tbGV2ZWwtbnVtYmVyLWZvcm1hdDphbHBoYS1sb3dlcjsNCgltc28tbGV2ZWwtdGFiLXN0b3A6
bm9uZTsNCgltc28tbGV2ZWwtbnVtYmVyLXBvc2l0aW9uOmxlZnQ7DQoJdGV4dC1pbmRlbnQ6LTE4
LjBwdDt9DQpAbGlzdCBsMDpsZXZlbDYNCgl7bXNvLWxldmVsLW51bWJlci1mb3JtYXQ6cm9tYW4t
bG93ZXI7DQoJbXNvLWxldmVsLXRhYi1zdG9wOm5vbmU7DQoJbXNvLWxldmVsLW51bWJlci1wb3Np
dGlvbjpyaWdodDsNCgl0ZXh0LWluZGVudDotOS4wcHQ7fQ0KQGxpc3QgbDA6bGV2ZWw3DQoJe21z
by1sZXZlbC10YWItc3RvcDpub25lOw0KCW1zby1sZXZlbC1udW1iZXItcG9zaXRpb246bGVmdDsN
Cgl0ZXh0LWluZGVudDotMTguMHB0O30NCkBsaXN0IGwwOmxldmVsOA0KCXttc28tbGV2ZWwtbnVt
YmVyLWZvcm1hdDphbHBoYS1sb3dlcjsNCgltc28tbGV2ZWwtdGFiLXN0b3A6bm9uZTsNCgltc28t
bGV2ZWwtbnVtYmVyLXBvc2l0aW9uOmxlZnQ7DQoJdGV4dC1pbmRlbnQ6LTE4LjBwdDt9DQpAbGlz
dCBsMDpsZXZlbDkNCgl7bXNvLWxldmVsLW51bWJlci1mb3JtYXQ6cm9tYW4tbG93ZXI7DQoJbXNv
LWxldmVsLXRhYi1zdG9wOm5vbmU7DQoJbXNvLWxldmVsLW51bWJlci1wb3NpdGlvbjpyaWdodDsN
Cgl0ZXh0LWluZGVudDotOS4wcHQ7fQ0Kb2wNCgl7bWFyZ2luLWJvdHRvbTowY207fQ0KdWwNCgl7
bWFyZ2luLWJvdHRvbTowY207fQ0KLS0+PC9zdHlsZT4NCjwvaGVhZD4NCjxib2R5IGxhbmc9IkVO
LUdCIiBsaW5rPSIjMDU2M0MxIiB2bGluaz0iIzk1NEY3MiI+DQo8ZGl2IGNsYXNzPSJXb3JkU2Vj
dGlvbjEiPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxMS4w
cHQ7bXNvLWZhcmVhc3QtbGFuZ3VhZ2U6RU4tVVMiPkhJIENocmlzdGVyLDxvOnA+PC9vOnA+PC9z
cGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6MTEu
MHB0O21zby1mYXJlYXN0LWxhbmd1YWdlOkVOLVVTIj48bzpwPiZuYnNwOzwvbzpwPjwvc3Bhbj48
L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtt
c28tZmFyZWFzdC1sYW5ndWFnZTpFTi1VUyI+U29ycnkgZm9yIG1pc3NpbmcgeW91ciBjb21tZW50
cy48bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBzdHls
ZT0iZm9udC1zaXplOjExLjBwdDttc28tZmFyZWFzdC1sYW5ndWFnZTpFTi1VUyI+PG86cD4mbmJz
cDs8L286cD48L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZv
bnQtc2l6ZToxMS4wcHQ7bXNvLWZhcmVhc3QtbGFuZ3VhZ2U6RU4tVVMiPkkgZ3Vlc3Mgd2UgaGF2
ZSB0d28gcG9zc2libGUgcGF0aHMgdG8gZ2V0IHRoZW0gaW46PG86cD48L286cD48L3NwYW4+PC9w
Pg0KPG9sIHN0eWxlPSJtYXJnaW4tdG9wOjBjbSIgc3RhcnQ9IjEiIHR5cGU9IjEiPg0KPGxpIGNs
YXNzPSJNc29MaXN0UGFyYWdyYXBoIiBzdHlsZT0ibWFyZ2luLWxlZnQ6MGNtO21zby1saXN0Omww
IGxldmVsMSBsZm8xIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDttc28tZmFyZWFzdC1s
YW5ndWFnZTpFTi1VUyI+SWYgdGhlIElFU0cgcHJvY2Vzc2luZyB0cmlnZ2VycyBhIG5ldyByZXZp
ZXcsIHdlIHdpbGwgYmUgYWRkcmVzc2luZyB5b3VyIGNvbW1lbnRzIGluIHRoZSB1cGRhdGVkIGRy
YWZ0OzxvOnA+PC9vOnA+PC9zcGFuPjwvbGk+PGxpIGNsYXNzPSJNc29MaXN0UGFyYWdyYXBoIiBz
dHlsZT0ibWFyZ2luLWxlZnQ6MGNtO21zby1saXN0OmwwIGxldmVsMSBsZm8xIj48c3BhbiBzdHls
ZT0iZm9udC1zaXplOjExLjBwdDttc28tZmFyZWFzdC1sYW5ndWFnZTpFTi1VUyI+T3RoZXJ3aXNl
LCBiZWluZyBwdXJlbHkgZWRpdG9yaWFsLCB0aGVzZSBjYW4gYmUgZml4ZWQgYnkgdGhlIFJGQyBl
ZGl0b3IuPG86cD48L286cD48L3NwYW4+PC9saT48L29sPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+
PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7bXNvLWZhcmVhc3QtbGFuZ3VhZ2U6RU4tVVMi
PjxvOnA+Jm5ic3A7PC9vOnA+PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFu
IHN0eWxlPSJmb250LXNpemU6MTEuMHB0O21zby1mYXJlYXN0LWxhbmd1YWdlOkVOLVVTIj4oSSBo
YXZlIGZpbGVkDQo8YSBocmVmPSJodHRwczovL2dpdGh1Yi5jb20vY29yZS13Zy9tdWx0aXBhcnQt
Y3QvaXNzdWVzLzI1Ij5odHRwczovL2dpdGh1Yi5jb20vY29yZS13Zy9tdWx0aXBhcnQtY3QvaXNz
dWVzLzI1PC9hPiB0byB0cmFjayB0aGVtLik8bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFz
cz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDttc28tZmFyZWFzdC1s
YW5ndWFnZTpFTi1VUyI+PG86cD4mbmJzcDs8L286cD48L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1z
b05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7bXNvLWZhcmVhc3QtbGFuZ3Vh
Z2U6RU4tVVMiPkNoZWVycywgdGhhbmtzITxvOnA+PC9vOnA+PC9zcGFuPjwvcD4NCjxwIGNsYXNz
PSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6MTEuMHB0O21zby1mYXJlYXN0LWxh
bmd1YWdlOkVOLVVTIj48bzpwPiZuYnNwOzwvbzpwPjwvc3Bhbj48L3A+DQo8ZGl2IHN0eWxlPSJi
b3JkZXI6bm9uZTtib3JkZXItdG9wOnNvbGlkICNCNUM0REYgMS4wcHQ7cGFkZGluZzozLjBwdCAw
Y20gMGNtIDBjbSI+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0ibWFyZ2luLWxlZnQ6MzYu
MHB0Ij48Yj48c3BhbiBzdHlsZT0iY29sb3I6YmxhY2siPkZyb206DQo8L3NwYW4+PC9iPjxzcGFu
IHN0eWxlPSJjb2xvcjpibGFjayI+Y29yZSAmbHQ7Y29yZS1ib3VuY2VzQGlldGYub3JnJmd0OyBv
biBiZWhhbGYgb2YgQ2hyaXN0ZXIgSG9sbWJlcmcgJmx0O2NocmlzdGVyLmhvbG1iZXJnQGVyaWNz
c29uLmNvbSZndDs8YnI+DQo8Yj5EYXRlOiA8L2I+V2VkbmVzZGF5LCAyMSBBdWd1c3QgMjAxOSBh
dCAyMTo0MDxicj4NCjxiPlRvOiA8L2I+JnF1b3Q7Y29yZUBpZXRmLm9yZyZxdW90OyAmbHQ7Y29y
ZUBpZXRmLm9yZyZndDs8YnI+DQo8Yj5TdWJqZWN0OiA8L2I+UmU6IFtjb3JlXSBNVUxUSVBBUlQt
Q1Q6IEEgZmV3IGVkaXRvcmlhbCBjb21tZW50czxvOnA+PC9vOnA+PC9zcGFuPjwvcD4NCjwvZGl2
Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtYXJnaW4tbGVmdDozNi4wcHQi
PjxzcGFuIHN0eWxlPSJmb250LXNpemU6MTEuMHB0Ij48bzpwPiZuYnNwOzwvbzpwPjwvc3Bhbj48
L3A+DQo8L2Rpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtYXJnaW4tbGVmdDozNi4w
cHQiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6MTEuMHB0O21zby1mYXJlYXN0LWxhbmd1YWdlOkVO
LVVTIj5IaSw8L3NwYW4+PG86cD48L286cD48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHls
ZT0ibWFyZ2luLWxlZnQ6MzYuMHB0Ij48c3BhbiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDttc28t
ZmFyZWFzdC1sYW5ndWFnZTpFTi1VUyI+Jm5ic3A7PC9zcGFuPjxvOnA+PC9vOnA+PC9wPg0KPHAg
Y2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1hcmdpbi1sZWZ0OjM2LjBwdCI+PHNwYW4gc3R5bGU9
ImZvbnQtc2l6ZToxMS4wcHQ7bXNvLWZhcmVhc3QtbGFuZ3VhZ2U6RU4tVVMiPlVubGVzcyBJIGhh
dmUgbWlzc2VkIGl0LCBJIHdvdWxkIGFwcHJlY2lhdGUgaWYgdGhlIGlzc3VlcyBiZWxvdyBjb3Vs
ZCBiZSBhZGRyZXNzZWQuIFRoZXkgc2hvdWxkIG9ubHkgYmUgZWRpdG9yaWFsLjwvc3Bhbj48bzpw
PjwvbzpwPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtYXJnaW4tbGVmdDozNi4w
cHQiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6MTEuMHB0O21zby1mYXJlYXN0LWxhbmd1YWdlOkVO
LVVTIj4mbmJzcDs8L3NwYW4+PG86cD48L286cD48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBz
dHlsZT0ibWFyZ2luLWxlZnQ6MzYuMHB0Ij48c3BhbiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtt
c28tZmFyZWFzdC1sYW5ndWFnZTpFTi1VUyI+UmVnYXJkcyw8L3NwYW4+PG86cD48L286cD48L3A+
DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0ibWFyZ2luLWxlZnQ6MzYuMHB0Ij48c3BhbiBz
dHlsZT0iZm9udC1zaXplOjExLjBwdDttc28tZmFyZWFzdC1sYW5ndWFnZTpFTi1VUyI+Jm5ic3A7
PC9zcGFuPjxvOnA+PC9vOnA+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1hcmdp
bi1sZWZ0OjM2LjBwdCI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7bXNvLWZhcmVhc3Qt
bGFuZ3VhZ2U6RU4tVVMiPkNocmlzdGVyPC9zcGFuPjxvOnA+PC9vOnA+PC9wPg0KPHAgY2xhc3M9
Ik1zb05vcm1hbCIgc3R5bGU9Im1hcmdpbi1sZWZ0OjM2LjBwdCI+PHNwYW4gc3R5bGU9ImZvbnQt
c2l6ZToxMS4wcHQ7bXNvLWZhcmVhc3QtbGFuZ3VhZ2U6RU4tVVMiPiZuYnNwOzwvc3Bhbj48bzpw
PjwvbzpwPjwvcD4NCjxkaXY+DQo8ZGl2IHN0eWxlPSJib3JkZXI6bm9uZTtib3JkZXItdG9wOnNv
bGlkICNFMUUxRTEgMS4wcHQ7cGFkZGluZzozLjBwdCAwY20gMGNtIDBjbSI+DQo8cCBjbGFzcz0i
TXNvTm9ybWFsIiBzdHlsZT0ibWFyZ2luLWxlZnQ6MzYuMHB0Ij48Yj48c3BhbiBsYW5nPSJGSSIg
c3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQiPkzDpGhldHTDpGrDpDo8L3NwYW4+PC9iPjxzcGFuIGxh
bmc9IkZJIiBzdHlsZT0iZm9udC1zaXplOjExLjBwdCI+IGNvcmUgJmx0O2NvcmUtYm91bmNlc0Bp
ZXRmLm9yZyZndDsNCjxiPlB1b2xlc3RhIDwvYj5DaHJpc3RlciBIb2xtYmVyZzxicj4NCjxiPkzD
pGhldGV0dHk6PC9iPiB0aWlzdGFpIDIzLiBoZWluw6RrdXV0YSAyMDE5IDE3LjUzPGJyPg0KPGI+
VmFzdGFhbm90dGFqYTo8L2I+IGNvcmVAaWV0Zi5vcmc8YnI+DQo8Yj5BaWhlOjwvYj4gW2NvcmVd
IE1VTFRJUEFSVC1DVDogQSBmZXcgZWRpdG9yaWFsIGNvbW1lbnRzPC9zcGFuPjxvOnA+PC9vOnA+
PC9wPg0KPC9kaXY+DQo8L2Rpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtYXJnaW4t
bGVmdDozNi4wcHQiPiZuYnNwOzxvOnA+PC9vOnA+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIg
c3R5bGU9Im1hcmdpbi1sZWZ0OjM2LjBwdCI+PHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250
LXNpemU6MTEuMHB0O2NvbG9yOmJsYWNrIj5IaSw8L3NwYW4+PG86cD48L286cD48L3A+DQo8cCBj
bGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0ibWFyZ2luLWxlZnQ6MzYuMHB0Ij48c3BhbiBsYW5nPSJF
Ti1VUyIgc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Y29sb3I6YmxhY2siPiZuYnNwOzwvc3Bhbj48
bzpwPjwvbzpwPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtYXJnaW4tbGVmdDoz
Ni4wcHQiPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtjb2xvcjpi
bGFjayI+QSBmZXcgbWlub3IgZWRpdG9yaWFsIGNvbW1lbnRzIG9uIGRyYWZ0LWlldGYtY29yZS1t
dWx0aXBhcnQtY3QtMDM6PC9zcGFuPjxvOnA+PC9vOnA+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1h
bCIgc3R5bGU9Im1hcmdpbi1sZWZ0OjM2LjBwdCI+PHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJm
b250LXNpemU6MTEuMHB0O2NvbG9yOmJsYWNrIj4mbmJzcDs8L3NwYW4+PG86cD48L286cD48L3A+
DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0ibWFyZ2luLWxlZnQ6MzYuMHB0Ij48c3BhbiBs
YW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Y29sb3I6YmxhY2siPihJIGhhdmVu
4oCZdCByZWFkIHRoZSBJRVNHIHJldmlldyBjb21tZW50cywgc28gbXkgYXBvbG9naWVzIGlmIHNv
bWVvbmUgaGFzIGFscmVhZHkgcmFpc2VkIHRoZXNlIGNvbW1lbnRzKTwvc3Bhbj48bzpwPjwvbzpw
PjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtYXJnaW4tbGVmdDozNi4wcHQiPjxz
cGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtjb2xvcjpibGFjayI+Jm5i
c3A7PC9zcGFuPjxvOnA+PC9vOnA+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1h
cmdpbi1sZWZ0OjM2LjBwdCI+PHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LXNpemU6MTEu
MHB0O2NvbG9yOmJsYWNrIj4tLS08L3NwYW4+PG86cD48L286cD48L3A+DQo8cCBjbGFzcz0iTXNv
Tm9ybWFsIiBzdHlsZT0ibWFyZ2luLWxlZnQ6MzYuMHB0Ij48c3BhbiBsYW5nPSJFTi1VUyIgc3R5
bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Y29sb3I6YmxhY2siPiZuYnNwOzwvc3Bhbj48bzpwPjwvbzpw
PjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtYXJnaW4tbGVmdDozNi4wcHQiPjxz
cGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtjb2xvcjpibGFjayI+UTE6
PC9zcGFuPjxvOnA+PC9vOnA+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1hcmdp
bi1sZWZ0OjM2LjBwdCI+PHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LXNpemU6MTEuMHB0
O2NvbG9yOmJsYWNrIj4mbmJzcDs8L3NwYW4+PG86cD48L286cD48L3A+DQo8cCBjbGFzcz0iTXNv
Tm9ybWFsIiBzdHlsZT0ibWFyZ2luLWxlZnQ6MzYuMHB0Ij48c3BhbiBsYW5nPSJFTi1VUyIgc3R5
bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Y29sb3I6YmxhY2siPlRoZSBJbnRyb2R1Y3Rpb24gc2F5cyB0
YWxrcyBhYm91dCDigJxyZXF1ZXN0IG9yIHJlc3BvbnNlIGJvZHnigJkuPC9zcGFuPjxvOnA+PC9v
OnA+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1hcmdpbi1sZWZ0OjM2LjBwdCI+
PHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LXNpemU6MTEuMHB0O2NvbG9yOmJsYWNrIj4m
bmJzcDs8L3NwYW4+PG86cD48L286cD48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0i
bWFyZ2luLWxlZnQ6MzYuMHB0Ij48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZTox
MS4wcHQ7Y29sb3I6YmxhY2siPkhvd2V2ZXIsIHdoZW4gbG9va2luZyBpbiBSRkMgNzI1MiwgSSBk
b27igJl0IGZpbmQg4oCYYm9keeKAmSBhbnl3aGVyZS48L3NwYW4+PG86cD48L286cD48L3A+DQo8
cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0ibWFyZ2luLWxlZnQ6MzYuMHB0Ij48c3BhbiBsYW5n
PSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Y29sb3I6YmxhY2siPiZuYnNwOzwvc3Bh
bj48bzpwPjwvbzpwPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtYXJnaW4tbGVm
dDozNi4wcHQiPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtjb2xv
cjpibGFjayI+SSBhc3N1bWUgdGhhdCDigJhib2R54oCZIHJlZmVycyB0byB3aGF0IFJGQyA3MjUy
IGNhbGxzIOKAmHBheWxvYWTigJkuIElmIHNvLCBJIHN1Z2dlc3QgYWxpZ25pbmcgdGhlIHRlcm1p
bm9sb2d5Ljwvc3Bhbj48bzpwPjwvbzpwPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxl
PSJtYXJnaW4tbGVmdDozNi4wcHQiPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1zaXpl
OjExLjBwdDtjb2xvcjpibGFjayI+Jm5ic3A7PC9zcGFuPjxvOnA+PC9vOnA+PC9wPg0KPHAgY2xh
c3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1hcmdpbi1sZWZ0OjM2LjBwdCI+PHNwYW4gbGFuZz0iRU4t
VVMiIHN0eWxlPSJmb250LXNpemU6MTEuMHB0O2NvbG9yOmJsYWNrIj4oRm9yIHNvbWUgcmVhc29u
IHNlY3Rpb24gMTAuMi4zIG9mIFJGQyA3MjUyIGRvZXMgdXNlIOKAmG1lc3NhZ2UtYm9keeKAmSwg
d2l0aG91dCBhbnkgZXhwbGFuYXRpb24gb3IgcmVmZXJlbmNlLCBidXQgSSBndWVzcyB0aGF0IGlz
IGp1c3QgYW4gZXJyb3IpPC9zcGFuPjxvOnA+PC9vOnA+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1h
bCIgc3R5bGU9Im1hcmdpbi1sZWZ0OjM2LjBwdCI+PHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJm
b250LXNpemU6MTEuMHB0O2NvbG9yOmJsYWNrIj4mbmJzcDs8L3NwYW4+PG86cD48L286cD48L3A+
DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0ibWFyZ2luLWxlZnQ6MzYuMHB0Ij48c3BhbiBs
YW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Y29sb3I6YmxhY2siPi0tLTwvc3Bh
bj48bzpwPjwvbzpwPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtYXJnaW4tbGVm
dDozNi4wcHQiPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtjb2xv
cjpibGFjayI+Jm5ic3A7PC9zcGFuPjxvOnA+PC9vOnA+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1h
bCIgc3R5bGU9Im1hcmdpbi1sZWZ0OjM2LjBwdCI+PHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJm
b250LXNpemU6MTEuMHB0O2NvbG9yOmJsYWNrIj5RMjo8L3NwYW4+PG86cD48L286cD48L3A+DQo8
cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0ibWFyZ2luLWxlZnQ6MzYuMHB0Ij48c3BhbiBsYW5n
PSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Y29sb3I6YmxhY2siPiZuYnNwOzwvc3Bh
bj48bzpwPjwvbzpwPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtYXJnaW4tbGVm
dDozNi4wcHQiPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtjb2xv
cjpibGFjayI+UmVsYXRlZCB0byBRMSwgdGhlIHRleHQgc2F5czo8L3NwYW4+PG86cD48L286cD48
L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0ibWFyZ2luLWxlZnQ6MzYuMHB0Ij48c3Bh
biBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Y29sb3I6YmxhY2siPiZuYnNw
Ozwvc3Bhbj48bzpwPjwvbzpwPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtYXJn
aW4tbGVmdDozNi4wcHQiPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1zaXplOjExLjBw
dDtjb2xvcjpibGFjayI+Jm5ic3A7Jm5ic3A7IOKAnGNhbiBiZSB1c2VkIHRvIGNvbWJpbmUgcmVw
cmVzZW50YXRpb25zIG9mIHplcm8gb3IgbW9yZSBkaWZmZXJlbnQgbWVkaWEgdHlwZXMgaW50byBh
IHNpbmdsZSBtZXNzYWdl4oCdPC9zcGFuPjxvOnA+PC9vOnA+PC9wPg0KPHAgY2xhc3M9Ik1zb05v
cm1hbCIgc3R5bGU9Im1hcmdpbi1sZWZ0OjM2LjBwdCI+PHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxl
PSJmb250LXNpemU6MTEuMHB0O2NvbG9yOmJsYWNrIj4mbmJzcDs8L3NwYW4+PG86cD48L286cD48
L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0ibWFyZ2luLWxlZnQ6MzYuMHB0Ij48c3Bh
biBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Y29sb3I6YmxhY2siPkkgYXNz
dW1lIGl0IG1lYW5zIOKAmHNpbmdsZSBtZXNzYWdlIHBheWxvYWTigJk/IEJlY2F1c2UsIHlvdSBh
cmUgbm90IGNvbWJpbmcgb3RoZXIgcGFydHMgKENvZGVzLCBUb2tlbnMgZXRjKSBvZiB0aGUgbWVz
c2FnZSwgYXJlIHlvdT88L3NwYW4+PG86cD48L286cD48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFs
IiBzdHlsZT0ibWFyZ2luLWxlZnQ6MzYuMHB0Ij48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZv
bnQtc2l6ZToxMS4wcHQ7Y29sb3I6YmxhY2siPiZuYnNwOzwvc3Bhbj48bzpwPjwvbzpwPjwvcD4N
CjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtYXJnaW4tbGVmdDozNi4wcHQiPjxzcGFuIGxh
bmc9IkVOLVVTIiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtjb2xvcjpibGFjayI+SSB0aGluayBp
dCB3b3VsZCBiZSBtb3JlIGNsZWFyIGlmIHlvdSBzYWlkIOKAmGNvbWJpbmUgbXVsdGlwbGUgcmVw
cmVzZW50YXRpb25zLCBlYWNoIHVzaW5nIHRoZSBzYW1lIG9yIGRpZmZlcmVudCBtZWRpYSB0eXBl
cywgaW50byBhIHNpbmdsZSBtZXNzYWdlIHBheWxvYWTigJkuPC9zcGFuPjxvOnA+PC9vOnA+PC9w
Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1hcmdpbi1sZWZ0OjM2LjBwdCI+PHNwYW4g
bGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LXNpemU6MTEuMHB0O2NvbG9yOmJsYWNrIj4mbmJzcDs8
L3NwYW4+PG86cD48L286cD48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0ibWFyZ2lu
LWxlZnQ6MzYuMHB0Ij48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7
Y29sb3I6YmxhY2siPi0tLTwvc3Bhbj48bzpwPjwvbzpwPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3Jt
YWwiIHN0eWxlPSJtYXJnaW4tbGVmdDozNi4wcHQiPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0i
Zm9udC1zaXplOjExLjBwdDtjb2xvcjpibGFjayI+Jm5ic3A7PC9zcGFuPjxvOnA+PC9vOnA+PC9w
Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1hcmdpbi1sZWZ0OjM2LjBwdCI+PHNwYW4g
bGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LXNpemU6MTEuMHB0O2NvbG9yOmJsYWNrIj5RMzogVGhl
IGRyYWZ0IHVzZXMgYm90aCDigJhtZWRpYSB0eXBl4oCZIGFuZCDigJhtZWRpYS10eXBl4oCZLiBS
RkMgNzI1MiB1c2VzIOKAmG1lZGlhIHR5cGXigJkgKHRoZXJlIGlzIG9uZSBpbnN0YW5jZSBvZiDi
gJhtZWRpYS10eXBl4oCZLCB0aG91Z2gpLCBzbyBtYXliZSBhbGlnbiB3aXRoIHRoYXQ/PC9zcGFu
PjxvOnA+PC9vOnA+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1hcmdpbi1sZWZ0
OjM2LjBwdCI+PHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LXNpemU6MTEuMHB0O2NvbG9y
OmJsYWNrIj4mbmJzcDs8L3NwYW4+PG86cD48L286cD48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFs
IiBzdHlsZT0ibWFyZ2luLWxlZnQ6MzYuMHB0Ij48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZv
bnQtc2l6ZToxMS4wcHQ7Y29sb3I6YmxhY2siPlJlZ2FyZHMsPC9zcGFuPjxvOnA+PC9vOnA+PC9w
Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1hcmdpbi1sZWZ0OjM2LjBwdCI+PHNwYW4g
bGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LXNpemU6MTEuMHB0O2NvbG9yOmJsYWNrIj4mbmJzcDs8
L3NwYW4+PG86cD48L286cD48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0ibWFyZ2lu
LWxlZnQ6MzYuMHB0Ij48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7
Y29sb3I6YmxhY2siPkNocmlzdGVyPC9zcGFuPjxvOnA+PC9vOnA+PC9wPg0KPHAgY2xhc3M9Ik1z
b05vcm1hbCIgc3R5bGU9Im1hcmdpbi1sZWZ0OjM2LjBwdCI+PHNwYW4gbGFuZz0iRkkiIHN0eWxl
PSJmb250LXNpemU6MTEuMHB0Ij4mbmJzcDs8L3NwYW4+PG86cD48L286cD48L3A+DQo8L2Rpdj4N
CklNUE9SVEFOVCBOT1RJQ0U6IFRoZSBjb250ZW50cyBvZiB0aGlzIGVtYWlsIGFuZCBhbnkgYXR0
YWNobWVudHMgYXJlIGNvbmZpZGVudGlhbCBhbmQgbWF5IGFsc28gYmUgcHJpdmlsZWdlZC4gSWYg
eW91IGFyZSBub3QgdGhlIGludGVuZGVkIHJlY2lwaWVudCwgcGxlYXNlIG5vdGlmeSB0aGUgc2Vu
ZGVyIGltbWVkaWF0ZWx5IGFuZCBkbyBub3QgZGlzY2xvc2UgdGhlIGNvbnRlbnRzIHRvIGFueSBv
dGhlciBwZXJzb24sIHVzZSBpdCBmb3IgYW55IHB1cnBvc2UsDQogb3Igc3RvcmUgb3IgY29weSB0
aGUgaW5mb3JtYXRpb24gaW4gYW55IG1lZGl1bS4gVGhhbmsgeW91Lg0KPC9ib2R5Pg0KPC9odG1s
Pg0K

--_000_0F72A75A3CCE46FAA4B8333978B5C0A8armcom_--


From nobody Wed Aug 21 23:55:37 2019
Return-Path: <christer.holmberg@ericsson.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 048E71200F6 for <core@ietfa.amsl.com>; Wed, 21 Aug 2019 23:55:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.001
X-Spam-Level: 
X-Spam-Status: No, score=-2.001 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=ericsson.com
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 mPOO8vzLgVDi for <core@ietfa.amsl.com>; Wed, 21 Aug 2019 23:55:32 -0700 (PDT)
Received: from EUR01-DB5-obe.outbound.protection.outlook.com (mail-db5eur01on062e.outbound.protection.outlook.com [IPv6:2a01:111:f400:fe02::62e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BA6BE120059 for <core@ietf.org>; Wed, 21 Aug 2019 23:55:31 -0700 (PDT)
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=B+hH+ztXt4ysUZN7MPRT+88tY9ojfd6OsLKOS5+0+LDDDni4H1fO+uixA1pcz9mUARkD5M9bu9i3GmG85ZQtQDpeFwtm7pG3yiXv4C9eU4Wp+XTe5GIePNyoPnLhHvErcAB1sbvthZ6E39aVRzqr7PpojMNF33TL9uEpnMoANO69y2YxgQyLbYmO71IUF2X50I2WMcVsSAJ70JxVpkHm9AFeH70OWqMFHYkxJ1fjZaCYIJO3DW8wlWxNERqPlWB9rMNVmxrKdGRJ3Wj+6VTB5S+aA2yBQ31xVJcZtdMw/t3brvib6R1Lbdez0YGK9aOeUaCt4uWbCT2/gE9pv1YExw==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=gde+R5SDgPilXtvrEHQDKgu1FzjkEBk6LwvwpoKPLjY=; b=FG3Ylj2Y1o2GddY1zeii1XJOAL8BVrgc4HJ6tObvQ5F2aXG5XjBeOyKpdGPPpwbDYF9Lp1vojOVCnYxYIghdT2JQbNhy1hOGTXUrH20v2WduMeTihyVZj+dhYBozZYpXjGJV4TpQijK1Ny23aAgAKUKds1sWg+88ZJ0eq1+PrVhM2Wd/1BZAeEUnkx1q0sX5VcFAICKuwYRCaEID1DXa9PCRylLmHbnFLefUh30JektS6jI1UIrfQ/H2rOpXdetXTmjbuzrmq5vAFIcAFPOs3e1xoTIrP8RtiK67r/uXVJhZpkNUZNsbdhbdoDim9SrvzCn1NCPRUCnoQ/NDYI7B5Q==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ericsson.com; dmarc=pass action=none header.from=ericsson.com; dkim=pass header.d=ericsson.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericsson.com; s=selector2; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=gde+R5SDgPilXtvrEHQDKgu1FzjkEBk6LwvwpoKPLjY=; b=cbIb3opMZNnhrrv1/fAeWMHTXKcMHZAPM7g46OQ0eEQsbgT0axmsysUnZDzYr3AOAezrYklnfx5hwIBmaDRVrcgZOPkmZbgkhiPSqz1jEyqWsH5qhQenTu1wE9fH4vcvj/rGtiGgaGC4TMHFG9QHLYLObfCKfCErLDanZ56GUTY=
Received: from HE1PR07MB3161.eurprd07.prod.outlook.com (10.170.245.23) by HE1PR07MB3323.eurprd07.prod.outlook.com (10.170.247.10) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2199.12; Thu, 22 Aug 2019 06:55:29 +0000
Received: from HE1PR07MB3161.eurprd07.prod.outlook.com ([fe80::ec0d:f9d3:7159:ba7]) by HE1PR07MB3161.eurprd07.prod.outlook.com ([fe80::ec0d:f9d3:7159:ba7%6]) with mapi id 15.20.2199.011; Thu, 22 Aug 2019 06:55:29 +0000
From: Christer Holmberg <christer.holmberg@ericsson.com>
To: Thomas Fossati <Thomas.Fossati@arm.com>, "core@ietf.org" <core@ietf.org>
Thread-Topic: [core] MULTIPART-CT: A few editorial comments
Thread-Index: AQHVWLXVDJdpeeA2N0+Yz7eb1XE30KcG7ggA
Date: Thu, 22 Aug 2019 06:55:29 +0000
Message-ID: <209EAFAF-C047-4CD1-BEF9-72FC3FFEE7B1@ericsson.com>
References: <0F72A75A-3CCE-46FA-A4B8-333978B5C0A8@arm.com>
In-Reply-To: <0F72A75A-3CCE-46FA-A4B8-333978B5C0A8@arm.com>
Accept-Language: en-US
Content-Language: en-GB
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/10.1b.0.190715
authentication-results: spf=none (sender IP is ) smtp.mailfrom=christer.holmberg@ericsson.com; 
x-originating-ip: [89.166.49.243]
x-ms-publictraffictype: Email
x-ms-office365-filtering-correlation-id: 22570fd2-4fed-4d4f-45e5-08d726cdb7f4
x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(5600166)(711020)(4605104)(1401327)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(2017052603328)(7193020); SRVR:HE1PR07MB3323; 
x-ms-traffictypediagnostic: HE1PR07MB3323:
x-ms-exchange-purlcount: 1
x-microsoft-antispam-prvs: <HE1PR07MB33236DC2FF049E46661CCC9193A50@HE1PR07MB3323.eurprd07.prod.outlook.com>
x-ms-oob-tlc-oobclassifiers: OLM:10000;
x-forefront-prvs: 01371B902F
x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(4636009)(136003)(366004)(396003)(376002)(39860400002)(346002)(189003)(199004)(40434004)(7736002)(2906002)(305945005)(478600001)(6306002)(71190400001)(71200400001)(99286004)(76176011)(66066001)(8936002)(14444005)(5024004)(256004)(14454004)(58126008)(36756003)(5660300002)(316002)(33656002)(66574012)(6512007)(966005)(6486002)(66476007)(66556008)(64756008)(66446008)(6436002)(2501003)(76116006)(66946007)(25786009)(110136005)(6246003)(486006)(102836004)(86362001)(186003)(476003)(2616005)(26005)(6506007)(81156014)(3846002)(11346002)(81166006)(53546011)(6116002)(446003)(229853002)(53936002)(44832011)(8676002); DIR:OUT; SFP:1101; SCL:1; SRVR:HE1PR07MB3323; H:HE1PR07MB3161.eurprd07.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; MX:1; A:1; 
received-spf: None (protection.outlook.com: ericsson.com does not designate permitted sender hosts)
x-ms-exchange-senderadcheck: 1
x-microsoft-antispam-message-info: Sl7ABR42jT6hqWxIRO1Nrm9af4Dc68sh3jStz4r/zUWH6VPErxZgbVe+KXK2CTOEt4gUqMnJRq7SX4D10NNBPqBtVcVLDYqD1yIVtBMpKy21449MmMRvk24BDvsO8K2lsjnCkqDnC+uX/x018xM2QEU7d0GE0BK3vw1b5US+8BbVhVgyiM4eW8cn/hBZ0V2Zof7SwWSzOgvP9SBo+ufUs0Dw445h21J+3mHsJH9eUM1k3CCKGT1s+THgZNPs1dfrfiFVgE3CfGSrfqULefWPINRoi9Qs8PPQ3plq4qcOXxKQ0jLRPr5GIHicaafX6ZHiLD1HLFsGOFZcMLr0bFHPTSIxa1IP7JFfh4qQTcwSAiZV6b3jZcJIJ1/++GhrN/esMzAus9u5oPIQSugp9F893ACpSJPuBLXbqZ2kDLUyux4=
x-ms-exchange-transport-forked: True
Content-Type: text/plain; charset="utf-8"
Content-ID: <09A53587B3244E4D80A16671D59EBBD8@eurprd07.prod.outlook.com>
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-OriginatorOrg: ericsson.com
X-MS-Exchange-CrossTenant-Network-Message-Id: 22570fd2-4fed-4d4f-45e5-08d726cdb7f4
X-MS-Exchange-CrossTenant-originalarrivaltime: 22 Aug 2019 06:55:29.1415 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 92e84ceb-fbfd-47ab-be52-080c6b87953f
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
X-MS-Exchange-CrossTenant-userprincipalname: BvYnxEgtelOkqexL+yYBueudct+NJ6i8b7ja6qLdlt1fHjNqLXYiHSqfHS5SoBEo78TzBsp4fe7Y4XtkRyjdhgfZFxAHzMdWp1qwZn3sR2E=
X-MS-Exchange-Transport-CrossTenantHeadersStamped: HE1PR07MB3323
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/b8aB6FiORvuAiS8vi3kmZUAb21M>
Subject: Re: [core] MULTIPART-CT: A few editorial comments
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 22 Aug 2019 06:55:35 -0000

SGksDQrCoA0KPlNvcnJ5IGZvciBtaXNzaW5nIHlvdXIgY29tbWVudHMuDQo+DQo+IEkgZ3Vlc3Mg
d2UgaGF2ZSB0d28gcG9zc2libGUgcGF0aHMgdG8gZ2V0IHRoZW0gaW46DQo+ICAxLiBJZiB0aGUg
SUVTRyBwcm9jZXNzaW5nIHRyaWdnZXJzIGEgbmV3IHJldmlldywgd2Ugd2lsbCBiZSBhZGRyZXNz
aW5nIHlvdXIgY29tbWVudHMgaW4gdGhlIHVwZGF0ZWQgZHJhZnQ7DQo+ICAyLiBPdGhlcndpc2Us
IGJlaW5nIHB1cmVseSBlZGl0b3JpYWwsIHRoZXNlIGNhbiBiZSBmaXhlZCBieSB0aGUgUkZDIGVk
aXRvci4NCj7CoA0KPiAoSSBoYXZlIGZpbGVkIGh0dHBzOi8vcHJvdGVjdDIuZmlyZWV5ZS5jb20v
dXJsP2s9NmFlY2MwOWItMzYzZmQwZjMtNmFlYzgwMDAtODY5MWIzMjhhOGI4LWI5YTk1ZjRlN2Jm
OWI2NDEmcT0xJnU9aHR0cHM6Ly9naXRodWIuY29tL2NvcmUtd2cvbXVsdGlwYXJ0LWN0L2lzc3Vl
cy8yNSB0byB0cmFjayB0aGVtLikNCg0KRWl0aGVyIG5ldyByZXZpZXcgb3IgUkZDIGVkaXRvciBp
cyBmaW5lIHdpdGggbWUgLSB3aGF0ZXZlciBpcyBtb3JlIGNvbnZlbmllbnQgZm9yIHlvdSA6KQ0K
DQpIb3dldmVyLCBJJ2QgbGlrZSBwZW9wbGUgdG8gdmVyaWZ5IHRoYXQgbXkgdW5kZXJzdGFuZGlu
ZyBpbiBjb21tZW50IFEyIGlzIGNvcnJlY3QuDQoNClJlZ2FyZHMsDQoNCkNocmlzdGVyIA0KDQoN
Cg0KRnJvbTogY29yZSA8Y29yZS1ib3VuY2VzQGlldGYub3JnPiBvbiBiZWhhbGYgb2YgQ2hyaXN0
ZXIgSG9sbWJlcmcgPGNocmlzdGVyLmhvbG1iZXJnQGVyaWNzc29uLmNvbT4NCkRhdGU6IFdlZG5l
c2RheSwgMjEgQXVndXN0IDIwMTkgYXQgMjE6NDANClRvOiAiY29yZUBpZXRmLm9yZyIgPGNvcmVA
aWV0Zi5vcmc+DQpTdWJqZWN0OiBSZTogW2NvcmVdIE1VTFRJUEFSVC1DVDogQSBmZXcgZWRpdG9y
aWFsIGNvbW1lbnRzDQrCoA0KSGksDQrCoA0KVW5sZXNzIEkgaGF2ZSBtaXNzZWQgaXQsIEkgd291
bGQgYXBwcmVjaWF0ZSBpZiB0aGUgaXNzdWVzIGJlbG93IGNvdWxkIGJlIGFkZHJlc3NlZC4gVGhl
eSBzaG91bGQgb25seSBiZSBlZGl0b3JpYWwuDQrCoA0KUmVnYXJkcywNCsKgDQpDaHJpc3Rlcg0K
wqANCkzDpGhldHTDpGrDpDogY29yZSA8Y29yZS1ib3VuY2VzQGlldGYub3JnPiBQdW9sZXN0YSBD
aHJpc3RlciBIb2xtYmVyZw0KTMOkaGV0ZXR0eTogdGlpc3RhaSAyMy4gaGVpbsOka3V1dGEgMjAx
OSAxNy41Mw0KVmFzdGFhbm90dGFqYTogY29yZUBpZXRmLm9yZw0KQWloZTogW2NvcmVdIE1VTFRJ
UEFSVC1DVDogQSBmZXcgZWRpdG9yaWFsIGNvbW1lbnRzDQrCoA0KSGksDQrCoA0KQSBmZXcgbWlu
b3IgZWRpdG9yaWFsIGNvbW1lbnRzIG9uIGRyYWZ0LWlldGYtY29yZS1tdWx0aXBhcnQtY3QtMDM6
DQrCoA0KKEkgaGF2ZW7igJl0IHJlYWQgdGhlIElFU0cgcmV2aWV3IGNvbW1lbnRzLCBzbyBteSBh
cG9sb2dpZXMgaWYgc29tZW9uZSBoYXMgYWxyZWFkeSByYWlzZWQgdGhlc2UgY29tbWVudHMpDQrC
oA0KLS0tDQrCoA0KUTE6DQrCoA0KVGhlIEludHJvZHVjdGlvbiBzYXlzIHRhbGtzIGFib3V0IOKA
nHJlcXVlc3Qgb3IgcmVzcG9uc2UgYm9keeKAmS4NCsKgDQpIb3dldmVyLCB3aGVuIGxvb2tpbmcg
aW4gUkZDIDcyNTIsIEkgZG9u4oCZdCBmaW5kIOKAmGJvZHnigJkgYW55d2hlcmUuDQrCoA0KSSBh
c3N1bWUgdGhhdCDigJhib2R54oCZIHJlZmVycyB0byB3aGF0IFJGQyA3MjUyIGNhbGxzIOKAmHBh
eWxvYWTigJkuIElmIHNvLCBJIHN1Z2dlc3QgYWxpZ25pbmcgdGhlIHRlcm1pbm9sb2d5Lg0KwqAN
CihGb3Igc29tZSByZWFzb24gc2VjdGlvbiAxMC4yLjMgb2YgUkZDIDcyNTIgZG9lcyB1c2Ug4oCY
bWVzc2FnZS1ib2R54oCZLCB3aXRob3V0IGFueSBleHBsYW5hdGlvbiBvciByZWZlcmVuY2UsIGJ1
dCBJIGd1ZXNzIHRoYXQgaXMganVzdCBhbiBlcnJvcikNCsKgDQotLS0NCsKgDQpRMjoNCsKgDQpS
ZWxhdGVkIHRvIFExLCB0aGUgdGV4dCBzYXlzOg0KwqANCsKgwqAg4oCcY2FuIGJlIHVzZWQgdG8g
Y29tYmluZSByZXByZXNlbnRhdGlvbnMgb2YgemVybyBvciBtb3JlIGRpZmZlcmVudCBtZWRpYSB0
eXBlcyBpbnRvIGEgc2luZ2xlIG1lc3NhZ2XigJ0NCsKgDQpJIGFzc3VtZSBpdCBtZWFucyDigJhz
aW5nbGUgbWVzc2FnZSBwYXlsb2Fk4oCZPyBCZWNhdXNlLCB5b3UgYXJlIG5vdCBjb21iaW5nIG90
aGVyIHBhcnRzIChDb2RlcywgVG9rZW5zIGV0Yykgb2YgdGhlIG1lc3NhZ2UsIGFyZSB5b3U/DQrC
oA0KSSB0aGluayBpdCB3b3VsZCBiZSBtb3JlIGNsZWFyIGlmIHlvdSBzYWlkIOKAmGNvbWJpbmUg
bXVsdGlwbGUgcmVwcmVzZW50YXRpb25zLCBlYWNoIHVzaW5nIHRoZSBzYW1lIG9yIGRpZmZlcmVu
dCBtZWRpYSB0eXBlcywgaW50byBhIHNpbmdsZSBtZXNzYWdlIHBheWxvYWTigJkuDQrCoA0KLS0t
DQrCoA0KUTM6IFRoZSBkcmFmdCB1c2VzIGJvdGgg4oCYbWVkaWEgdHlwZeKAmSBhbmQg4oCYbWVk
aWEtdHlwZeKAmS4gUkZDIDcyNTIgdXNlcyDigJhtZWRpYSB0eXBl4oCZICh0aGVyZSBpcyBvbmUg
aW5zdGFuY2Ugb2Yg4oCYbWVkaWEtdHlwZeKAmSwgdGhvdWdoKSwgc28gbWF5YmUgYWxpZ24gd2l0
aCB0aGF0Pw0KwqANClJlZ2FyZHMsDQrCoA0KQ2hyaXN0ZXINCsKgDQpJTVBPUlRBTlQgTk9USUNF
OiBUaGUgY29udGVudHMgb2YgdGhpcyBlbWFpbCBhbmQgYW55IGF0dGFjaG1lbnRzIGFyZSBjb25m
aWRlbnRpYWwgYW5kIG1heSBhbHNvIGJlIHByaXZpbGVnZWQuIElmIHlvdSBhcmUgbm90IHRoZSBp
bnRlbmRlZCByZWNpcGllbnQsIHBsZWFzZSBub3RpZnkgdGhlIHNlbmRlciBpbW1lZGlhdGVseSBh
bmQgZG8gbm90IGRpc2Nsb3NlIHRoZSBjb250ZW50cyB0byBhbnkgb3RoZXIgcGVyc29uLCB1c2Ug
aXQgZm9yIGFueSBwdXJwb3NlLCBvciBzdG9yZSBvciBjb3B5IHRoZSBpbmZvcm1hdGlvbiBpbiBh
bnkgbWVkaXVtLiBUaGFuayB5b3UuIA0KDQo=


From nobody Thu Aug 22 00:02:38 2019
Return-Path: <Thomas.Fossati@arm.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D34E012007A for <core@ietfa.amsl.com>; Thu, 22 Aug 2019 00:02:37 -0700 (PDT)
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, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=armh.onmicrosoft.com header.b=l4WNrvFM; dkim=fail (1024-bit key) reason="fail (body has been altered)" header.d=armh.onmicrosoft.com header.b=YJAwlvZa
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 DKHjtTA-OGCb for <core@ietfa.amsl.com>; Thu, 22 Aug 2019 00:02:35 -0700 (PDT)
Received: from EUR04-VI1-obe.outbound.protection.outlook.com (mail-eopbgr80040.outbound.protection.outlook.com [40.107.8.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 77B5E120059 for <core@ietf.org>; Thu, 22 Aug 2019 00:02:35 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=armh.onmicrosoft.com;  s=selector2-armh-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=Hd01GB0cWMN+Zdv/5m7ufm9FLUppGztya9FW759UJn4=; b=l4WNrvFMNGsO+ljU195sP8FijEHtWUVLQ9+uQsQc3UzNQxlLzIsuyWD59kW9e6WPjaci6cgBGO5QpPY06aP5N+U4KdknxmE7qieiTGEZygM/CdS4ao3fqRFayfoD4/yt4Oi0lK0yGqeGyRqrGINdMTqbvopNrDlWInVSxLtRKss=
Received: from DB7PR08CA0068.eurprd08.prod.outlook.com (2603:10a6:10:26::45) by HE1PR0801MB1852.eurprd08.prod.outlook.com (2603:10a6:3:7c::14) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2178.16; Thu, 22 Aug 2019 07:02:30 +0000
Received: from VE1EUR03FT020.eop-EUR03.prod.protection.outlook.com (2a01:111:f400:7e09::208) by DB7PR08CA0068.outlook.office365.com (2603:10a6:10:26::45) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.2199.15 via Frontend Transport; Thu, 22 Aug 2019 07:02:30 +0000
Authentication-Results: spf=temperror (sender IP is 63.35.35.123) smtp.mailfrom=arm.com; ietf.org; dkim=pass (signature was verified) header.d=armh.onmicrosoft.com;ietf.org; dmarc=temperror action=none header.from=arm.com;
Received-SPF: TempError (protection.outlook.com: error in processing during lookup of arm.com: DNS Timeout)
Received: from 64aa7808-outbound-1.mta.getcheckrecipient.com (63.35.35.123) by VE1EUR03FT020.mail.protection.outlook.com (10.152.18.242) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.2199.13 via Frontend Transport; Thu, 22 Aug 2019 07:02:28 +0000
Received: ("Tessian outbound 1e6e633a5b56:v26"); Thu, 22 Aug 2019 07:02:26 +0000
X-CheckRecipientChecked: true
X-CR-MTA-CID: f09b973d5142c291
X-CR-MTA-TID: 64aa7808
Received: from f2ecbcb4a5e6.1 (cr-mta-lb-1.cr-mta-net [104.47.4.57]) by 64aa7808-outbound-1.mta.getcheckrecipient.com id 3F4A1D45-4069-42D0-9C78-1A927E3D1FA8.1;  Thu, 22 Aug 2019 07:01:53 +0000
Received: from EUR02-AM5-obe.outbound.protection.outlook.com (mail-am5eur02lp2057.outbound.protection.outlook.com [104.47.4.57]) by 64aa7808-outbound-1.mta.getcheckrecipient.com with ESMTPS id f2ecbcb4a5e6.1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384); Thu, 22 Aug 2019 07:01:53 +0000
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=UlkKBT+4KWSMICfPWTojgf3QL9g5Bjkpmy61PjQhGco/0JTPWfzCNHhoN+i/pLfy8fdSKJvgYNoojjuPE6CjT0z6IkHXq1KHkBo7+2JvwsnI07Iit7cB5KtICiJd7xo1+uT/PJd51Xs53opwngHz9F/LHZaKLlTPXZ22ugrjdN9ZoCTjZU9IsOKAfulxKlIcduhfT909Zbhm8lkf2lB9QB6id/0cahAlqHFx5OyU4idn8JGIgzhyD3YDW9o/M9SlLBTGPCFdShbr0bxo0Fd+IJ+7lp3KH/N44d3UOg9eDEhecAPO9Qb3r1V05c0vCiR5Mw6d3Te/o2d0Zcx+9UJFKg==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=Lchptkb1uodAcPcYsgDbA3/ErzJ7I4C2lvWfcujJ7gY=; b=kZmh9xGjF2uYprB9VQrfAITo/z07iE5R1hrvvurTyok0I963Wg3wsvNrR2nwii8itV0VWehughIhYSsUzQ+7XmBeyPRHDHmUCa5cqQn7Ss9bL7u1BO1V8lAddflRifpa+rCTrP7KZVmzM1xKTt2Px7m+CTUUr6FXEZAxEiJa5ohmcxYEuT2ejmjcOxOV3GJ1f7qq2Xx2WgxX5x9d9Fx3W/OGK4qj2s/vB8kWZ2H3/+AOZos11XuYN+fhVPXJZMmcexQtRrtaqUY3ZGD7EATP4aSyTR41ZJHwrZkuN1rCSbKmBljlUrhBoeesEEi+i9GOp+/rgFVFfixWqoMmX8uolg==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=armh.onmicrosoft.com;  s=selector2-armh-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=Lchptkb1uodAcPcYsgDbA3/ErzJ7I4C2lvWfcujJ7gY=; b=YJAwlvZaW0To7cmwo/QRzm1ED2hEBLyRcxpKJzq2ucwtg5fvuQujXMOu2G7LLkIGHP6h6SSrPMcfS7wgxOvcssIQ928M35eB+5rrBxb+IeYHYA/1WubC2RWHL7NNTUS+0knrSbe5WUqgWwWVaQVFFJj3WknZHO9FuTu/deCmdWE=
Received: from AM6PR08MB4231.eurprd08.prod.outlook.com (20.179.18.151) by AM6PR08MB4536.eurprd08.prod.outlook.com (20.179.7.148) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2178.20; Thu, 22 Aug 2019 07:01:52 +0000
Received: from AM6PR08MB4231.eurprd08.prod.outlook.com ([fe80::6020:78b2:b6a8:24a2]) by AM6PR08MB4231.eurprd08.prod.outlook.com ([fe80::6020:78b2:b6a8:24a2%5]) with mapi id 15.20.2178.020; Thu, 22 Aug 2019 07:01:52 +0000
From: Thomas Fossati <Thomas.Fossati@arm.com>
To: Christer Holmberg <christer.holmberg@ericsson.com>, "core@ietf.org" <core@ietf.org>
Thread-Topic: [core] MULTIPART-CT: A few editorial comments
Thread-Index: AQHVWLXVDJdpeeA2N0+Yz7eb1XE30KcG7ggA///gQYA=
Date: Thu, 22 Aug 2019 07:01:52 +0000
Message-ID: <413F2C93-F465-4116-9F1E-0755CBC07D24@arm.com>
References: <0F72A75A-3CCE-46FA-A4B8-333978B5C0A8@arm.com> <209EAFAF-C047-4CD1-BEF9-72FC3FFEE7B1@ericsson.com>
In-Reply-To: <209EAFAF-C047-4CD1-BEF9-72FC3FFEE7B1@ericsson.com>
Accept-Language: en-GB, en-US
Content-Language: en-GB
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/10.1c.0.190812
Authentication-Results-Original: spf=none (sender IP is ) smtp.mailfrom=Thomas.Fossati@arm.com; 
x-originating-ip: [82.11.185.80]
x-ms-publictraffictype: Email
X-MS-Office365-Filtering-Correlation-Id: 93a78be2-d5cc-4ca2-fa0b-08d726ceb213
X-MS-Office365-Filtering-HT: Tenant
X-Microsoft-Antispam-Untrusted: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(5600166)(711020)(4605104)(1401327)(4618075)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(2017052603328)(7193020); SRVR:AM6PR08MB4536; 
X-MS-TrafficTypeDiagnostic: AM6PR08MB4536:|HE1PR0801MB1852:
x-ms-exchange-transport-forked: True
X-Microsoft-Antispam-PRVS: <HE1PR0801MB185275451765C34821A60AB79CA50@HE1PR0801MB1852.eurprd08.prod.outlook.com>
x-checkrecipientrouted: true
x-ms-oob-tlc-oobclassifiers: OLM:6430;OLM:6430;
x-forefront-prvs: 01371B902F
X-Forefront-Antispam-Report-Untrusted: SFV:NSPM; SFS:(10009020)(4636009)(376002)(39860400002)(346002)(366004)(136003)(396003)(199004)(189003)(25786009)(99286004)(36756003)(86362001)(110136005)(229853002)(53546011)(76176011)(4326008)(6512007)(305945005)(102836004)(6506007)(7736002)(58126008)(5660300002)(316002)(186003)(26005)(6246003)(4744005)(66066001)(2501003)(14444005)(11346002)(6436002)(2616005)(446003)(8936002)(6116002)(33656002)(486006)(478600001)(53936002)(3846002)(81156014)(2906002)(66446008)(14454004)(81166006)(76116006)(66476007)(66556008)(256004)(8676002)(91956017)(6486002)(64756008)(476003)(71200400001)(71190400001)(66946007); DIR:OUT; SFP:1101; SCL:1; SRVR:AM6PR08MB4536; H:AM6PR08MB4231.eurprd08.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; A:1; MX:1; 
received-spf: None (protection.outlook.com: arm.com does not designate permitted sender hosts)
X-MS-Exchange-SenderADCheck: 1
X-Microsoft-Antispam-Message-Info-Original: EhUh0eXvnJvrsF5J8bORatRDodRmfajuOAdMfEb8IEqs0CGoMG4iqKT5R7aVLEgq0ARABnBE/v2hWTFCsJQBQzL7TPaZjr/g5DjKmO60E6Oy2aGQUpWhHPP0HwGzzJlaFMlhbYdY7mu5av1HLtaq3aAtlrCTgSLo5++38uumCHuWk1OfF1Oq55aEAfZuYI6GTLsPi1CjMg7cnaeZbzYZ6dFTPhJUBxRiLJUMmgutCTRp8oR/7s7m93DpaV3xZKNB5N+k7aiiQcgr20m59o2X+fI8cwDOZY8JENfjU5IeE6FQxPHiVuq0IzYpQp8WD7Z0U+08dtLnJkJSL7LCVxrzZW6fzHIkCO4lrHLmypFNkmRVevSOcxPeMmAZ+AUkQfbkShoBdpoluiKgC0ATkxC+d04/P3nKA179gN1jfPHCznc=
Content-Type: text/plain; charset="utf-8"
Content-ID: <AE5E8C00ACD5A64EB2BC474A3AE4D4A6@eurprd08.prod.outlook.com>
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-MS-Exchange-Transport-CrossTenantHeadersStamped: AM6PR08MB4536
Original-Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=Thomas.Fossati@arm.com; 
X-EOPAttributedMessage: 0
X-MS-Exchange-Transport-CrossTenantHeadersStripped: VE1EUR03FT020.eop-EUR03.prod.protection.outlook.com
X-Forefront-Antispam-Report: CIP:63.35.35.123; IPV:CAL; SCL:-1; CTRY:IE; EFV:NLI; SFV:NSPM; SFS:(10009020)(4636009)(136003)(376002)(396003)(39860400002)(346002)(2980300002)(189003)(199004)(40434004)(6506007)(4326008)(8936002)(2501003)(8676002)(486006)(305945005)(81156014)(446003)(2906002)(25786009)(11346002)(6116002)(36756003)(436003)(22756006)(476003)(7736002)(36906005)(2616005)(6246003)(50466002)(86362001)(126002)(110136005)(58126008)(3846002)(316002)(4744005)(76130400001)(2486003)(23676004)(26826003)(14454004)(229853002)(99286004)(5024004)(5660300002)(81166006)(76176011)(70586007)(6512007)(66066001)(47776003)(33656002)(356004)(70206006)(478600001)(336012)(186003)(6486002)(102836004)(26005)(63370400001)(63350400001)(14444005)(53546011); DIR:OUT; SFP:1101; SCL:1; SRVR:HE1PR0801MB1852; H:64aa7808-outbound-1.mta.getcheckrecipient.com; FPR:; SPF:TempError; LANG:en;  PTR:ec2-63-35-35-123.eu-west-1.compute.amazonaws.com; MX:1; A:1; 
X-MS-Office365-Filtering-Correlation-Id-Prvs: 5a3a66e8-0755-44be-6d81-08d726ce9c36
X-Microsoft-Antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(5600166)(710020)(711020)(4605104)(1401327)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(2017052603328)(7193020); SRVR:HE1PR0801MB1852; 
X-Forefront-PRVS: 01371B902F
X-Microsoft-Antispam-Message-Info: uFJchrXLWmpExQckFVBil8zz+h39HuqpUjSH4uUcnxO8z1LzH+C0WkU//AMjLWcnezKsvUzlutz5wPFMpA6vplUcYKBuA7dfAilFJ+qZH6OH5ohdQE1+xRf1kcQGnAcUT5xFQMXw4nbdyF3DOIBtpoQMN+b6+vTScY7NprjF0osdpYnX7qyu+QCNj7lxwjGXYil5aCh7x8C7whxRKa2fyp++dbYznI3+0mGjizLPYhPPWQ5qF/OXVBGTKCongR/n4tBThPnAc+b1X+yppq8uU5t5uuYXD5TEb3lr9Opf338xk960isq6G5xIQdQFDwhtkQkkOcBlSyZqCrVqgnLCqF0me0Buu8Da5shvZ5SQo40rccTZQAfMlJoSHIlhGf7qTVUKsYS+QtVS4+YOwCxD503d5RpbInNPqTcaOAi7fSM=
X-OriginatorOrg: arm.com
X-MS-Exchange-CrossTenant-OriginalArrivalTime: 22 Aug 2019 07:02:28.7675 (UTC)
X-MS-Exchange-CrossTenant-Network-Message-Id: 93a78be2-d5cc-4ca2-fa0b-08d726ceb213
X-MS-Exchange-CrossTenant-Id: f34e5979-57d9-4aaa-ad4d-b122a662184d
X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=f34e5979-57d9-4aaa-ad4d-b122a662184d; Ip=[63.35.35.123];  Helo=[64aa7808-outbound-1.mta.getcheckrecipient.com]
X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem
X-MS-Exchange-Transport-CrossTenantHeadersStamped: HE1PR0801MB1852
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/f7IQvEuuNdfMNmQJPCRRgOtRBls>
Subject: Re: [core] MULTIPART-CT: A few editorial comments
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 22 Aug 2019 07:02:38 -0000

T24gMjIvMDgvMjAxOSwgMDc6NTUsICJDaHJpc3RlciBIb2xtYmVyZyIgPGNocmlzdGVyLmhvbG1i
ZXJnQGVyaWNzc29uLmNvbT4gd3JvdGU6DQoNCiAgICBIb3dldmVyLCBJJ2QgbGlrZSBwZW9wbGUg
dG8gdmVyaWZ5IHRoYXQgbXkgdW5kZXJzdGFuZGluZyBpbiBjb21tZW50IFEyIGlzIGNvcnJlY3Qu
DQoNCkl0IGRlcGVuZHMgb24gd2hhdCB5b3UgbWVhbiBieSAibWVzc2FnZSIuICBXaGF0IHdlIHJl
YWxseSBtZWFuIGhlcmUgaXMNCiJNSU1FIG1lc3NhZ2UiIHJhdGhlciB0aGFuICIkQVBQTElDQVRJ
T05fUFJPVE9DT0wgbWVzc2FnZS4iDQoNCkJlaW5nIGV4cGxpY2l0IHdvdWxkIHNvbHZlIHRoZSBh
bWJpZ3VpdHkgdGhhdCBjb25mdXNlZCB5b3UgaW4gdGhlIGZpcnN0IHBsYWNlLg0KDQpDaGVlcnMh
DQoNCg0KDQpJTVBPUlRBTlQgTk9USUNFOiBUaGUgY29udGVudHMgb2YgdGhpcyBlbWFpbCBhbmQg
YW55IGF0dGFjaG1lbnRzIGFyZSBjb25maWRlbnRpYWwgYW5kIG1heSBhbHNvIGJlIHByaXZpbGVn
ZWQuIElmIHlvdSBhcmUgbm90IHRoZSBpbnRlbmRlZCByZWNpcGllbnQsIHBsZWFzZSBub3RpZnkg
dGhlIHNlbmRlciBpbW1lZGlhdGVseSBhbmQgZG8gbm90IGRpc2Nsb3NlIHRoZSBjb250ZW50cyB0
byBhbnkgb3RoZXIgcGVyc29uLCB1c2UgaXQgZm9yIGFueSBwdXJwb3NlLCBvciBzdG9yZSBvciBj
b3B5IHRoZSBpbmZvcm1hdGlvbiBpbiBhbnkgbWVkaXVtLiBUaGFuayB5b3UuDQo=


From nobody Thu Aug 22 02:57:02 2019
Return-Path: <cabo@tzi.org>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id ACF9F120816 for <core@ietfa.amsl.com>; Thu, 22 Aug 2019 02:57:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.197
X-Spam-Level: 
X-Spam-Status: No, score=-4.197 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001] autolearn=unavailable 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 vXq3OBsbKKPw for <core@ietfa.amsl.com>; Thu, 22 Aug 2019 02:56:51 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B711B120813 for <core@ietf.org>; Thu, 22 Aug 2019 02:56:50 -0700 (PDT)
Received: from [192.168.217.110] (p548DCCB9.dip0.t-ipconnect.de [84.141.204.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 46Dg0w62qqzyw9 for <core@ietf.org>; Thu, 22 Aug 2019 11:56:48 +0200 (CEST)
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <HE1PR07MB316145ACB50BED8616460D3993AA0@HE1PR07MB3161.eurprd07.prod.outlook.com>
Date: Thu, 22 Aug 2019 11:56:48 +0200
X-Mao-Original-Outgoing-Id: 588160602.152006-bdc12577ae0315527ed39b8ca50d086a
Content-Transfer-Encoding: quoted-printable
Message-Id: <20745914-A504-4181-B39D-742C62688C46@tzi.org>
References: <189192D6-F32E-450F-998F-20FA87761487@ericsson.com> <HE1PR07MB316145ACB50BED8616460D3993AA0@HE1PR07MB3161.eurprd07.prod.outlook.com>
To: core <core@ietf.org>
X-Mailer: Apple Mail (2.3445.9.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/FFmRAeaPx_U9xzuMuop_I7ufduA>
Subject: Re: [core] MULTIPART-CT: A few editorial comments
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 22 Aug 2019 09:57:01 -0000

Hi Christer,

thank you for alerting us to this oversight.
(And thank you for the critical reading in the first place!)

> Q1:
>=20
> The Introduction says talks about =E2=80=9Crequest or response =
body=E2=80=99.
>=20
> However, when looking in RFC 7252, I don=E2=80=99t find =E2=80=98body=E2=
=80=99 anywhere.

Right.  Body is an RFC 7959 term (which was adapted from HTTP=E2=80=99s =
=E2=80=9CMessage Body=E2=80=9D, obviously).

I didn=E2=80=99t really want to muddy the picture by explaining again =
that CoAP block-wise transfers can cut up a single body into multiple =
payloads (as per RFC 7959).  The current text already might be =
misunderstood to say that this media type is CoAP specific, which it is =
not at all.

We didn=E2=80=99t go to the trouble of having a formal terminology =
import section (apart from the usual BCP14 boilerplate in 1.1).  We =
could add that text, reference 7959 and 7230 as well, and make this =
abundantly clear.  Or we could leave it as it is.

> I assume that =E2=80=98body=E2=80=99 refers to what RFC 7252 calls =
=E2=80=98payload=E2=80=99. If so, I suggest aligning the terminology.
>=20
> (For some reason section 10.2.3 of RFC 7252 does use =
=E2=80=98message-body=E2=80=99, without any explanation or reference, =
but I guess that is just an error)

That is about the message-body on the HTTP side, so it is exactly as it =
should be.

(Actually, 1.2 of 7252 says=20
 =C2=BBThis specification requires readers to be familiar with all the =
terms
  and concepts that are discussed in [RFC2616], including "resource",
  "representation", "cache", and "fresh".  (Having been completed
  before the updated set of HTTP RFCs, RFC 7230 to RFC 7235, became
  available, this specification specifically references the predecessor
  version -- RFC 2616.)  In addition, this specification defines the
  following terminology: =C2=AB [=E2=80=A6]

So this term is already defined in RFC 7252, albeit implicitly only.)

> Q2:
>=20
> Related to Q1, the text says:
>=20
>   =E2=80=9Ccan be used to combine representations of zero or more =
different media types into a single message=E2=80=9D

Actually, it now says

  This memo defines application/multipart-core, an application-
  independent media-type that can be used to combine representations of
  zero or more different media types, each along with a CoAP Content-
  Format identifier, into a single representation, with minimal framing
  overhead.  This combined representation may then be carried in a
  single message, such as a CoAP [RFC7252] request or response body.

(Where =E2=80=9Cmessage=E2=80=9D might be a whole block-wise transfer.)

Is that better?

> I assume it means =E2=80=98single message payload=E2=80=99? Because, =
you are not combing other parts (Codes, Tokens etc) of the message, are =
you?

To carry that in a single message, you would carry it in the message=E2=80=
=99s payload (or, theoretically, in an option, but we only do that in =
OSCORE so far).

> I think it would be more clear if you said =E2=80=98combine multiple =
representations, each using the same or different media types, into a =
single message payload=E2=80=99.

The new text above more clearly separates the representation combining =
from the ability to send it in a single message then.

>=20
> ---
>=20
> Q3: The draft uses both =E2=80=98media type=E2=80=99 and =
=E2=80=98media-type=E2=80=99.

Yeah, that=E2=80=99s a bit funny.
I actually believe we should have used media-type throughout the history =
of the term, as this is an artificial construct that only loosely =
relates to media types (types of media).
But maybe this draft is not the place to correct this mistake which has =
been in place since 1996.

> RFC 7252 uses =E2=80=98media type=E2=80=99 (there is one instance of =
=E2=80=98media-type=E2=80=99, though),

That one instance is in the construction =E2=80=9Cmedia-type ranges=E2=80=9D=
, which is the normal way to compose composites in English.

> so maybe align with that?

I=E2=80=99m sure the RFC editor will force us to do that anyway, but I =
have made the change to =E2=80=9Cmedia type=E2=80=9D (with a space) in =
the editors=E2=80=99 copy in case we get to submit another version.  =
Waiting for CI to show this at
https://core-wg.github.io/multipart-ct/draft-ietf-core-multipart-ct.html

(And the RFC editor will make us expand abbreviations and all that, =
too.)

Gr=C3=BC=C3=9Fe, Carsten




From nobody Fri Aug 23 00:55:20 2019
Return-Path: <christer.holmberg@ericsson.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 47D6212007A for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 00:55:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.001
X-Spam-Level: 
X-Spam-Status: No, score=-2.001 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=ericsson.com
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 bhB61MTmf4sw for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 00:55:15 -0700 (PDT)
Received: from EUR01-HE1-obe.outbound.protection.outlook.com (mail-eopbgr130055.outbound.protection.outlook.com [40.107.13.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8AF57120059 for <core@ietf.org>; Fri, 23 Aug 2019 00:55:15 -0700 (PDT)
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=aBUC15U2XfoWG4VBBqddWFxKyvoYVoALMdmyTKzAcLs8pz67A0o4kq/+O1uhIJcvoSxjj99CTUGsMOKwchHQgRbIrPv0PkaAongn+giaeDeUf9pQTHcrC0VUeWyV8zrvAQt/lCnWjtIudNgMPMSZZwY8qzgKTAaFd3zr2dppbdMW4m5XlOPVmPr8Evba5/vZa5VeOU2rnBhQXiSHpHrapv0d6M24M0Izwn8megwAUNf5Evt8d1aXwYmA9tU+1RZjCD1JJ8BvB4vsVCIAyWl3UjAXLRzqgRxLzgXC5985rw4b3luIRXTWWvsWPBSDygsS2rNdDPoLBa+6nbIJY9AxHg==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=8rpajiRI0wy8xLCI0XXmo42vTjFXI68C/ix9k5I806Q=; b=OY2MGs8+V1ScvSol/ESFNm7ivZre7RpoDHe6J8uB2Hn1osxBaqhVGSy6KJMnrksnV0szp7l6oHRq6u7WlwN1UPuH6tPQPLMm+iYBLdw/cnR0mtoDCqLTupSO4p5GjJwDkRRvNke6uTDUjysW5/2a/humVKSyVB/woaQxrWkmpwYJL7+VLNdgB/MjbGjjqN+u1jLXuavSTDWLvHdlzm0bSHmcHJwMUgITY3b4k+4gMdD3/wL7MCUt1mK7Ik1axmA+th3EKn/N/opDRGIHDQ/X48Un6V3wcKOYRgfuq0SFTI5B2gtul0mpUXJVAKnI30XD62TMH79KYUfwC79aktwa6g==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ericsson.com; dmarc=pass action=none header.from=ericsson.com; dkim=pass header.d=ericsson.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericsson.com; s=selector2; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=8rpajiRI0wy8xLCI0XXmo42vTjFXI68C/ix9k5I806Q=; b=TCcPt2Li4lDevz/d3u5UoMkwy7zS0rG04E+6C69n3Fz8Zq13iEw26q6XSpQ4tfBCrYHOnGUUHzn1HHL2ELlWWyNuXXeo8a693Jc+mpkYWedXu7wAslQ0aFZVqfmqZ1aXKfdVhkBPoWLtJaX/Q6ybRBW8m4W/z2Rew2eBdP0zETA=
Received: from HE1PR07MB3161.eurprd07.prod.outlook.com (10.170.245.23) by HE1PR07MB4251.eurprd07.prod.outlook.com (20.176.166.148) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2199.11; Fri, 23 Aug 2019 07:55:13 +0000
Received: from HE1PR07MB3161.eurprd07.prod.outlook.com ([fe80::f0a1:2199:7816:ff8d]) by HE1PR07MB3161.eurprd07.prod.outlook.com ([fe80::f0a1:2199:7816:ff8d%6]) with mapi id 15.20.2220.009; Fri, 23 Aug 2019 07:55:13 +0000
From: Christer Holmberg <christer.holmberg@ericsson.com>
To: Thomas Fossati <Thomas.Fossati@arm.com>, "core@ietf.org" <core@ietf.org>
Thread-Topic: [core] MULTIPART-CT: A few editorial comments
Thread-Index: AQHVWLXVDJdpeeA2N0+Yz7eb1XE30KcG7ggA///gQYCAAcLEAA==
Date: Fri, 23 Aug 2019 07:55:13 +0000
Message-ID: <CF3412E7-1FCC-4A25-A496-AF58B75825DB@ericsson.com>
References: <0F72A75A-3CCE-46FA-A4B8-333978B5C0A8@arm.com> <209EAFAF-C047-4CD1-BEF9-72FC3FFEE7B1@ericsson.com> <413F2C93-F465-4116-9F1E-0755CBC07D24@arm.com>
In-Reply-To: <413F2C93-F465-4116-9F1E-0755CBC07D24@arm.com>
Accept-Language: en-US
Content-Language: en-GB
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/10.1b.0.190715
authentication-results: spf=none (sender IP is ) smtp.mailfrom=christer.holmberg@ericsson.com; 
x-originating-ip: [89.166.49.243]
x-ms-publictraffictype: Email
x-ms-office365-filtering-correlation-id: e50a874d-57ec-412d-f740-08d7279f3a9a
x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600166)(711020)(4605104)(1401327)(2017052603328)(7193020); SRVR:HE1PR07MB4251; 
x-ms-traffictypediagnostic: HE1PR07MB4251:
x-microsoft-antispam-prvs: <HE1PR07MB42518606F7F7DE82BB9C73A993A40@HE1PR07MB4251.eurprd07.prod.outlook.com>
x-ms-oob-tlc-oobclassifiers: OLM:10000;
x-forefront-prvs: 0138CD935C
x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(4636009)(39860400002)(366004)(396003)(376002)(346002)(136003)(40434004)(199004)(189003)(476003)(58126008)(7736002)(102836004)(81156014)(2616005)(6512007)(99286004)(76176011)(2906002)(36756003)(26005)(8936002)(66066001)(4744005)(81166006)(86362001)(110136005)(3846002)(186003)(6116002)(316002)(5660300002)(76116006)(64756008)(66556008)(66476007)(66946007)(5024004)(14444005)(256004)(66446008)(6486002)(446003)(8676002)(53546011)(25786009)(6436002)(6506007)(229853002)(53936002)(305945005)(6246003)(44832011)(478600001)(14454004)(2501003)(11346002)(486006)(71190400001)(71200400001)(33656002); DIR:OUT; SFP:1101; SCL:1; SRVR:HE1PR07MB4251; H:HE1PR07MB3161.eurprd07.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; A:1; MX:1; 
received-spf: None (protection.outlook.com: ericsson.com does not designate permitted sender hosts)
x-ms-exchange-senderadcheck: 1
x-microsoft-antispam-message-info: ZDhhi388qRnkIPoEmvnKoDiLseR5ZB/B0R+BhSLFhvqwLkQKRhfWt2chi8Ziy4Inox/pAhFHBWGhn6aI0Mvmm63PlB0sJpo2NluA2rpyTBk8XHDsBLxpApjhrpLK1R49Wtza2nNSn+8vO4B/AaHR7Ea7f4CTj88pEEa2iZfY/OhDYDBYlYjVSMSDD1scch4MfWQl14wmMJ3X9UU7BtAEfkEjT7bfadK7NCiKiDEX1P7TYq5vAaSfREZuXIpVcm+9UPmCGyRlogPNDtAzjfj7bkXCbE5gSxsj7Y4zWQL10jkX8k0svTb8bEMimDrmNrFQbJhUTYcFq0t4qxYNMn2v9p9G3bUqnxloLlIbG9B62ezt1uE/MUC7FtDnZwnm7VpXjnK0GJkToUX2E2z444w2K/4IjO9yUXCTt9qXXNgBumk=
x-ms-exchange-transport-forked: True
Content-Type: text/plain; charset="utf-8"
Content-ID: <960E35AD4AC50649B8306EB4C0EF61D5@eurprd07.prod.outlook.com>
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-OriginatorOrg: ericsson.com
X-MS-Exchange-CrossTenant-Network-Message-Id: e50a874d-57ec-412d-f740-08d7279f3a9a
X-MS-Exchange-CrossTenant-originalarrivaltime: 23 Aug 2019 07:55:13.1333 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 92e84ceb-fbfd-47ab-be52-080c6b87953f
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
X-MS-Exchange-CrossTenant-userprincipalname: hPk8IjT64rMhr/iwoWSjRCdJu7ksRrZIXAvc/YaC6R3IvusFUhb1UNX1bjzCs1ZJSFu2NugGUhwMX8t24lnXn/GV3ut3XCA7qIL+rCGMClk=
X-MS-Exchange-Transport-CrossTenantHeadersStamped: HE1PR07MB4251
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/JHgNWXTUSKk5Gt1ggIIZwHN3jEY>
Subject: Re: [core] MULTIPART-CT: A few editorial comments
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Aug 2019 07:55:18 -0000

SGksDQoNClRvIG1lLCAibWVzc2FnZSIgd291bGQgcmVmZXIgdG8gYSBDb0FQIHJlcXVlc3Qgb3Ig
cmVzcG9uc2UgOikNCg0KUmVnYXJkcy4NCg0KQ2hyaXN0ZXINCg0KDQrvu79PbiAyMi8wOC8yMDE5
LCAxMC4wMiwgIlRob21hcyBGb3NzYXRpIiA8VGhvbWFzLkZvc3NhdGlAYXJtLmNvbT4gd3JvdGU6
DQoNCiAgICBPbiAyMi8wOC8yMDE5LCAwNzo1NSwgIkNocmlzdGVyIEhvbG1iZXJnIiA8Y2hyaXN0
ZXIuaG9sbWJlcmdAZXJpY3Nzb24uY29tPiB3cm90ZToNCiAgICANCiAgICAgICAgSG93ZXZlciwg
SSdkIGxpa2UgcGVvcGxlIHRvIHZlcmlmeSB0aGF0IG15IHVuZGVyc3RhbmRpbmcgaW4gY29tbWVu
dCBRMiBpcyBjb3JyZWN0Lg0KICAgIA0KICAgIEl0IGRlcGVuZHMgb24gd2hhdCB5b3UgbWVhbiBi
eSAibWVzc2FnZSIuICBXaGF0IHdlIHJlYWxseSBtZWFuIGhlcmUgaXMNCiAgICAiTUlNRSBtZXNz
YWdlIiByYXRoZXIgdGhhbiAiJEFQUExJQ0FUSU9OX1BST1RPQ09MIG1lc3NhZ2UuIg0KICAgIA0K
ICAgIEJlaW5nIGV4cGxpY2l0IHdvdWxkIHNvbHZlIHRoZSBhbWJpZ3VpdHkgdGhhdCBjb25mdXNl
ZCB5b3UgaW4gdGhlIGZpcnN0IHBsYWNlLg0KICAgIA0KICAgIENoZWVycyENCiAgICANCiAgICAN
CiAgICANCiAgICBJTVBPUlRBTlQgTk9USUNFOiBUaGUgY29udGVudHMgb2YgdGhpcyBlbWFpbCBh
bmQgYW55IGF0dGFjaG1lbnRzIGFyZSBjb25maWRlbnRpYWwgYW5kIG1heSBhbHNvIGJlIHByaXZp
bGVnZWQuIElmIHlvdSBhcmUgbm90IHRoZSBpbnRlbmRlZCByZWNpcGllbnQsIHBsZWFzZSBub3Rp
ZnkgdGhlIHNlbmRlciBpbW1lZGlhdGVseSBhbmQgZG8gbm90IGRpc2Nsb3NlIHRoZSBjb250ZW50
cyB0byBhbnkgb3RoZXIgcGVyc29uLCB1c2UgaXQgZm9yIGFueSBwdXJwb3NlLCBvciBzdG9yZSBv
ciBjb3B5IHRoZSBpbmZvcm1hdGlvbiBpbiBhbnkgbWVkaXVtLiBUaGFuayB5b3UuDQogICAgDQoN
Cg==


From nobody Fri Aug 23 03:04:22 2019
Return-Path: <christer.holmberg@ericsson.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4FD08120801 for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 03:04:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.002
X-Spam-Level: 
X-Spam-Status: No, score=-2.002 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=ericsson.com
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 rXFM5wP4CncU for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 03:04:18 -0700 (PDT)
Received: from EUR02-HE1-obe.outbound.protection.outlook.com (mail-eopbgr10077.outbound.protection.outlook.com [40.107.1.77]) (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 D251F120251 for <core@ietf.org>; Fri, 23 Aug 2019 03:04:17 -0700 (PDT)
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=LV+pfmvvPFsoPPCa7ikz0gJXaTxBcIz3gOedKjQG/eEUqI67oK2WI34uw+hB2LUECohPum0slY8uSP4BNEuNeFaoigr8rtN6zdPqdxjqBOBogbQbJ+S7EAn+wuazBUOi+IlGw171Qkq6tZS60IF8IMYhJDOsyFlJYUbxAIzxfQyCwkcCyMIOwvLCqK9RE+46akHWN2O5x7vMOG4Dwj21zaBDN0y0jUiVPENf8DFVolH7Tl78IV8AAti29vnKgFZASJ5nooJrykRXNXZ8NHMpRagHDgM2u6pwDukOF7umutU9Dx6Weu0aUz/EemeRuIFFwzFrLpdhyHKfWDbeDRaQXw==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=KnrgrJV7XZqmE4F/gEKNPxTesdidYaAtAAD6VtTJnf8=; b=VE5ORmVYU1wnLOSx1x6D9PiuModR4/O/0SiOo8p2ixAaopCS83nEz0XEgRVgvqIokKzhheMX9YXaeMQ9BJUbdNYBFn/VRPkLFEqB9WmKjMU2o9D8i6FuSRTCSQiKI1+7UfXel4UebcdiSmb8hotFDMk+d6bxZTocC9e41zUGxMCNCxvjEAY6GC9M2QLZE9Zb9yWTuggUVgMxCL4gU+JThmXhgdYEYxR22816CIsv5lOE81Kz7CF+tmtIcTlp+7VV7YIKEIqOC66KFh11s1n5XnuW1xAX/lGvh2RxrD6/g4rT3ES05iyFN0SuZX7PNKVH2FY7bFBtZYDGLzLFqN/QmQ==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ericsson.com; dmarc=pass action=none header.from=ericsson.com; dkim=pass header.d=ericsson.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericsson.com; s=selector2; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=KnrgrJV7XZqmE4F/gEKNPxTesdidYaAtAAD6VtTJnf8=; b=j9knHTjQBSbMt1DEXQUORs9TF4D5a9hSFGvOR9F+pQA2GGCTlrV+WiU9VRGxD4kAUbzgJ1gGO8S4yRqBoTLUsVdzyKimbYB00hPmUXx5ctXLlmYqX9DaRw8eJp37lYCY1of2NLFjB4yPGrVPNNu/dh0YHGxKrga3JEhoFOVbZTE=
Received: from HE1PR07MB3161.eurprd07.prod.outlook.com (10.170.245.23) by HE1PR07MB4299.eurprd07.prod.outlook.com (20.176.166.160) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2199.12; Fri, 23 Aug 2019 10:04:15 +0000
Received: from HE1PR07MB3161.eurprd07.prod.outlook.com ([fe80::f0a1:2199:7816:ff8d]) by HE1PR07MB3161.eurprd07.prod.outlook.com ([fe80::f0a1:2199:7816:ff8d%6]) with mapi id 15.20.2220.009; Fri, 23 Aug 2019 10:04:15 +0000
From: Christer Holmberg <christer.holmberg@ericsson.com>
To: Carsten Bormann <cabo@tzi.org>, core <core@ietf.org>
Thread-Topic: [core] MULTIPART-CT: A few editorial comments
Thread-Index: AQHVQWZgcXFsFiMu/0yz/ihjx4/NdacGPfhAgADfDgCAAcazAA==
Date: Fri, 23 Aug 2019 10:04:15 +0000
Message-ID: <A5B0CDBB-6A2A-40C0-B9AC-01784FA02250@ericsson.com>
References: <189192D6-F32E-450F-998F-20FA87761487@ericsson.com> <HE1PR07MB316145ACB50BED8616460D3993AA0@HE1PR07MB3161.eurprd07.prod.outlook.com> <20745914-A504-4181-B39D-742C62688C46@tzi.org>
In-Reply-To: <20745914-A504-4181-B39D-742C62688C46@tzi.org>
Accept-Language: en-US
Content-Language: en-GB
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/10.1b.0.190715
authentication-results: spf=none (sender IP is ) smtp.mailfrom=christer.holmberg@ericsson.com; 
x-originating-ip: [89.166.49.243]
x-ms-publictraffictype: Email
x-ms-office365-filtering-correlation-id: 56cf5c40-4857-42d5-704f-08d727b1412c
x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600166)(711020)(4605104)(1401327)(2017052603328)(7193020); SRVR:HE1PR07MB4299; 
x-ms-traffictypediagnostic: HE1PR07MB4299:
x-microsoft-antispam-prvs: <HE1PR07MB4299B265618104E5CD70B22193A40@HE1PR07MB4299.eurprd07.prod.outlook.com>
x-ms-oob-tlc-oobclassifiers: OLM:10000;
x-forefront-prvs: 0138CD935C
x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(4636009)(39860400002)(396003)(346002)(376002)(136003)(366004)(189003)(199004)(76116006)(66946007)(71200400001)(71190400001)(66476007)(66556008)(64756008)(66446008)(478600001)(6436002)(26005)(229853002)(53936002)(486006)(66066001)(5660300002)(44832011)(36756003)(25786009)(186003)(14444005)(256004)(33656002)(3846002)(14454004)(476003)(11346002)(446003)(2616005)(110136005)(81156014)(81166006)(6512007)(99286004)(7736002)(305945005)(8936002)(6246003)(76176011)(2906002)(58126008)(8676002)(6116002)(6486002)(6506007)(86362001)(102836004)(316002); DIR:OUT; SFP:1101; SCL:1; SRVR:HE1PR07MB4299; H:HE1PR07MB3161.eurprd07.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; MX:1; A:1; 
received-spf: None (protection.outlook.com: ericsson.com does not designate permitted sender hosts)
x-ms-exchange-senderadcheck: 1
x-microsoft-antispam-message-info: mlocvnUcDGO10Z7EQiGpYflu/I432srzTK5DkOgCioNXp6kIcoELmH4JTU6N+zZYbI7sH+Gb6276RjbcNkVTx1YoR2Lqk1d8K79TtadTeMFeuldHGk+vjaM1QJafEY7vzayTh6HKV5n4JetUFvd6K0UpOlBSbFa/0p+LqeGLqpwZ8HbzSsVetXwWuRJrbfDyVEY5AH9CwW6LY71g/dFHdjYIP47xZj/v0If7bNZ0RHv7Pf4tDF6+9yY4b6o0erm9cdaU37cu9M4IezziTJS9BAL0aa2e5DQVQD/FfwpQlmJpWN6/m+X60TME5nGnarYTCMxX3y9WPloKsh+RG5Yv0OZudmDPeM+cJsyWsPnMMk+DNPpTnJ9RRm8ilUewX14pvDYB8+c0U/QxU16ydNjD7CKu2K3nE3hnGdGrmwVOypo=
x-ms-exchange-transport-forked: True
Content-Type: text/plain; charset="utf-8"
Content-ID: <05215241671781419860F4233B2CAAFC@eurprd07.prod.outlook.com>
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-OriginatorOrg: ericsson.com
X-MS-Exchange-CrossTenant-Network-Message-Id: 56cf5c40-4857-42d5-704f-08d727b1412c
X-MS-Exchange-CrossTenant-originalarrivaltime: 23 Aug 2019 10:04:15.1541 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 92e84ceb-fbfd-47ab-be52-080c6b87953f
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
X-MS-Exchange-CrossTenant-userprincipalname: J3T9wYE0NZec6rK7p/5PatMA5bzbiF5+RzkSpUtjeCD1lbK3uTN2T8xZ1gWnaGKomIAYPKmkG1kvdrp5sFxsfMUJakcWgSuA7WWzRuKTaTQ=
X-MS-Exchange-Transport-CrossTenantHeadersStamped: HE1PR07MB4299
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/tZSDwNmdZ0XzprVNlpNpEmwme7c>
Subject: Re: [core] MULTIPART-CT: A few editorial comments
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Aug 2019 10:04:20 -0000

SGksDQoNClExOg0KICAgICANCj4+IFRoZSBJbnRyb2R1Y3Rpb24gc2F5cyB0YWxrcyBhYm91dCDi
gJxyZXF1ZXN0IG9yIHJlc3BvbnNlIGJvZHnigJkuDQo+PiANCj4+IEhvd2V2ZXIsIHdoZW4gbG9v
a2luZyBpbiBSRkMgNzI1MiwgSSBkb27igJl0IGZpbmQg4oCYYm9keeKAmSBhbnl3aGVyZS4NCj4g
ICAgDQo+ICAgUmlnaHQuICBCb2R5IGlzIGFuIFJGQyA3OTU5IHRlcm0gKHdoaWNoIHdhcyBhZGFw
dGVkIGZyb20gSFRUUOKAmXMg4oCcTWVzc2FnZSBCb2R54oCdLCBvYnZpb3VzbHkpLg0KDQpXaGVu
IHdlIGRlZmluZSBhIENvQVAgZXh0ZW5zaW9uLCB3ZSBzaG91bGQgYWRhcHQgdGhlIHRlcm1pbm9s
b2d5IHVzZWQgaW4gNzI1Mi4gDQoNCiJDb0FQIHJlcXVlc3Qgb3IgcmVzcG9uc2UgYm9keSIgaXMg
bm90IE1VTFRJUEFSVC1DVCBzcGVjaWZpYyB0ZXJtaW5vbG9neSAtIGl0IGlzIHNvbWV0aGluZyB0
aGF0IHNob3VsZCBiZSBkZWZpbmVkIGluIDcyNTIuDQoNCkFsc28sIEkgaGF2ZSBubyBwcm9ibGVt
IHNlcGFyYXRpbmcgYmV0d2VlbiAiYm9keSIgYW5kICJib2R5IHBheWxvYWQiIChvciBqdXN0ICJw
YXlsb2FkIiksIGJ1dCB0aGUgZGlmZmVyZW5jZSBuZWVkcyB0byBiZSBkZXNjcmliZWQuDQoNCj4g
SSBkaWRu4oCZdCByZWFsbHkgd2FudCB0byBtdWRkeSB0aGUgcGljdHVyZSBieSBleHBsYWluaW5n
IGFnYWluIHRoYXQgQ29BUCBibG9jay13aXNlIHRyYW5zZmVycyBjYW4gY3V0IHVwIGEgDQo+IHNp
bmdsZSBib2R5IGludG8gbXVsdGlwbGUgcGF5bG9hZHMgKGFzIHBlciBSRkMgNzk1OSkuICBUaGUg
Y3VycmVudCB0ZXh0IGFscmVhZHkgbWlnaHQgYmUgbWlzdW5kZXJzdG9vZCB0bw0KPiBzYXkgdGhh
dCB0aGlzIG1lZGlhIHR5cGUgaXMgQ29BUCBzcGVjaWZpYywgd2hpY2ggaXQgaXMgbm90IGF0IGFs
bC4NCj4gIA0KPiBXZSBkaWRu4oCZdCBnbyB0byB0aGUgdHJvdWJsZSBvZiBoYXZpbmcgYSBmb3Jt
YWwgdGVybWlub2xvZ3kgaW1wb3J0IHNlY3Rpb24gKGFwYXJ0IGZyb20gdGhlIHVzdWFsIEJDUDE0
IGJvaWxlcnBsYXRlIGluIDEuMSkuICANCj4gV2UgY291bGQgYWRkIHRoYXQgdGV4dCwgcmVmZXJl
bmNlIDc5NTkgYW5kIDcyMzAgYXMgd2VsbCwgYW5kIG1ha2UgdGhpcyBhYnVuZGFudGx5IGNsZWFy
LiAgT3Igd2UgY291bGQgbGVhdmUgaXQgYXMgaXQgaXMuDQogICANCldoZW4geW91IHJlZmVyIHRv
IGRpZmZlcmVudCBwYXJ0cy9jb250ZW50IG9mIGEgQ29BUCBtZXNzYWdlLCB0aGVyZSBuZWVkcyB0
byBiZSBhIGRlZmluaXRpb24gb2Ygd2hhdCBpdCBpcy4NCg0KPj4gSSBhc3N1bWUgdGhhdCDigJhi
b2R54oCZIHJlZmVycyB0byB3aGF0IFJGQyA3MjUyIGNhbGxzIOKAmHBheWxvYWTigJkuIElmIHNv
LCBJIHN1Z2dlc3QgYWxpZ25pbmcgdGhlIHRlcm1pbm9sb2d5Lg0KPj4gDQo+PiAoRm9yIHNvbWUg
cmVhc29uIHNlY3Rpb24gMTAuMi4zIG9mIFJGQyA3MjUyIGRvZXMgdXNlIOKAmG1lc3NhZ2UtYm9k
eeKAmSwgd2l0aG91dCBhbnkgZXhwbGFuYXRpb24gb3IgcmVmZXJlbmNlLCBidXQgSSBndWVzcyB0
aGF0IGlzIGp1c3QgYW4gZXJyb3IpDQo+ICAgIA0KPiAgICBUaGF0IGlzIGFib3V0IHRoZSBtZXNz
YWdlLWJvZHkgb24gdGhlIEhUVFAgc2lkZSwgc28gaXQgaXMgZXhhY3RseSBhcyBpdCBzaG91bGQg
YmUuDQo+ICAgIA0KPiAgICAoQWN0dWFsbHksIDEuMiBvZiA3MjUyIHNheXMgDQo+ICAgICDCu1Ro
aXMgc3BlY2lmaWNhdGlvbiByZXF1aXJlcyByZWFkZXJzIHRvIGJlIGZhbWlsaWFyIHdpdGggYWxs
IHRoZSB0ZXJtcw0KPiAgICAgIGFuZCBjb25jZXB0cyB0aGF0IGFyZSBkaXNjdXNzZWQgaW4gW1JG
QzI2MTZdLCBpbmNsdWRpbmcgInJlc291cmNlIiwNCj4gICAgICAicmVwcmVzZW50YXRpb24iLCAi
Y2FjaGUiLCBhbmQgImZyZXNoIi4gIChIYXZpbmcgYmVlbiBjb21wbGV0ZWQNCj4gICAgICBiZWZv
cmUgdGhlIHVwZGF0ZWQgc2V0IG9mIEhUVFAgUkZDcywgUkZDIDcyMzAgdG8gUkZDIDcyMzUsIGJl
Y2FtZQ0KPiAgICAgIGF2YWlsYWJsZSwgdGhpcyBzcGVjaWZpY2F0aW9uIHNwZWNpZmljYWxseSBy
ZWZlcmVuY2VzIHRoZSBwcmVkZWNlc3Nvcg0KPiAgICAgIHZlcnNpb24gLS0gUkZDIDI2MTYuKSAg
SW4gYWRkaXRpb24sIHRoaXMgc3BlY2lmaWNhdGlvbiBkZWZpbmVzIHRoZQ0KPiAgICAgIGZvbGxv
d2luZyB0ZXJtaW5vbG9neTogwqsgW+KApl0NCj4NCj4gICAgU28gdGhpcyB0ZXJtIGlzIGFscmVh
ZHkgZGVmaW5lZCBpbiBSRkMgNzI1MiwgYWxiZWl0IGltcGxpY2l0bHkgb25seS4pICANCg0KSFRU
UCBkb2VzIG5vdCBkZWZpbmUgIkNvQVAgcmVxdWVzdCBvciByZXNwb25zZSBib2R5Ii4NCg0KQW5k
LCBldmVuIGlmIGl0IGRvZXMsIHdoeSBpcyAiYm9keSIgbm90IHVzZWQgaW4gNzI1Mj8gDQoNCi0t
LQ0KICANCiAgUTI6DQogICANCiAgPj4gUmVsYXRlZCB0byBRMSwgdGhlIHRleHQgc2F5czoNCiAg
Pj4gDQogID4+ICAg4oCcY2FuIGJlIHVzZWQgdG8gY29tYmluZSByZXByZXNlbnRhdGlvbnMgb2Yg
emVybyBvciBtb3JlIGRpZmZlcmVudCBtZWRpYSB0eXBlcyBpbnRvIGEgc2luZ2xlIG1lc3NhZ2Xi
gJ0NCiAgPiAgDQogID4gIEFjdHVhbGx5LCBpdCBub3cgc2F5cw0KICA+ICANCiAgPiAgICBUaGlz
IG1lbW8gZGVmaW5lcyBhcHBsaWNhdGlvbi9tdWx0aXBhcnQtY29yZSwgYW4gYXBwbGljYXRpb24t
DQogID4gICAgaW5kZXBlbmRlbnQgbWVkaWEtdHlwZSB0aGF0IGNhbiBiZSB1c2VkIHRvIGNvbWJp
bmUgcmVwcmVzZW50YXRpb25zIG9mDQogID4gICAgemVybyBvciBtb3JlIGRpZmZlcmVudCBtZWRp
YSB0eXBlcywgZWFjaCBhbG9uZyB3aXRoIGEgQ29BUCBDb250ZW50LQ0KICA+ICAgICBGb3JtYXQg
aWRlbnRpZmllciwgaW50byBhIHNpbmdsZSByZXByZXNlbnRhdGlvbiwgd2l0aCBtaW5pbWFsIGZy
YW1pbmcNCiAgPiAgICBvdmVyaGVhZC4gIFRoaXMgY29tYmluZWQgcmVwcmVzZW50YXRpb24gbWF5
IHRoZW4gYmUgY2FycmllZCBpbiBhDQogID4gICAgc2luZ2xlIG1lc3NhZ2UsIHN1Y2ggYXMgYSBD
b0FQIFtSRkM3MjUyXSByZXF1ZXN0IG9yIHJlc3BvbnNlIGJvZHkuDQogID4gIA0KICA+IChXaGVy
ZSDigJxtZXNzYWdl4oCdIG1pZ2h0IGJlIGEgd2hvbGUgYmxvY2std2lzZSB0cmFuc2Zlci4pDQog
ID4gIA0KICA+ICBJcyB0aGF0IGJldHRlcj8NCiAgICANCiAgVGhlIHRleHQgbG9va3MgYmV0dGVy
LCBldmVudGhvdWdoIGl0IHN0aWxsIHVzZXMgInJlcXVlc3Qgb3IgcmVzcG9uc2UgYm9keSIgKHNl
ZSBRMSkuDQoNCiAgSG93ZXZlciwgbXkgdW5kZXJzdGFuZGluZyBvZiAibWVzc2FnZSIgaXMgYSBD
b0FQIHJlcXVlc3Qgb3IgcmVzcG9uc2UuIElmIGl0IG1lYW5zIHNvbWV0aGluZyBlbHNlLCB5b3Ug
bmVlZCB0byBkZWZpbmUgaXQuDQoNCi0tLQ0KDQpSZWdhcmRzLA0KDQpDaHJpc3RlciAgICANCiAN
Cg0K


From nobody Fri Aug 23 03:26:34 2019
Return-Path: <Thomas.Fossati@arm.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7FC1812080E for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 03:26:31 -0700 (PDT)
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, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=armh.onmicrosoft.com header.b=csW7d6P2; dkim=fail (1024-bit key) reason="fail (body has been altered)" header.d=armh.onmicrosoft.com header.b=uNzsGU09
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 kuGSkyMpEp2L for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 03:26:29 -0700 (PDT)
Received: from EUR03-AM5-obe.outbound.protection.outlook.com (mail-eopbgr30088.outbound.protection.outlook.com [40.107.3.88]) (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 C93921200B6 for <core@ietf.org>; Fri, 23 Aug 2019 03:26:28 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=armh.onmicrosoft.com;  s=selector2-armh-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=TKPCwQfYG3tv6MxB5AdJ7f5S+a38bIrJ4IqW3BaQTtA=; b=csW7d6P20ilN7i9Ordq3+XG1TgIOZMMP3he8rq9HUxjnipt7iVZsmjwHqD1kACnqeM1gFpwlhNy75SQgC8d91LyCVS2C0H/1Zak9UMbBN3TGrrCOMzEydonjtx7Kx9wPvBwBMNJ5Gasfif8yM5REaJQoPCsk5TmKK8RDCz3/Glc=
Received: from AM6PR08CA0045.eurprd08.prod.outlook.com (2603:10a6:20b:c0::33) by VE1PR08MB4960.eurprd08.prod.outlook.com (2603:10a6:803:110::21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2178.18; Fri, 23 Aug 2019 10:26:23 +0000
Received: from VE1EUR03FT016.eop-EUR03.prod.protection.outlook.com (2a01:111:f400:7e09::205) by AM6PR08CA0045.outlook.office365.com (2603:10a6:20b:c0::33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.2199.14 via Frontend Transport; Fri, 23 Aug 2019 10:26:23 +0000
Authentication-Results: spf=temperror (sender IP is 63.35.35.123) smtp.mailfrom=arm.com; ietf.org; dkim=pass (signature was verified) header.d=armh.onmicrosoft.com;ietf.org; dmarc=temperror action=none header.from=arm.com;
Received-SPF: TempError (protection.outlook.com: error in processing during lookup of arm.com: DNS Timeout)
Received: from 64aa7808-outbound-1.mta.getcheckrecipient.com (63.35.35.123) by VE1EUR03FT016.mail.protection.outlook.com (10.152.18.115) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.2199.13 via Frontend Transport; Fri, 23 Aug 2019 10:26:22 +0000
Received: ("Tessian outbound eba0b9aef687:v27"); Fri, 23 Aug 2019 10:26:20 +0000
X-CheckRecipientChecked: true
X-CR-MTA-CID: 19bbc7379615f305
X-CR-MTA-TID: 64aa7808
Received: from 158cf380c931.1 (ip-172-16-0-2.eu-west-1.compute.internal [104.47.8.50]) by 64aa7808-outbound-1.mta.getcheckrecipient.com id 0EB011F9-0289-4024-A578-BB31699B882A.1;  Fri, 23 Aug 2019 10:26:14 +0000
Received: from EUR03-AM5-obe.outbound.protection.outlook.com (mail-am5eur03lp2050.outbound.protection.outlook.com [104.47.8.50]) by 64aa7808-outbound-1.mta.getcheckrecipient.com with ESMTPS id 158cf380c931.1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384); Fri, 23 Aug 2019 10:26:14 +0000
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ewycbljpqBTge+vSkBvEWylJsMQMx+Guey6LXhvF29tFpdbZtn0yT8PoCXxPGl2MsIWtQYCVdL5++WL97QIdOBxseKMX3COyzCXdkSapp6ZzuRyfNbrQozUiY9S0qTx4/EkyIx90J3zgdExy4bG8Pu5QxbAcuMkzQeliBEN+I3J8xkpZ+RkUWyKk+7kFpaZ8tZzEBHwxyJPRyjbf5iAWB10WVUyCgKWcItfL8B1ezov35ATREr5YDrz+FYdEWq2SzefYe+lby/RHm4IoZbDGQAs2A3P/0J9WaaE3gYm5Ccr3f1x0C5qfE7AxJ7dz0HSTdM2iU5pHCO8/wbJrvtzObA==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=K8nGRra+3727R3+s6Br9Ns6XddRv060GyzoTnFTHmwk=; b=hwHjyBMV2Q9GDNha0cUCmfMH+ggbUph0sCYZH2Tle7DM+0qEGiMxpRJYCV6Htq2+jy++NQvqZyRyHyLmuey+KfQbS+xk2LP8vMFiU96iezTiV9642V7DS5GkqhEIszxS0sNp6jNlW9UHAVrJagqz2djs28XF/sD3kd3UFbiAcszL5EFHUx71zMdLE8te6oqxDZCtzeVD2oD8mJ9tfNE8avzMkm6afHtPjeHEVBuY2u7/YG1NBSbqDmk+lgaZpScmJen2UQh1zlgtxVcTDdhKJqBH8um92NjvKgfaihG1eMdKyAUAdAY8fc4akt2G925D/N2LgsAAGR1UYwywln2SlQ==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=armh.onmicrosoft.com;  s=selector2-armh-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=K8nGRra+3727R3+s6Br9Ns6XddRv060GyzoTnFTHmwk=; b=uNzsGU09Cc2TfrFE70/WPk6j9wdWGUK+LmvTTWrtRpMqEIF953ZuBT54O6w46qnrfQKpW0bYP5zG0UOqib8ecz6NCDMuWIUOC2Wct1yjMKh5bL7p5l8c0sYVOWCnwOPME2ni3GNZSb1AVF8eXhD0AVOVUlhHGhWY2UJAHdFLK7o=
Received: from AM6PR08MB4231.eurprd08.prod.outlook.com (20.179.18.151) by AM6PR08MB4951.eurprd08.prod.outlook.com (10.255.122.157) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2178.16; Fri, 23 Aug 2019 10:26:13 +0000
Received: from AM6PR08MB4231.eurprd08.prod.outlook.com ([fe80::6020:78b2:b6a8:24a2]) by AM6PR08MB4231.eurprd08.prod.outlook.com ([fe80::6020:78b2:b6a8:24a2%5]) with mapi id 15.20.2178.020; Fri, 23 Aug 2019 10:26:13 +0000
From: Thomas Fossati <Thomas.Fossati@arm.com>
To: Christer Holmberg <christer.holmberg@ericsson.com>, "core@ietf.org" <core@ietf.org>
Thread-Topic: [core] MULTIPART-CT: A few editorial comments
Thread-Index: AQHVWLXVDJdpeeA2N0+Yz7eb1XE30KcG7ggA///gQYCAAcLEAIAACKkA
Date: Fri, 23 Aug 2019 10:26:13 +0000
Message-ID: <90ECE0E2-40D2-4F00-A50F-A8CC0F9647E6@arm.com>
References: <0F72A75A-3CCE-46FA-A4B8-333978B5C0A8@arm.com> <209EAFAF-C047-4CD1-BEF9-72FC3FFEE7B1@ericsson.com> <413F2C93-F465-4116-9F1E-0755CBC07D24@arm.com> <CF3412E7-1FCC-4A25-A496-AF58B75825DB@ericsson.com>
In-Reply-To: <CF3412E7-1FCC-4A25-A496-AF58B75825DB@ericsson.com>
Accept-Language: en-GB, en-US
Content-Language: en-GB
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/10.1c.0.190812
Authentication-Results-Original: spf=none (sender IP is ) smtp.mailfrom=Thomas.Fossati@arm.com; 
x-originating-ip: [217.140.106.49]
x-ms-publictraffictype: Email
X-MS-Office365-Filtering-Correlation-Id: f4d97e6a-380f-42cc-6b3d-08d727b45826
X-MS-Office365-Filtering-HT: Tenant
X-Microsoft-Antispam-Untrusted: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(5600166)(711020)(4605104)(1401327)(4618075)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(2017052603328)(7193020); SRVR:AM6PR08MB4951; 
X-MS-TrafficTypeDiagnostic: AM6PR08MB4951:|VE1PR08MB4960:
x-ms-exchange-transport-forked: True
X-Microsoft-Antispam-PRVS: <VE1PR08MB4960B72D05C9E765B3C356FA9CA40@VE1PR08MB4960.eurprd08.prod.outlook.com>
x-checkrecipientrouted: true
x-ms-oob-tlc-oobclassifiers: OLM:8273;OLM:8273;
x-forefront-prvs: 0138CD935C
X-Forefront-Antispam-Report-Untrusted: SFV:NSPM; SFS:(10009020)(4636009)(376002)(366004)(39860400002)(396003)(136003)(346002)(199004)(189003)(71200400001)(71190400001)(6506007)(53546011)(229853002)(2906002)(256004)(478600001)(81156014)(8676002)(81166006)(4744005)(25786009)(6246003)(14444005)(5660300002)(4326008)(36756003)(58126008)(110136005)(6512007)(53936002)(6486002)(14454004)(2501003)(6436002)(86362001)(76176011)(186003)(99286004)(64756008)(66446008)(66556008)(91956017)(66476007)(66946007)(76116006)(66066001)(8936002)(7736002)(11346002)(446003)(305945005)(3846002)(6116002)(476003)(486006)(102836004)(33656002)(316002)(2616005)(26005); DIR:OUT; SFP:1101; SCL:1; SRVR:AM6PR08MB4951; H:AM6PR08MB4231.eurprd08.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; A:1; MX:1; 
received-spf: None (protection.outlook.com: arm.com does not designate permitted sender hosts)
X-MS-Exchange-SenderADCheck: 1
X-Microsoft-Antispam-Message-Info-Original: YRoeF1R/skYyVeOHaDFgeP7k9B4JHR+dt+zArbQbts23vduWq3M6zG8pOXMU39CECtWvKSxv4nNE75QQ9OjYSmO3x9J84jzVhMnyV+dhVdK+3lDma/L3BIKaMkzanM7Bfe66hST4JfrPt4Nm64dj+wXQU8HPw9S0nSnTU/LOuhYui4z9MFWqECOiPAG1YSiVG5WNYBtSZolPDPjxIY/UTQVX1YrxlumG+TqdfxFEdb08+2c/Fg/h+buikkncdIgAoIz5bCR7hkz7rdTDECpITBkG8AVaM+tmn0ISFpYfRCnxLhCj0cWivy0EVVy2Wi3mAo4ZKKJZvvmI6jBjvHlMvEg0IorIJEUmyMFkcAKapFmQC9Sp1qoxbivVHWqlHm7JpxcNT5txXNziiJITOBNqXC4dBoAlKV145Th3aBLsmHo=
Content-Type: text/plain; charset="utf-8"
Content-ID: <1E68562A8F4EC444B6540CFAF0011F92@eurprd08.prod.outlook.com>
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-MS-Exchange-Transport-CrossTenantHeadersStamped: AM6PR08MB4951
Original-Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=Thomas.Fossati@arm.com; 
X-EOPAttributedMessage: 0
X-MS-Exchange-Transport-CrossTenantHeadersStripped: VE1EUR03FT016.eop-EUR03.prod.protection.outlook.com
X-Forefront-Antispam-Report: CIP:63.35.35.123; IPV:CAL; SCL:-1; CTRY:IE; EFV:NLI; SFV:NSPM; SFS:(10009020)(4636009)(396003)(39860400002)(376002)(136003)(346002)(2980300002)(40434004)(189003)(199004)(70206006)(14454004)(356004)(3846002)(47776003)(5024004)(14444005)(22756006)(63370400001)(4744005)(486006)(11346002)(186003)(476003)(63350400001)(446003)(2616005)(102836004)(50466002)(6116002)(33656002)(26005)(336012)(126002)(436003)(26826003)(5660300002)(478600001)(86362001)(76130400001)(229853002)(8936002)(66066001)(6246003)(6506007)(4326008)(305945005)(7736002)(81156014)(8676002)(99286004)(81166006)(316002)(36906005)(2906002)(110136005)(76176011)(23676004)(2486003)(6512007)(58126008)(36756003)(25786009)(6486002)(53546011)(2501003)(70586007); DIR:OUT; SFP:1101; SCL:1; SRVR:VE1PR08MB4960; H:64aa7808-outbound-1.mta.getcheckrecipient.com; FPR:; SPF:TempError; LANG:en;  PTR:ec2-63-35-35-123.eu-west-1.compute.amazonaws.com; MX:1; A:1; 
X-MS-Office365-Filtering-Correlation-Id-Prvs: 0e7e4bfe-5eeb-46bd-91bc-08d727b452ca
X-Microsoft-Antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(5600166)(710020)(711020)(4605104)(1401327)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(2017052603328)(7193020); SRVR:VE1PR08MB4960; 
X-Forefront-PRVS: 0138CD935C
X-Microsoft-Antispam-Message-Info: A72IZID91tjSjs5TEtpZmIt1Y2oDOAlOQBwLbZ5NHkUBpKbW0/by2CnL4dyUcVV8pk/1U9NMHOkHoTEgSVfEt9EVrFMUhHaqns2C50iX5OQtRgc5wHCWrpgjmeP8+C7sFFVEn0EFlPolQ0/dRVc9DHQsR6wFRSkROejq0SH0Cg8VPm2xLya3Bgi32R6frsD7HO7buaHGTOWTnfLEqZE0xjPJk21G1N2Lwk4dfV5QxcJnzOeek3JLzKalFBBExXsrUZ7ujTGqX8KKRf4DGLETty/S6Juxw5te/WpWzCap19llF6WdRgA1woaVYkIX1XD7IjAMOp89Ix4EOqIq4UX6AlDMdxIZRaXtGnK2bRY0qmBhe5GoDHiXcpC931LBkPDziVK3wgkW0ZlPO4Z4v4KgOSzjyZXlsNlh1+8iflvCEaQ=
X-OriginatorOrg: arm.com
X-MS-Exchange-CrossTenant-OriginalArrivalTime: 23 Aug 2019 10:26:22.1412 (UTC)
X-MS-Exchange-CrossTenant-Network-Message-Id: f4d97e6a-380f-42cc-6b3d-08d727b45826
X-MS-Exchange-CrossTenant-Id: f34e5979-57d9-4aaa-ad4d-b122a662184d
X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=f34e5979-57d9-4aaa-ad4d-b122a662184d; Ip=[63.35.35.123];  Helo=[64aa7808-outbound-1.mta.getcheckrecipient.com]
X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem
X-MS-Exchange-Transport-CrossTenantHeadersStamped: VE1PR08MB4960
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/yOEYChfBH7hnPjiPup0bcTrJfyU>
Subject: Re: [core] MULTIPART-CT: A few editorial comments
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Aug 2019 10:26:32 -0000

SGkgQ2hyaXN0ZXIsDQoNCk9uIDIzLzA4LzIwMTksIDA4OjU1LCAiQ2hyaXN0ZXIgSG9sbWJlcmci
IDxjaHJpc3Rlci5ob2xtYmVyZ0Blcmljc3Nvbi5jb20+IHdyb3RlOg0KPiAgVG8gbWUsICJtZXNz
YWdlIiB3b3VsZCByZWZlciB0byBhIENvQVAgcmVxdWVzdCBvciByZXNwb25zZSA6KQ0KDQpNeSB0
d28gY2VudHM6DQoNCmFwcGxpY2F0aW9uL211bHRpcGFydC1jb3JlIGlzIGEgIm5vcm1hbCIgTUlN
RSBtZWRpYSB0eXBlLCBhbmQgaXQncyBub3QNCmJvdW5kIHRvIENvQVAgYnkgYW55IG1lYW5zIChh
bHRob3VnaCBDb0FQIGlzIHRoZSBtb3RpdmF0aW5nIHVzZSBjYXNlKS4NCg0KSW4gdGhlIGNvbnRl
eHQgb2YgTUlNRSAoUkZDIDIwNDYpICJtZXNzYWdlIGJvZHkiIGlzIHRoZSBlc3RhYmxpc2hlZA0K
d29yZGluZyBmb3IgdGhlIE1JTUUgbWVzc2FnZSBjb250ZW50LCBpcnJlc3BlY3RpdmUgb2YgdGhl
IHRyYW5zcG9ydA0KcHJvdG9jb2wgKENvQVAsIFNNVFAsIEhUVFApLg0KDQpUaGlzIGlzIGhvdyBJ
IGludGVycHJldCBpdCwgYXQgbGVhc3QuICBBbmQgSSBhZ3JlZSB3aXRoIHlvdSB0aGF0IHRoZSBj
dXJyZW50DQp0ZXh0IGlzIGFtYmlndW91cyBpbiB0aGlzIHJlc3BlY3QuDQoNCkNoZWVycywgdA0K
DQpJTVBPUlRBTlQgTk9USUNFOiBUaGUgY29udGVudHMgb2YgdGhpcyBlbWFpbCBhbmQgYW55IGF0
dGFjaG1lbnRzIGFyZSBjb25maWRlbnRpYWwgYW5kIG1heSBhbHNvIGJlIHByaXZpbGVnZWQuIElm
IHlvdSBhcmUgbm90IHRoZSBpbnRlbmRlZCByZWNpcGllbnQsIHBsZWFzZSBub3RpZnkgdGhlIHNl
bmRlciBpbW1lZGlhdGVseSBhbmQgZG8gbm90IGRpc2Nsb3NlIHRoZSBjb250ZW50cyB0byBhbnkg
b3RoZXIgcGVyc29uLCB1c2UgaXQgZm9yIGFueSBwdXJwb3NlLCBvciBzdG9yZSBvciBjb3B5IHRo
ZSBpbmZvcm1hdGlvbiBpbiBhbnkgbWVkaXVtLiBUaGFuayB5b3UuDQo=


From nobody Fri Aug 23 03:53:51 2019
Return-Path: <christer.holmberg@ericsson.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 999B1120018 for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 03:53:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.002
X-Spam-Level: 
X-Spam-Status: No, score=-2.002 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=ericsson.com
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 ieFbasaiDu5V for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 03:53:47 -0700 (PDT)
Received: from EUR01-DB5-obe.outbound.protection.outlook.com (mail-eopbgr150047.outbound.protection.outlook.com [40.107.15.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7F004120142 for <core@ietf.org>; Fri, 23 Aug 2019 03:53:47 -0700 (PDT)
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=H5uELPJQLEENWikeDhsWdy57u1Y72OaSOhgerM6j8KOkmw4J1IJA3GUvHskHFrMfNBRIxnemO/NB8rKjsm0UCITDfC7bLlbtDfKI0kDrj++omnX80VsS4xnKyGcZjQ9No3iqRlOW7KWaxTjiazgQEhtg7XhuODSyUgo/gpDKlMWVi/gqPFPmQSileJsVwH64CwrjZHVlauiPMILWYBX3XZ9UORzYVHKKwmaBIFktv9xXJT9biTJui+LAktyBhR5b84tympgXdYE4ZwqsoGuZWXvWuLW9FgGFts910OVNDH1eir0N4+ZWkTkx3+oUQtAfMjytB1fHgWUwCBf4rkpl8Q==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=CSYz+ygrlwyu8LJCZ4hzykSxOz77bJeAqPrenUGK1+M=; b=DBxL6fV/ipPPOfJpafaU95kqE0dzRahFowElHkUrAgVyYnclm2vhrHbeXdUtOOCteXplG+kMv5OFzotnG0LJVjbl2/OS+kNoP5EvmSeL9vKNA54NoCWQIl9nUPm2qRt62aqGifXQzUGKiuD6hNoYxtNJ6tPiM+Vrc3yEJUn/mmeCQbqt9GZ7iREye9ErebuzsgeeV1qZEpnKKnbMG9TTp6uaImkCwxOGDT4oW035nUT0hLtXSYoMaxvsVmMpjoC0UbQ332Hjn2ac3oEgf0Kd+0Inx2bJV111PI0l3JImGl1JyNi82ozJX189RRslFRoyuLWdYOXqmlsguS93UeyXFQ==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ericsson.com; dmarc=pass action=none header.from=ericsson.com; dkim=pass header.d=ericsson.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericsson.com; s=selector2; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=CSYz+ygrlwyu8LJCZ4hzykSxOz77bJeAqPrenUGK1+M=; b=gRnvkWSn2+fC7PqUbY+H4En2hjsL/n90kc3i/disRHb444GNSC9RiVloa9zqBxKD+sayszauoB+MEoZ7mj/PIaLCqGUnxQc+MY5rZHNCK60ls5z+FcmipncgNGkq2WRrK2a8Ckkidsni1y8ZB+oZ13xv6Aqa4rJcGfIyF+GCu5s=
Received: from HE1PR07MB3161.eurprd07.prod.outlook.com (10.170.245.23) by HE1PR07MB3132.eurprd07.prod.outlook.com (10.170.245.18) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2199.15; Fri, 23 Aug 2019 10:53:40 +0000
Received: from HE1PR07MB3161.eurprd07.prod.outlook.com ([fe80::f0a1:2199:7816:ff8d]) by HE1PR07MB3161.eurprd07.prod.outlook.com ([fe80::f0a1:2199:7816:ff8d%6]) with mapi id 15.20.2220.009; Fri, 23 Aug 2019 10:53:40 +0000
From: Christer Holmberg <christer.holmberg@ericsson.com>
To: Thomas Fossati <Thomas.Fossati@arm.com>, "core@ietf.org" <core@ietf.org>
Thread-Topic: [core] MULTIPART-CT: A few editorial comments
Thread-Index: AQHVWLXVDJdpeeA2N0+Yz7eb1XE30KcG7ggA///gQYCAAcLEAIAACKkAgAApM4A=
Date: Fri, 23 Aug 2019 10:53:40 +0000
Message-ID: <BFDA52C3-B49C-4A57-A271-AC2D76835E56@ericsson.com>
References: <0F72A75A-3CCE-46FA-A4B8-333978B5C0A8@arm.com> <209EAFAF-C047-4CD1-BEF9-72FC3FFEE7B1@ericsson.com> <413F2C93-F465-4116-9F1E-0755CBC07D24@arm.com> <CF3412E7-1FCC-4A25-A496-AF58B75825DB@ericsson.com> <90ECE0E2-40D2-4F00-A50F-A8CC0F9647E6@arm.com>
In-Reply-To: <90ECE0E2-40D2-4F00-A50F-A8CC0F9647E6@arm.com>
Accept-Language: en-US
Content-Language: en-GB
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/10.1b.0.190715
authentication-results: spf=none (sender IP is ) smtp.mailfrom=christer.holmberg@ericsson.com; 
x-originating-ip: [89.166.49.243]
x-ms-publictraffictype: Email
x-ms-office365-filtering-correlation-id: c6a799b2-6c8a-4265-d805-08d727b82899
x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600166)(711020)(4605104)(1401327)(2017052603328)(7193020); SRVR:HE1PR07MB3132; 
x-ms-traffictypediagnostic: HE1PR07MB3132:
x-microsoft-antispam-prvs: <HE1PR07MB31326CA3A94AE8A73D62A54993A40@HE1PR07MB3132.eurprd07.prod.outlook.com>
x-ms-oob-tlc-oobclassifiers: OLM:8882;
x-forefront-prvs: 0138CD935C
x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(4636009)(39860400002)(366004)(376002)(346002)(136003)(396003)(199004)(189003)(76116006)(66946007)(25786009)(478600001)(2906002)(66066001)(7736002)(229853002)(305945005)(14454004)(99286004)(2501003)(66476007)(66556008)(64756008)(6246003)(8936002)(81166006)(81156014)(53936002)(8676002)(58126008)(316002)(110136005)(36756003)(6436002)(6116002)(3846002)(6486002)(33656002)(102836004)(66446008)(6512007)(6506007)(5660300002)(76176011)(446003)(11346002)(2616005)(476003)(44832011)(486006)(26005)(186003)(71200400001)(86362001)(71190400001)(256004)(14444005); DIR:OUT; SFP:1101; SCL:1; SRVR:HE1PR07MB3132; H:HE1PR07MB3161.eurprd07.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; A:1; MX:1; 
received-spf: None (protection.outlook.com: ericsson.com does not designate permitted sender hosts)
x-ms-exchange-senderadcheck: 1
x-microsoft-antispam-message-info: ZGrqu3rd0bvmmJpmzeSD5LaMI0cxHbIfy9cruzLWdUpmAWux2KVsMNd5pU8uYgKHLeIu2GEIpO0qIeNWRkPYkFk31I9PT0u34t8VVafZpYEzRNO/Mx8WU2X0DVqwP9oBDBOnYZXEfxRdTky1EYDX0qjuwUYmxoQxoYMCRV8kt4JFF+vU2pBEEcphnIOPBCcxwzzaXhW27PTWpf9qcx4FRAWDFfinite/+0iNcL+dAqqq8AvOc4AQeBy93aAnchaGnXPDZwzhSNZSnO18AfFriP5Atfi8Imo1QstcqFA83RBCVhZknWqPYIc71Nfyd08OEzhkqZ0V233qOyh3LkFrwf8fclRDLv+ZgEzodhj4Kd9Gm43E1mb97/KWa2hDYj5sv/+wIHScsNSrnn98QjYvNIDKsO9sQLS8GLGmRDiTDzM=
x-ms-exchange-transport-forked: True
Content-Type: text/plain; charset="utf-8"
Content-ID: <ADF79361C7BB18498D4815C21B722B68@eurprd07.prod.outlook.com>
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-OriginatorOrg: ericsson.com
X-MS-Exchange-CrossTenant-Network-Message-Id: c6a799b2-6c8a-4265-d805-08d727b82899
X-MS-Exchange-CrossTenant-originalarrivaltime: 23 Aug 2019 10:53:40.4031 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 92e84ceb-fbfd-47ab-be52-080c6b87953f
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
X-MS-Exchange-CrossTenant-userprincipalname: a11pStHtlpZnkPjVGnRHbjv4gcn2myb/MnDzWGkvhW3bgvDTZu4G+0U1tFdIdlN9kgMObkbck2b7dcAMUYSnH678u7YI9tGmS0YeWZZCzIA=
X-MS-Exchange-Transport-CrossTenantHeadersStamped: HE1PR07MB3132
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/mdp7udrTP2Xq9PoRhWIjSvTZaZk>
Subject: Re: [core] MULTIPART-CT: A few editorial comments
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Aug 2019 10:53:50 -0000

SGksDQoNCj4+ICBUbyBtZSwgIm1lc3NhZ2UiIHdvdWxkIHJlZmVyIHRvIGEgQ29BUCByZXF1ZXN0
IG9yIHJlc3BvbnNlIDopDQo+ICAgIA0KPiAgICBNeSB0d28gY2VudHM6DQo+ICAgIA0KPiAgICBh
cHBsaWNhdGlvbi9tdWx0aXBhcnQtY29yZSBpcyBhICJub3JtYWwiIE1JTUUgbWVkaWEgdHlwZSwg
YW5kIGl0J3Mgbm90DQo+ICAgIGJvdW5kIHRvIENvQVAgYnkgYW55IG1lYW5zIChhbHRob3VnaCBD
b0FQIGlzIHRoZSBtb3RpdmF0aW5nIHVzZSBjYXNlKS4NCiAgDQpBZ3JlZS4NCg0KPiAgICBJbiB0
aGUgY29udGV4dCBvZiBNSU1FIChSRkMgMjA0NikgIm1lc3NhZ2UgYm9keSIgaXMgdGhlIGVzdGFi
bGlzaGVkDQo+ICAgIHdvcmRpbmcgZm9yIHRoZSBNSU1FIG1lc3NhZ2UgY29udGVudCwgaXJyZXNw
ZWN0aXZlIG9mIHRoZSB0cmFuc3BvcnQNCj4gICAgcHJvdG9jb2wgKENvQVAsIFNNVFAsIEhUVFAp
Lg0KICANCkFncmVlLiANCg0KPiAgICBUaGlzIGlzIGhvdyBJIGludGVycHJldCBpdCwgYXQgbGVh
c3QuICBBbmQgSSBhZ3JlZSB3aXRoIHlvdSB0aGF0IHRoZSBjdXJyZW50DQo+ICAgIHRleHQgaXMg
YW1iaWd1b3VzIGluIHRoaXMgcmVzcGVjdC4NCiAgDQpXZSBuZWVkIHRvIGRlZmluZSBob3cgdGhl
IGdlbmVyaWMgdGVybXMgYWJvdmUgYXJlIG1hcHBlZCBpbnRvIENvQVAuDQoNCkZvciBleGFtcGxl
LCBpZiB5b3UgdHJhbnNwb3J0IGEgIm1lc3NhZ2UgYm9keSIgaW4gQ29BUCwgd2hhdCBpcyB0aGUg
cGFydCBvZiB0aGUgQ29BUCBtZXNzYWdlIHdoZXJlIHRoZSAibWVzc2FnZSBib2R5IiBpcyBjb252
ZXllZD8NCg0KRmlndXJlIDcgb2YgUkZDIDcyNTIgZGVmaW5lcyB0aGUgIlBheWxvYWQiIHBhcnQg
b2YgYSBDb0FQIG1lc3NhZ2UuIEkgYXNzdW1lIHRoYXQgaXMgdGhlIHBhcnQgdXNlZCB0byBjb252
ZXkgYSAibWVzc2FnZSBib2R5IiBhc3NvY2lhdGVkIHdpdGggYSBNSU1FIG1lZGlhIHR5cGUuDQoN
CkJ1dCwgTVVMVElQQVJULUNUIGRvZXMgbm90IHRhbGsgYWJvdXQgdGhlIFBheWxvYWQgcGFydC4g
SXQgdGFsa3MgYWJvdXQgImJvZHkiLCB3aGljaCBpcyBub3doZXJlIGRlZmluZWQgZm9yIENvQVAu
IEkgbmVlZCB0byBrbm93IHdoYXQgcGFydCBvZiBhIENvQVAgbWVzc2FnZSB0aGUgImJvZHkiIGlz
Lg0KDQpSZWdhcmRzLA0KDQpDaHJpc3Rlcg0KIA0KDQo=


From nobody Fri Aug 23 04:07:23 2019
Return-Path: <Thomas.Fossati@arm.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5A94C120810 for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 04:07:21 -0700 (PDT)
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, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=armh.onmicrosoft.com header.b=gigS8KW4; dkim=fail (1024-bit key) reason="fail (body has been altered)" header.d=armh.onmicrosoft.com header.b=XyDsxLuR
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 ZlH4HPSpwHBR for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 04:07:19 -0700 (PDT)
Received: from EUR04-DB3-obe.outbound.protection.outlook.com (mail-eopbgr60083.outbound.protection.outlook.com [40.107.6.83]) (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 C8B7B120809 for <core@ietf.org>; Fri, 23 Aug 2019 04:07:18 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=armh.onmicrosoft.com;  s=selector2-armh-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=y6ytcvFQJMbIzrZRk24u2oX4JnxglQFCpJ47luBcN7g=; b=gigS8KW4pthyFXXxAkmcZ1CMv92VXXxFRgupC6aN7hLgPch4BCHHPsJKizvcCzNSyAwJDhDBeGWFve+2I4bjBUK720RX4l5tDyWZMeZjPAgT+A+1ka/VtNVOM1ljcakXEXe5sydR27MMYtYQsJot5ZcTBdSD9dgZT5lEBsYCeig=
Received: from VE1PR08CA0026.eurprd08.prod.outlook.com (2603:10a6:803:104::39) by DB6PR0802MB2600.eurprd08.prod.outlook.com (2603:10a6:4:a1::22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2178.16; Fri, 23 Aug 2019 11:07:15 +0000
Received: from DB5EUR03FT061.eop-EUR03.prod.protection.outlook.com (2a01:111:f400:7e0a::204) by VE1PR08CA0026.outlook.office365.com (2603:10a6:803:104::39) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2199.15 via Frontend Transport; Fri, 23 Aug 2019 11:07:14 +0000
Authentication-Results: spf=temperror (sender IP is 63.35.35.123) smtp.mailfrom=arm.com; ietf.org; dkim=pass (signature was verified) header.d=armh.onmicrosoft.com;ietf.org; dmarc=temperror action=none header.from=arm.com;
Received-SPF: TempError (protection.outlook.com: error in processing during lookup of arm.com: DNS Timeout)
Received: from 64aa7808-outbound-1.mta.getcheckrecipient.com (63.35.35.123) by DB5EUR03FT061.mail.protection.outlook.com (10.152.21.234) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2199.13 via Frontend Transport; Fri, 23 Aug 2019 11:07:13 +0000
Received: ("Tessian outbound 0c23f37acac0:v27"); Fri, 23 Aug 2019 11:07:10 +0000
X-CheckRecipientChecked: true
X-CR-MTA-CID: a5fb3e2be9c3eeb7
X-CR-MTA-TID: 64aa7808
Received: from 15d996293b2d.1 (ip-172-16-0-2.eu-west-1.compute.internal [104.47.8.53]) by 64aa7808-outbound-1.mta.getcheckrecipient.com id 14462ABF-E1A2-41F9-A7C3-F938C72F3DE7.1;  Fri, 23 Aug 2019 11:07:05 +0000
Received: from EUR03-AM5-obe.outbound.protection.outlook.com (mail-am5eur03lp2053.outbound.protection.outlook.com [104.47.8.53]) by 64aa7808-outbound-1.mta.getcheckrecipient.com with ESMTPS id 15d996293b2d.1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384); Fri, 23 Aug 2019 11:07:05 +0000
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=U2TRfj6S2JPgtffiQfYzJXOAkrHjR5rTsVL4kfzxh85Hh27ZYtaUlEdWonMe68THy1HMZ90w0tdNU5S/oo8BO6C5cmrP+f7gB9UrMChjeuIExDsIuQCtisoPveFsLXi/1caGyAdkOMl9maNh/h2qRPPUEFb4i67vt/VrO76tmYno/b1q7EUrDA2ToWX2KEty0TkaFsmmH/2EhMhDAkUqiuusJGlHFUihc2rFs1+vQdXreb+jM7PuM9TUnQkf1nBIei5vQ+rbUGgpaurtakzrZv1R3lo5SrSbJ/ZWZ2HXB28xkRt+GYTZtWLmtLXHFr3GYdxacuBqCDJbBZ++mNthFQ==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=NvJvK8XldivxnlZsD86b5scVB/8XjWivDXIiEucHkiw=; b=LPdOIMnc2AkA2wOFsm4laiyszHI9eBhsgUFERpkzTIzHRvX2N5jXgIXSJS3g0EE9g4Gw06v+7CQOL2Ri3hCUpU5m6nZeV19om4lu1I4XfLv8qDieCMM2QH8x7AYNfWWCkiIEuEPa4kkgt8xJeyXasq8N75hMmuVNOosoww8LrgIwy6kvrWrRg3iZP/0/HmVe4zEvArzsglA87eoi4CclXbta8aDVR9M9n6CMIc6Lj2z/T8oBERbmU7KFmZDydL/stNoMzK+HMIepZtp+/auIR5enqs65G81U7D1wGiFV7LUhW2so3pOE9VYVdvkyq7s/st4zpPFlgE50pdyuGuYAuw==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=armh.onmicrosoft.com;  s=selector2-armh-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=NvJvK8XldivxnlZsD86b5scVB/8XjWivDXIiEucHkiw=; b=XyDsxLuRELws07nl3Z2PA3nJ4On4jRL2RpDHhWgwi25GVoTwwklOa3aySgbhHS4UxAC6mtzho8vBhzAC7mHQ3GKYDpPSNESDYzU4aIHw8XVzCc4KdxcMn/GaSwzSLCogvbcrGsVI2Nd6EZclMZe4OuOeNDs1UE4/bmz9Dd39Gpc=
Received: from AM6PR08MB4231.eurprd08.prod.outlook.com (20.179.18.151) by AM6PR08MB3349.eurprd08.prod.outlook.com (52.135.166.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2199.19; Fri, 23 Aug 2019 11:07:02 +0000
Received: from AM6PR08MB4231.eurprd08.prod.outlook.com ([fe80::6020:78b2:b6a8:24a2]) by AM6PR08MB4231.eurprd08.prod.outlook.com ([fe80::6020:78b2:b6a8:24a2%5]) with mapi id 15.20.2178.020; Fri, 23 Aug 2019 11:07:01 +0000
From: Thomas Fossati <Thomas.Fossati@arm.com>
To: Christer Holmberg <christer.holmberg@ericsson.com>, "core@ietf.org" <core@ietf.org>
Thread-Topic: [core] MULTIPART-CT: A few editorial comments
Thread-Index: AQHVWLXVDJdpeeA2N0+Yz7eb1XE30KcG7ggA///gQYCAAcLEAIAACKkAgAApM4D//+I1gA==
Date: Fri, 23 Aug 2019 11:07:01 +0000
Message-ID: <BF8C7E20-2625-40D8-BF40-0A1C8047CF35@arm.com>
References: <0F72A75A-3CCE-46FA-A4B8-333978B5C0A8@arm.com> <209EAFAF-C047-4CD1-BEF9-72FC3FFEE7B1@ericsson.com> <413F2C93-F465-4116-9F1E-0755CBC07D24@arm.com> <CF3412E7-1FCC-4A25-A496-AF58B75825DB@ericsson.com> <90ECE0E2-40D2-4F00-A50F-A8CC0F9647E6@arm.com> <BFDA52C3-B49C-4A57-A271-AC2D76835E56@ericsson.com>
In-Reply-To: <BFDA52C3-B49C-4A57-A271-AC2D76835E56@ericsson.com>
Accept-Language: en-GB, en-US
Content-Language: en-GB
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/10.1c.0.190812
Authentication-Results-Original: spf=none (sender IP is ) smtp.mailfrom=Thomas.Fossati@arm.com; 
x-originating-ip: [217.140.106.49]
x-ms-publictraffictype: Email
X-MS-Office365-Filtering-Correlation-Id: 203149db-786c-48a5-1e7a-08d727ba0d44
X-MS-Office365-Filtering-HT: Tenant
X-Microsoft-Antispam-Untrusted: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600166)(711020)(4605104)(1401327)(4618075)(2017052603328)(7193020); SRVR:AM6PR08MB3349; 
X-MS-TrafficTypeDiagnostic: AM6PR08MB3349:|DB6PR0802MB2600:
x-ms-exchange-transport-forked: True
X-Microsoft-Antispam-PRVS: <DB6PR0802MB2600E24DC10C3E7740A4C6129CA40@DB6PR0802MB2600.eurprd08.prod.outlook.com>
x-checkrecipientrouted: true
x-ms-oob-tlc-oobclassifiers: OLM:7691;OLM:7691;
x-forefront-prvs: 0138CD935C
X-Forefront-Antispam-Report-Untrusted: SFV:NSPM; SFS:(10009020)(979002)(4636009)(366004)(39860400002)(136003)(346002)(376002)(396003)(189003)(199004)(14454004)(186003)(6116002)(2616005)(476003)(26005)(6436002)(71190400001)(6512007)(8676002)(81156014)(81166006)(102836004)(76176011)(6506007)(2906002)(53546011)(2501003)(3846002)(25786009)(478600001)(446003)(11346002)(99286004)(486006)(5660300002)(76116006)(6246003)(91956017)(305945005)(66446008)(66066001)(64756008)(66556008)(7736002)(8936002)(6486002)(36756003)(58126008)(110136005)(4326008)(256004)(86362001)(53936002)(66476007)(66946007)(33656002)(229853002)(4744005)(71200400001)(316002)(969003)(989001)(999001)(1009001)(1019001); DIR:OUT; SFP:1101; SCL:1; SRVR:AM6PR08MB3349; H:AM6PR08MB4231.eurprd08.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; MX:1; A:1; 
received-spf: None (protection.outlook.com: arm.com does not designate permitted sender hosts)
X-MS-Exchange-SenderADCheck: 1
X-Microsoft-Antispam-Message-Info-Original: 1Uwq5+eqlKbeDkSGbJzmuox9BIbqzW8Woz0Tg2QdZKPwLbEws/rTtTekc6fiOAe8W0vAO8CckWe/La5m9tkzdowLAKZ8dD6FRp08UxJdEV3mSU5Kl0HpHvIr1fV07uJ/GT1yGjQGFlU+JzecaXKr7QVk6nQcApDdTaz2yr1UkiCMAJvvvKTA4ZAXWG4ipp1C52mMbp1bnzNn26CNIhO2m8qquHZ+qz7oTcpS8Cs/Tkp7kIcbsx5EWuN5YJvjeyzAh9AAsfJB5MMDnmKjYeszBgKoC/L58BJLadZkSjimqKzU6oDV7fqGFcJB0Pp1fBDPUIYykP5zYBY7RsAk0JIY9d3DUm+KiF7KIE8rW4GcwBWIz054PT39hMAkyw+UB8JjFGRuVabrtqCeZjrM4lrYVHG98ToOGeZU9fMQLG0Gfy8=
Content-Type: text/plain; charset="utf-8"
Content-ID: <422A6112D39F144EBAE1D3C4BDF4812D@eurprd08.prod.outlook.com>
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-MS-Exchange-Transport-CrossTenantHeadersStamped: AM6PR08MB3349
Original-Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=Thomas.Fossati@arm.com; 
X-EOPAttributedMessage: 0
X-MS-Exchange-Transport-CrossTenantHeadersStripped: DB5EUR03FT061.eop-EUR03.prod.protection.outlook.com
X-Forefront-Antispam-Report: CIP:63.35.35.123; IPV:CAL; SCL:-1; CTRY:IE; EFV:NLI; SFV:NSPM; SFS:(10009020)(979002)(4636009)(396003)(39860400002)(346002)(376002)(136003)(2980300002)(189003)(199004)(40434004)(26826003)(14454004)(47776003)(4326008)(63350400001)(2906002)(336012)(86362001)(478600001)(6512007)(486006)(5660300002)(229853002)(63370400001)(6486002)(8936002)(11346002)(436003)(126002)(50466002)(66066001)(8676002)(2616005)(26005)(476003)(446003)(81156014)(81166006)(70206006)(99286004)(102836004)(3846002)(6506007)(6246003)(53546011)(7736002)(33656002)(23676004)(186003)(305945005)(76176011)(70586007)(2486003)(110136005)(58126008)(316002)(36756003)(22756006)(2501003)(5024004)(14444005)(25786009)(6116002)(76130400001)(356004)(969003)(989001)(999001)(1009001)(1019001); DIR:OUT; SFP:1101; SCL:1; SRVR:DB6PR0802MB2600; H:64aa7808-outbound-1.mta.getcheckrecipient.com; FPR:; SPF:TempError; LANG:en;  PTR:ec2-63-35-35-123.eu-west-1.compute.amazonaws.com; MX:1; A:1; 
X-MS-Office365-Filtering-Correlation-Id-Prvs: 39d53fc1-dfe7-434e-573b-08d727ba0645
X-Microsoft-Antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(5600166)(710020)(711020)(4605104)(1401327)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(2017052603328)(7193020); SRVR:DB6PR0802MB2600; 
X-Forefront-PRVS: 0138CD935C
X-Microsoft-Antispam-Message-Info: 63SIh8MT7WQOHdaN7wJnV/Pn/uJBrQh4zJVPrj5aykG7K5O1GDALeILn0rMCH6p/0GUC/EHQcYHgQlJuNl782WTIMgHV61ZgizOVCSCS4kAEMDuqqBrJMm5PQrW4PBdZrlbXaau5GuQ5ootazbHXv3NkRps9OvRghs6J/BrV7geCYx7eZax8pssN0vvLTfS6i0dzE5p2qqyvjcsBJLCXCM/GCVjsU1hnYQhCzm/mikdvtnG6PzDDUL7p1uuj6EWLynYC6Vi4l6Cga1jniWE9NNgX1sHzjnsI7a5Nlb6x2AlIwUcVnwpUJGtOZ8uAkK5y/cfNlfr6QJWC7INpUjwpKbsYNGdnnycBx7zVIy/w82/2+k8bcisXd9OjavXysRwVc4En0I9TxOKZZyIVUeoimQY+zgTCqahTd8FjouCF5Aw=
X-OriginatorOrg: arm.com
X-MS-Exchange-CrossTenant-OriginalArrivalTime: 23 Aug 2019 11:07:13.5632 (UTC)
X-MS-Exchange-CrossTenant-Network-Message-Id: 203149db-786c-48a5-1e7a-08d727ba0d44
X-MS-Exchange-CrossTenant-Id: f34e5979-57d9-4aaa-ad4d-b122a662184d
X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=f34e5979-57d9-4aaa-ad4d-b122a662184d; Ip=[63.35.35.123];  Helo=[64aa7808-outbound-1.mta.getcheckrecipient.com]
X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem
X-MS-Exchange-Transport-CrossTenantHeadersStamped: DB6PR0802MB2600
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/yLhhllu7vKMmh7Z75cS8QUWOAfY>
Subject: Re: [core] MULTIPART-CT: A few editorial comments
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Aug 2019 11:07:21 -0000

T24gMjMvMDgvMjAxOSwgMTE6NTMsICJDaHJpc3RlciBIb2xtYmVyZyIgPGNocmlzdGVyLmhvbG1i
ZXJnQGVyaWNzc29uLmNvbT4gd3JvdGU6DQo+IFdlIG5lZWQgdG8gZGVmaW5lIGhvdyB0aGUgZ2Vu
ZXJpYyB0ZXJtcyBhYm92ZSBhcmUgbWFwcGVkIGludG8gQ29BUC4NCj4NCj4gRm9yIGV4YW1wbGUs
IGlmIHlvdSB0cmFuc3BvcnQgYSAibWVzc2FnZSBib2R5IiBpbiBDb0FQLCB3aGF0IGlzIHRoZQ0K
PiBwYXJ0IG9mIHRoZSBDb0FQIG1lc3NhZ2Ugd2hlcmUgdGhlICJtZXNzYWdlIGJvZHkiIGlzIGNv
bnZleWVkPw0KPg0KPiBGaWd1cmUgNyBvZiBSRkMgNzI1MiBkZWZpbmVzIHRoZSAiUGF5bG9hZCIg
cGFydCBvZiBhIENvQVAgbWVzc2FnZS4gSQ0KPiBhc3N1bWUgdGhhdCBpcyB0aGUgcGFydCB1c2Vk
IHRvIGNvbnZleSBhICJtZXNzYWdlIGJvZHkiIGFzc29jaWF0ZWQNCj4gd2l0aCBhIE1JTUUgbWVk
aWEgdHlwZS4NCg0KWWVzIC0gYmFycmluZyBCbG9jayB3aGljaCBhbGxvd3MgZnJhZ21lbnRzIG9m
IHRoZSBzYW1lICJNSU1FIG1lc3NhZ2UNCmJvZHkiIHRvIGJlIHNwcmVhZCBhY3Jvc3MgbXVsdGlw
bGUgIkNvQVAgcGF5bG9hZHMiLg0KDQo+IEJ1dCwgTVVMVElQQVJULUNUIGRvZXMgbm90IHRhbGsg
YWJvdXQgdGhlIFBheWxvYWQgcGFydC4gSXQgdGFsa3MgYWJvdXQNCj4gImJvZHkiLCB3aGljaCBp
cyBub3doZXJlIGRlZmluZWQgZm9yIENvQVAuIEkgbmVlZCB0byBrbm93IHdoYXQgcGFydCBvZg0K
PiBhIENvQVAgbWVzc2FnZSB0aGUgImJvZHkiIGlzLg0KDQpJJ20gbm90IHN1cmUgbXVsdGlwYXJ0
LWN0IHNob3VsZCBuZWNlc3NhcmlseSB0YWxrIGFib3V0IHRoYXQsIG5vIG1vcmUNCnRoYW4gYW55
IG90aGVyIE1JTUUgdHlwZXMgc2hvdWxkLiAgVGhlIG1hcHBpbmcgb2YgcmVzb3VyY2UNCnJlcHJl
c2VudGF0aW9ucyBpbnRvIENvQVAgZnJhbWVzIHNob3VsZCBiZSBleHBsYWluZWQgYnkgUkZDIDcy
NTIuDQoNCkNoZWVycywgdGhhbmtzIQ0KDQpJTVBPUlRBTlQgTk9USUNFOiBUaGUgY29udGVudHMg
b2YgdGhpcyBlbWFpbCBhbmQgYW55IGF0dGFjaG1lbnRzIGFyZSBjb25maWRlbnRpYWwgYW5kIG1h
eSBhbHNvIGJlIHByaXZpbGVnZWQuIElmIHlvdSBhcmUgbm90IHRoZSBpbnRlbmRlZCByZWNpcGll
bnQsIHBsZWFzZSBub3RpZnkgdGhlIHNlbmRlciBpbW1lZGlhdGVseSBhbmQgZG8gbm90IGRpc2Ns
b3NlIHRoZSBjb250ZW50cyB0byBhbnkgb3RoZXIgcGVyc29uLCB1c2UgaXQgZm9yIGFueSBwdXJw
b3NlLCBvciBzdG9yZSBvciBjb3B5IHRoZSBpbmZvcm1hdGlvbiBpbiBhbnkgbWVkaXVtLiBUaGFu
ayB5b3UuDQo=


From nobody Fri Aug 23 04:18:19 2019
Return-Path: <christer.holmberg@ericsson.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 656641200B2 for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 04:18:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.002
X-Spam-Level: 
X-Spam-Status: No, score=-2.002 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=ericsson.com
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 Hg4GmFejE1Fg for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 04:18:15 -0700 (PDT)
Received: from EUR04-VI1-obe.outbound.protection.outlook.com (mail-eopbgr80041.outbound.protection.outlook.com [40.107.8.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0FA74120810 for <core@ietf.org>; Fri, 23 Aug 2019 04:18:14 -0700 (PDT)
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=f/UtIg/v7yUS9xWke0Dy2QzlQAZ9Y2J4IT0RYvGEGOFC/yLBwhF0Bt3gz1OGQbt2dn3rTUIT0Ffr5EMaPoPZUTHE3FQ98ZUw0OBT7bV1w7OcMawmAG/Xvscmtkn9jlgMoudrWMDEr4Q81Z7vivFTc7nvepUBRrpo0LPGf6MwduIY+GK/pB3Osxx8HwMpN19dZL9Ff9yC4S/zoQDHzFsSSEoPTmL6DVxIEhZDCjIWwk12k9zqmlTB0oNtBspIQ9UNY8lmajo/flLbFO9aD0uNDH2A64n5RIKwSg0slIv9t4PRudlvjfvMfvip6rLiVEzxlUsuWXv5Yse1w++QYGOkrw==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=MJUth1P6m7mo3VaZ1VqMHFCrQL3W6ajBKOnOhL5DNDw=; b=CfUhYQuox1K+gUHO9gF+jFk0Oyd+ObazCAoWc6KpC4uyT+oxGJ9g3YZ5AYwh7Drf6Rvkbowv2M0HqniajZwgJM/i2efaORbX6T2QNvJfL98EHH8uHFtp17Cw+5u+u5ivo+HnYSFpByxsZ2sBUxCgru/m0E14eSbNNGjJs+An9cysP+/2zAylKs0Ph4q0kiZagn4Nun13eOVJ/ablpTck8VLten7xLr9hGiUMQCMxibilQGQMXbCuP4nTX2TlEGh4YRvwsojYr8GLdUY6ptIEnTjCGwQavLgmWKtSF+mvOzrl1+/q/nTX1C+ZKLDhd6NS+C/5DndFMQCYVN8KpddBYA==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ericsson.com; dmarc=pass action=none header.from=ericsson.com; dkim=pass header.d=ericsson.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericsson.com; s=selector2; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=MJUth1P6m7mo3VaZ1VqMHFCrQL3W6ajBKOnOhL5DNDw=; b=a1uKS1RIFQCFn1k2CwZrUNlh+4uriuoLmE7KjOYCwU+S0vjRu8lm+F9N8YztlZ1KWnG2xLcf1VR/pVa7QHlqUpjnuX5PilVVEY9eHRoEhbCMTlEfZB5odP7wb2PVh1zaXkC/H7PP6VpQwcF4sKJTPgcD/0SlfbmpOFzxsq1Et8A=
Received: from HE1PR07MB3161.eurprd07.prod.outlook.com (10.170.245.23) by HE1PR07MB3258.eurprd07.prod.outlook.com (10.170.246.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2199.11; Fri, 23 Aug 2019 11:18:12 +0000
Received: from HE1PR07MB3161.eurprd07.prod.outlook.com ([fe80::f0a1:2199:7816:ff8d]) by HE1PR07MB3161.eurprd07.prod.outlook.com ([fe80::f0a1:2199:7816:ff8d%6]) with mapi id 15.20.2220.009; Fri, 23 Aug 2019 11:18:12 +0000
From: Christer Holmberg <christer.holmberg@ericsson.com>
To: Thomas Fossati <Thomas.Fossati@arm.com>, "core@ietf.org" <core@ietf.org>
Thread-Topic: [core] MULTIPART-CT: A few editorial comments
Thread-Index: AQHVWLXVDJdpeeA2N0+Yz7eb1XE30KcG7ggA///gQYCAAcLEAIAACKkAgAApM4D//+I1gIAAJKaA
Date: Fri, 23 Aug 2019 11:18:12 +0000
Message-ID: <A99EBDDE-CB0A-4629-83E4-33E7B8D1D539@ericsson.com>
References: <0F72A75A-3CCE-46FA-A4B8-333978B5C0A8@arm.com> <209EAFAF-C047-4CD1-BEF9-72FC3FFEE7B1@ericsson.com> <413F2C93-F465-4116-9F1E-0755CBC07D24@arm.com> <CF3412E7-1FCC-4A25-A496-AF58B75825DB@ericsson.com> <90ECE0E2-40D2-4F00-A50F-A8CC0F9647E6@arm.com> <BFDA52C3-B49C-4A57-A271-AC2D76835E56@ericsson.com> <BF8C7E20-2625-40D8-BF40-0A1C8047CF35@arm.com>
In-Reply-To: <BF8C7E20-2625-40D8-BF40-0A1C8047CF35@arm.com>
Accept-Language: en-US
Content-Language: en-GB
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/10.1b.0.190715
authentication-results: spf=none (sender IP is ) smtp.mailfrom=christer.holmberg@ericsson.com; 
x-originating-ip: [89.166.49.243]
x-ms-publictraffictype: Email
x-ms-office365-filtering-correlation-id: e8003e95-9e63-4389-3f7a-08d727bb9611
x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600166)(711020)(4605104)(1401327)(2017052603328)(7193020); SRVR:HE1PR07MB3258; 
x-ms-traffictypediagnostic: HE1PR07MB3258:
x-microsoft-antispam-prvs: <HE1PR07MB3258AD115202FADA05DD8C8293A40@HE1PR07MB3258.eurprd07.prod.outlook.com>
x-ms-oob-tlc-oobclassifiers: OLM:8273;
x-forefront-prvs: 0138CD935C
x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(4636009)(136003)(346002)(376002)(39860400002)(396003)(366004)(189003)(199004)(66946007)(11346002)(2616005)(53936002)(76116006)(446003)(6436002)(6116002)(3846002)(25786009)(102836004)(7736002)(478600001)(66446008)(64756008)(316002)(229853002)(66476007)(66066001)(66556008)(2906002)(6486002)(6506007)(6512007)(44832011)(486006)(26005)(36756003)(186003)(476003)(6246003)(305945005)(256004)(14454004)(99286004)(86362001)(81156014)(81166006)(8936002)(58126008)(8676002)(71200400001)(71190400001)(76176011)(5660300002)(33656002)(110136005)(2501003); DIR:OUT; SFP:1101; SCL:1; SRVR:HE1PR07MB3258; H:HE1PR07MB3161.eurprd07.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; MX:1; A:1; 
received-spf: None (protection.outlook.com: ericsson.com does not designate permitted sender hosts)
x-ms-exchange-senderadcheck: 1
x-microsoft-antispam-message-info: qy8KKHl03QnNtwbjJuY1i0dEYOrsoaLOOSClV3Gtcvn5BXVub4yWZROerAm48I3XMurAuZos1Y2Ide+dSpUEIHLUiqkUNOupY4HRjohoy0x1CuiBKe+LzxlI2ikXEuGlQu/NweQ3pOdJDsia0ILlScjxKPVWnA490Jz0o7XswWGqR8dF6HePSH8R6To0RLOVD3ULQbC5RiGAnydsC8b2ditvNnTwLC2IjYIVp/gIZ8J/6HiOW88H4srMwwaix+rkgC7UD+g1MILRk6Ryj35oDVaRzy+Y4iddgCeWMk7CW+0SP+vEPEUJkDUm/PeeLLYh8nZPS6yiF5h5Y5gLtLvA/1CdBhUHz5P+Vc/b+s+Kmx+4OeusFzHJ577ep6dypfq2DN8g1lh61VxXiFTH/7V1xB5ImyPYvVStoeu0j04YNQ8=
x-ms-exchange-transport-forked: True
Content-Type: text/plain; charset="utf-8"
Content-ID: <411913B7FF599843B05BA445F7C25E1D@eurprd07.prod.outlook.com>
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-OriginatorOrg: ericsson.com
X-MS-Exchange-CrossTenant-Network-Message-Id: e8003e95-9e63-4389-3f7a-08d727bb9611
X-MS-Exchange-CrossTenant-originalarrivaltime: 23 Aug 2019 11:18:12.5605 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 92e84ceb-fbfd-47ab-be52-080c6b87953f
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
X-MS-Exchange-CrossTenant-userprincipalname: lcXE+QlCTCNmw6cdisXI+SGKFA2j8rGpL3qoyXnsu9k+tHnGGICSDcFKKFmtQ9ixOihnwirMZW53mYcW87ZAxVBAnKVLJedKGKqkefil6FU=
X-MS-Exchange-Transport-CrossTenantHeadersStamped: HE1PR07MB3258
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/DrZoJeneHcFDz0iuUtZcOFdnojk>
Subject: Re: [core] MULTIPART-CT: A few editorial comments
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Aug 2019 11:18:17 -0000

SGksDQoNCiAgID4+IFdlIG5lZWQgdG8gZGVmaW5lIGhvdyB0aGUgZ2VuZXJpYyB0ZXJtcyBhYm92
ZSBhcmUgbWFwcGVkIGludG8gQ29BUC4NCiAgID4+DQogICA+PiBGb3IgZXhhbXBsZSwgaWYgeW91
IHRyYW5zcG9ydCBhICJtZXNzYWdlIGJvZHkiIGluIENvQVAsIHdoYXQgaXMgdGhlDQogICA+PiBw
YXJ0IG9mIHRoZSBDb0FQIG1lc3NhZ2Ugd2hlcmUgdGhlICJtZXNzYWdlIGJvZHkiIGlzIGNvbnZl
eWVkPw0KICAgPj4NCiAgID4+IEZpZ3VyZSA3IG9mIFJGQyA3MjUyIGRlZmluZXMgdGhlICJQYXls
b2FkIiBwYXJ0IG9mIGEgQ29BUCBtZXNzYWdlLiBJDQogICA+PiBhc3N1bWUgdGhhdCBpcyB0aGUg
cGFydCB1c2VkIHRvIGNvbnZleSBhICJtZXNzYWdlIGJvZHkiIGFzc29jaWF0ZWQNCiAgID4+IHdp
dGggYSBNSU1FIG1lZGlhIHR5cGUuDQogICA+IA0KICAgPiBZZXMgLSBiYXJyaW5nIEJsb2NrIHdo
aWNoIGFsbG93cyBmcmFnbWVudHMgb2YgdGhlIHNhbWUgIk1JTUUgbWVzc2FnZQ0KICAgPiAgYm9k
eSIgdG8gYmUgc3ByZWFkIGFjcm9zcyBtdWx0aXBsZSAiQ29BUCBwYXlsb2FkcyIuDQogICANCiAg
IFN1cmUuDQoNCiAgICA+PiBCdXQsIE1VTFRJUEFSVC1DVCBkb2VzIG5vdCB0YWxrIGFib3V0IHRo
ZSBQYXlsb2FkIHBhcnQuIEl0IHRhbGtzIGFib3V0DQogICAgPj4gImJvZHkiLCB3aGljaCBpcyBu
b3doZXJlIGRlZmluZWQgZm9yIENvQVAuIEkgbmVlZCB0byBrbm93IHdoYXQgcGFydCBvZg0KICAg
ID4+IGEgQ29BUCBtZXNzYWdlIHRoZSAiYm9keSIgaXMuDQogICAgPg0KICAgID4gSSdtIG5vdCBz
dXJlIG11bHRpcGFydC1jdCBzaG91bGQgbmVjZXNzYXJpbHkgdGFsayBhYm91dCB0aGF0LCBubyBt
b3JlDQogICAgPiB0aGFuIGFueSBvdGhlciBNSU1FIHR5cGVzIHNob3VsZC4gIFRoZSBtYXBwaW5n
IG9mIHJlc291cmNlDQogICAgPiByZXByZXNlbnRhdGlvbnMgaW50byBDb0FQIGZyYW1lcyBzaG91
bGQgYmUgZXhwbGFpbmVkIGJ5IFJGQyA3MjUyLg0KICAgIA0KICAgIEV4YWN0bHkhIFRoYXQgaXMg
bXkgcG9pbnQgOikNCg0KICAgIFJGQyA3MjUyIHNob3VsZCBkZWZpbmUvcmVmZXJlbmNlIHRoZSBn
ZW5lcmljIENvQVAgdGVybWlub2xvZ3ksIGFuZCB3ZSBzaG91bGQgdGhlbiB1c2UgdGhhdCB0ZXJt
aW5vbG9neSBpbiB0aGUgQ29BUCBleHRlbnNpb24gZG9jdW1lbnQuDQoNCiAgICBPbmx5IE1VTFRJ
UEFSVC1DVCBzcGVjaWZpYyB0ZXJtaW5vbG9neSBzaG91bGQgYmUgZGVmaW5lZCBpbiBNVUxUSVBB
UlQtQ1QuDQoNClJlZ2FyZHMsDQoNCkNocmlzdGVyDQoNCiANCg0K


From nobody Fri Aug 23 04:25:37 2019
Return-Path: <Thomas.Fossati@arm.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 826F5120810 for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 04:25:35 -0700 (PDT)
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, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=armh.onmicrosoft.com header.b=aFR6Gw1v; dkim=fail (1024-bit key) reason="fail (body has been altered)" header.d=armh.onmicrosoft.com header.b=Azv4hfVn
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 H1-NyTQpeutY for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 04:25:32 -0700 (PDT)
Received: from EUR01-DB5-obe.outbound.protection.outlook.com (mail-eopbgr150052.outbound.protection.outlook.com [40.107.15.52]) (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 1AEA71200B2 for <core@ietf.org>; Fri, 23 Aug 2019 04:25:31 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=armh.onmicrosoft.com;  s=selector2-armh-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=6CksGGvFHWEoUtZoFN7cX4ULU1Gr/EQAN/adAXn6T6k=; b=aFR6Gw1vl0cLi/shh7fEUa6e9O2INJ+3TuypGw5n+g5pjbq0gD71mjQE8QraUyhrsGpvCh8m+8sgOjIFhur06zbSq4uGeuOiMEXrfrJAGwLy2kMVCxqKEpSyQSrsdCMC1fha4Ghm+4L5LHdklPbaU5FXcrzIbflrfrLd/kOHd9A=
Received: from VI1PR0802CA0042.eurprd08.prod.outlook.com (2603:10a6:800:a9::28) by VI1PR0802MB2605.eurprd08.prod.outlook.com (2603:10a6:800:b0::22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2178.16; Fri, 23 Aug 2019 11:25:27 +0000
Received: from VE1EUR03FT055.eop-EUR03.prod.protection.outlook.com (2a01:111:f400:7e09::207) by VI1PR0802CA0042.outlook.office365.com (2603:10a6:800:a9::28) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.2199.14 via Frontend Transport; Fri, 23 Aug 2019 11:25:27 +0000
Authentication-Results: spf=temperror (sender IP is 63.35.35.123) smtp.mailfrom=arm.com; ietf.org; dkim=pass (signature was verified) header.d=armh.onmicrosoft.com;ietf.org; dmarc=temperror action=none header.from=arm.com;
Received-SPF: TempError (protection.outlook.com: error in processing during lookup of arm.com: DNS Timeout)
Received: from 64aa7808-outbound-1.mta.getcheckrecipient.com (63.35.35.123) by VE1EUR03FT055.mail.protection.outlook.com (10.152.19.158) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.2199.13 via Frontend Transport; Fri, 23 Aug 2019 11:25:26 +0000
Received: ("Tessian outbound eba0b9aef687:v27"); Fri, 23 Aug 2019 11:25:24 +0000
X-CheckRecipientChecked: true
X-CR-MTA-CID: 36b93821d7066e73
X-CR-MTA-TID: 64aa7808
Received: from 63700f2e062d.1 (ip-172-16-0-2.eu-west-1.compute.internal [104.47.8.58]) by 64aa7808-outbound-1.mta.getcheckrecipient.com id 12E2AD6E-5196-4B6A-B84A-42E4CC9E3400.1;  Fri, 23 Aug 2019 11:25:18 +0000
Received: from EUR03-AM5-obe.outbound.protection.outlook.com (mail-am5eur03lp2058.outbound.protection.outlook.com [104.47.8.58]) by 64aa7808-outbound-1.mta.getcheckrecipient.com with ESMTPS id 63700f2e062d.1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384); Fri, 23 Aug 2019 11:25:18 +0000
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=R3+Uj/MpcJ6bCkeBntg6S55O6JbxPEfKIva2WDEQiUbj1M0GxnYmUnOeuSXHhjYntcUC28bhayA9qlRT9ddJ7YmVeMsIbpHZpRiqUM6E4RdfZnt7pECH/E53W65+4WT5AxjxlS0EJQesmWH4BwM3ruGDRZdmRjVDQGMtg5LcI4w+kHeSoLI1Kw0KpbE4LEcC/RvkKoqsOhG/4RZXAfW+NzAWd+6xjFOTBryHJm8/yFqOCvObxOiSo4lDzy+bj660WSvmWEEdb5NBVo7aeVCxHWkoP/+H3vExNlOutW/7dXqBvMA3OIPG+8AnaP4CDk49rrilJGBbt4u/9MphlEia+A==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=p0XgvWOJVLHMATCJDM5LU6u5aNluNnxJg4ZYgYd0jM4=; b=M3z36CwUMC5YHs+H2yeSV6BQt/w+8xLoH88pTUmT+Hv5bHQ3QE/Vn640sZ70k/jI9AJ5GiwjTc8VBOLtHvaBzlKJ6shOUN3KoPje7UisRtcaJgxDW8JnaRIE8GaPNur+OmoFxgrxjrJf3Of4+K7WoBoz3NsWWTzXxBrGqUOKMvsPOzZaVQw7HVqYMqeGxdqv/hv2QJsZvOWV0aH6C5YrNOs7n0+zZ+Ysh1KPBjQtrUXVolIwAUjTBBe/8kcGxizEQGJ26Q+NB2v+JLs3jmcIA+ObVdM9OKFk/qH5+s8Eo0NaG2vCUEcqpU//wBahYR1WT/TLWDISQN5RRaY25UAfNw==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=armh.onmicrosoft.com;  s=selector2-armh-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=p0XgvWOJVLHMATCJDM5LU6u5aNluNnxJg4ZYgYd0jM4=; b=Azv4hfVnWdR4lo08nhnVcyJXFQSVv4A4PCBgCIKIt7khWRZLFqT8oWR0yWel2OEiypX4IOjNrvXInNHfsllZ/A/8SVXsGvqR0k/JvL8BXpvCvmC2CRam9Wr/1AXyZo8Z+Dq9MUCFRUoI1ClISMbnVS8yua0/B9aNEI5DhAyUSBs=
Received: from AM6PR08MB4231.eurprd08.prod.outlook.com (20.179.18.151) by AM6PR08MB3654.eurprd08.prod.outlook.com (20.177.115.78) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2178.19; Fri, 23 Aug 2019 11:25:17 +0000
Received: from AM6PR08MB4231.eurprd08.prod.outlook.com ([fe80::6020:78b2:b6a8:24a2]) by AM6PR08MB4231.eurprd08.prod.outlook.com ([fe80::6020:78b2:b6a8:24a2%5]) with mapi id 15.20.2178.020; Fri, 23 Aug 2019 11:25:17 +0000
From: Thomas Fossati <Thomas.Fossati@arm.com>
To: Christer Holmberg <christer.holmberg@ericsson.com>, "core@ietf.org" <core@ietf.org>
Thread-Topic: [core] MULTIPART-CT: A few editorial comments
Thread-Index: AQHVWLXVDJdpeeA2N0+Yz7eb1XE30KcG7ggA///gQYCAAcLEAIAACKkAgAApM4D//+I1gIAAJKaA///gcwA=
Date: Fri, 23 Aug 2019 11:25:16 +0000
Message-ID: <F8FCB446-3695-47F1-B595-916D2212DBCE@arm.com>
References: <0F72A75A-3CCE-46FA-A4B8-333978B5C0A8@arm.com> <209EAFAF-C047-4CD1-BEF9-72FC3FFEE7B1@ericsson.com> <413F2C93-F465-4116-9F1E-0755CBC07D24@arm.com> <CF3412E7-1FCC-4A25-A496-AF58B75825DB@ericsson.com> <90ECE0E2-40D2-4F00-A50F-A8CC0F9647E6@arm.com> <BFDA52C3-B49C-4A57-A271-AC2D76835E56@ericsson.com> <BF8C7E20-2625-40D8-BF40-0A1C8047CF35@arm.com> <A99EBDDE-CB0A-4629-83E4-33E7B8D1D539@ericsson.com>
In-Reply-To: <A99EBDDE-CB0A-4629-83E4-33E7B8D1D539@ericsson.com>
Accept-Language: en-GB, en-US
Content-Language: en-GB
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/10.1c.0.190812
Authentication-Results-Original: spf=none (sender IP is ) smtp.mailfrom=Thomas.Fossati@arm.com; 
x-originating-ip: [217.140.106.49]
x-ms-publictraffictype: Email
X-MS-Office365-Filtering-Correlation-Id: 553f6b6d-b84a-43ee-86ec-08d727bc9876
X-MS-Office365-Filtering-HT: Tenant
X-Microsoft-Antispam-Untrusted: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600166)(711020)(4605104)(1401327)(4618075)(2017052603328)(7193020); SRVR:AM6PR08MB3654; 
X-MS-TrafficTypeDiagnostic: AM6PR08MB3654:|VI1PR0802MB2605:
X-MS-Exchange-PUrlCount: 1
x-ms-exchange-transport-forked: True
X-Microsoft-Antispam-PRVS: <VI1PR0802MB26056522BD762E05E61580D29CA40@VI1PR0802MB2605.eurprd08.prod.outlook.com>
x-checkrecipientrouted: true
x-ms-oob-tlc-oobclassifiers: OLM:4502;OLM:4502;
x-forefront-prvs: 0138CD935C
X-Forefront-Antispam-Report-Untrusted: SFV:NSPM; SFS:(10009020)(4636009)(366004)(346002)(396003)(39860400002)(376002)(136003)(189003)(199004)(71190400001)(71200400001)(486006)(36756003)(11346002)(966005)(446003)(2616005)(25786009)(478600001)(476003)(6436002)(66066001)(2501003)(2906002)(102836004)(6512007)(53546011)(91956017)(186003)(76116006)(6306002)(66946007)(66476007)(66556008)(64756008)(66446008)(4326008)(86362001)(4744005)(6506007)(5660300002)(14454004)(81166006)(7736002)(229853002)(305945005)(8936002)(99286004)(81156014)(110136005)(6246003)(33656002)(256004)(6116002)(3846002)(26005)(58126008)(8676002)(316002)(76176011)(6486002)(53936002); DIR:OUT; SFP:1101; SCL:1; SRVR:AM6PR08MB3654; H:AM6PR08MB4231.eurprd08.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; MX:1; A:1; 
received-spf: None (protection.outlook.com: arm.com does not designate permitted sender hosts)
X-MS-Exchange-SenderADCheck: 1
X-Microsoft-Antispam-Message-Info-Original: OGA8PtgV10Xz9OPMjw+rKxwMTbAy5FP50YwkGrpBdN5MYdRGaujg/gN7OfzgmgTm6+OU43JM02QVQzJuR2uTJfhZnNOB30zJVi6GB04SXZL2yhb/1mKAj0R+DP1eqWHrQ2XOMhayA49ioCbFdPU6Cqfx44+k/qMLRMNAuS9l6sjKH1CIbDewB0VeMscrnahtOFfnrdEfMIvO7CDPZlJws9IRy7t2mpSx/Fs6IFmm8U3jGeahaUiWbhQhTl05FG4tjS0Vn72P8pDkd87DzYxrwn0PTvyeYgKykYZijvMcIkeCnncq53jG+i7N0LnQ+N3XGtipyXb/E8v6KTyoSUfT0f5L5MhdJMqPPjQzrBunWEc4elhqKmM3TzulLkd5vRGvNImaNBf9cHf3dD35aPcvvHRpVnYARQdsfRRLka3osLE=
Content-Type: text/plain; charset="utf-8"
Content-ID: <4F9AA351E13BF541986D8024D7772885@eurprd08.prod.outlook.com>
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-MS-Exchange-Transport-CrossTenantHeadersStamped: AM6PR08MB3654
Original-Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=Thomas.Fossati@arm.com; 
X-EOPAttributedMessage: 0
X-MS-Exchange-Transport-CrossTenantHeadersStripped: VE1EUR03FT055.eop-EUR03.prod.protection.outlook.com
X-Forefront-Antispam-Report: CIP:63.35.35.123; IPV:CAL; SCL:-1; CTRY:IE; EFV:NLI; SFV:NSPM; SFS:(10009020)(4636009)(39860400002)(396003)(346002)(376002)(136003)(2980300002)(40434004)(199004)(189003)(5024004)(14444005)(50466002)(7736002)(229853002)(70206006)(6512007)(6486002)(81156014)(81166006)(8936002)(86362001)(6306002)(11346002)(2616005)(476003)(126002)(36756003)(356004)(305945005)(5660300002)(486006)(76130400001)(446003)(436003)(6246003)(336012)(63370400001)(63350400001)(33656002)(4326008)(76176011)(47776003)(23676004)(2486003)(99286004)(58126008)(110136005)(36906005)(22756006)(53546011)(102836004)(26005)(25786009)(186003)(6506007)(70586007)(2501003)(8676002)(3846002)(26826003)(6116002)(966005)(66066001)(2906002)(478600001)(316002)(14454004); DIR:OUT; SFP:1101; SCL:1; SRVR:VI1PR0802MB2605; H:64aa7808-outbound-1.mta.getcheckrecipient.com; FPR:; SPF:TempError; LANG:en;  PTR:ec2-63-35-35-123.eu-west-1.compute.amazonaws.com; A:1; MX:1; 
X-MS-Office365-Filtering-Correlation-Id-Prvs: 6748b61b-fe5e-486e-0697-08d727bc933a
X-Microsoft-Antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600166)(710020)(711020)(4605104)(1401327)(2017052603328)(7193020); SRVR:VI1PR0802MB2605; 
X-Forefront-PRVS: 0138CD935C
X-Microsoft-Antispam-Message-Info: zL7Mm58gNvUwaHGf0nowkeAU1FR7Nov8O/fKwvLiBXfTSWYpuVjixKsHVMRut1+FZrwxsJlTdgNOGGSjCZIpU60HKKaheS+bPr+VR847MRq0tIe6H2CbBwUIoT5BQratnGoVCuWy0UTQmCQOyRbqDgMC/f9NhTmw7KyfIWfUKl6Da4+GfMEnRj2wOttuZiXOuOyc2YYbiNugVezZluZyOK4kk4qBEptrE2OJLZYAMkK2VDvp5PbVPPIw3Re7vPa7BgLfm+e8accLEpdRW9K4HNCI7804gU2SFrA8jeR3etWe1SWlG9DFlj/q095pXOmxchwjKVZwaPOmTr8dSOx6YGWBgL5VcGqGDQLTCeX989D2CtZVp1Zlnft4wbX0p2fdO8dJgz+D0mEj1xRn+a2i7pEd6F38jCglr6pw/mqTfSw=
X-OriginatorOrg: arm.com
X-MS-Exchange-CrossTenant-OriginalArrivalTime: 23 Aug 2019 11:25:26.0112 (UTC)
X-MS-Exchange-CrossTenant-Network-Message-Id: 553f6b6d-b84a-43ee-86ec-08d727bc9876
X-MS-Exchange-CrossTenant-Id: f34e5979-57d9-4aaa-ad4d-b122a662184d
X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=f34e5979-57d9-4aaa-ad4d-b122a662184d; Ip=[63.35.35.123];  Helo=[64aa7808-outbound-1.mta.getcheckrecipient.com]
X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem
X-MS-Exchange-Transport-CrossTenantHeadersStamped: VI1PR0802MB2605
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/iVSbXlNEiuveJxiuuAQGsIvEkEA>
Subject: Re: [core] MULTIPART-CT: A few editorial comments
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Aug 2019 11:25:36 -0000

SGV5IENocmlzdGVyLA0KDQpPbiAyMy8wOC8yMDE5LCAxMjoxOCwgIkNocmlzdGVyIEhvbG1iZXJn
IiA8Y2hyaXN0ZXIuaG9sbWJlcmdAZXJpY3Nzb24uY29tPiB3cm90ZToNCj4gPiBJJ20gbm90IHN1
cmUgbXVsdGlwYXJ0LWN0IHNob3VsZCBuZWNlc3NhcmlseSB0YWxrIGFib3V0IHRoYXQsIG5vIG1v
cmUNCj4gPiB0aGFuIGFueSBvdGhlciBNSU1FIHR5cGVzIHNob3VsZC4gIFRoZSBtYXBwaW5nIG9m
IHJlc291cmNlDQo+ID4gcmVwcmVzZW50YXRpb25zIGludG8gQ29BUCBmcmFtZXMgc2hvdWxkIGJl
IGV4cGxhaW5lZCBieSBSRkMgNzI1Mi4NCj4NCj4gRXhhY3RseSEgVGhhdCBpcyBteSBwb2ludCA6
KQ0KDQpFeGNlbGxlbnQgOi0pDQoNCj4gUkZDIDcyNTIgc2hvdWxkIGRlZmluZS9yZWZlcmVuY2Ug
dGhlIGdlbmVyaWMgQ29BUCB0ZXJtaW5vbG9neSwgYW5kIHdlDQo+IHNob3VsZCB0aGVuIHVzZSB0
aGF0IHRlcm1pbm9sb2d5IGluIHRoZSBDb0FQIGV4dGVuc2lvbiBkb2N1bWVudC4NCj4NCj4gT25s
eSBNVUxUSVBBUlQtQ1Qgc3BlY2lmaWMgdGVybWlub2xvZ3kgc2hvdWxkIGJlIGRlZmluZWQgaW4g
TVVMVElQQVJULUNULg0KDQpDb3VsZCB5b3UgcHJvcG9zZSBhIFBSIGFnYWluc3QgbWFzdGVyIFsx
XT8NCg0KQ2hlZXJzLCB0aGFua3MhDQoNClsxXSBodHRwczovL2dpdGh1Yi5jb20vY29yZS13Zy9t
dWx0aXBhcnQtY3QvYmxvYi9tYXN0ZXIvZHJhZnQtaWV0Zi1jb3JlLW11bHRpcGFydC1jdC5tZA0K
DQpJTVBPUlRBTlQgTk9USUNFOiBUaGUgY29udGVudHMgb2YgdGhpcyBlbWFpbCBhbmQgYW55IGF0
dGFjaG1lbnRzIGFyZSBjb25maWRlbnRpYWwgYW5kIG1heSBhbHNvIGJlIHByaXZpbGVnZWQuIElm
IHlvdSBhcmUgbm90IHRoZSBpbnRlbmRlZCByZWNpcGllbnQsIHBsZWFzZSBub3RpZnkgdGhlIHNl
bmRlciBpbW1lZGlhdGVseSBhbmQgZG8gbm90IGRpc2Nsb3NlIHRoZSBjb250ZW50cyB0byBhbnkg
b3RoZXIgcGVyc29uLCB1c2UgaXQgZm9yIGFueSBwdXJwb3NlLCBvciBzdG9yZSBvciBjb3B5IHRo
ZSBpbmZvcm1hdGlvbiBpbiBhbnkgbWVkaXVtLiBUaGFuayB5b3UuDQo=


From nobody Fri Aug 23 04:30:47 2019
Return-Path: <christer.holmberg@ericsson.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id DA59A1200D6 for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 04:30:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.002
X-Spam-Level: 
X-Spam-Status: No, score=-2.002 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=ericsson.com
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 US7glAug_Rnx for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 04:30:41 -0700 (PDT)
Received: from EUR03-DB5-obe.outbound.protection.outlook.com (mail-db5eur03on061d.outbound.protection.outlook.com [IPv6:2a01:111:f400:fe0a::61d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 22F3C1200B2 for <core@ietf.org>; Fri, 23 Aug 2019 04:30:40 -0700 (PDT)
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=c5Y3s3hNB3dhb6PqYc9DFfwuW/IGvsd+On0lbqy7IQXlnF4nEOux5dwd9xLmZmw5NOE5bFNSOotvRldNHnle2n4KXUC+33AwUDy/xdjKV9kfz9yGMhSe0EBW8oHYl4Gl/ros4wmy2IwKspsj8UPU6Py1TS8US8DyCdxizh78AtLzSQG+lkksxolh8wHc45+jim/L8ZbZRroUKXZ1z4+hcd/5CermajeQ34y6wl/wjzFVR1ZDVsaUM/Wj1BwHhS9zmwkw16oKzdtPf7eDPOEwgEbSJJHg2JpazOe7sFraggu8d3tRcsYjv4vYJbqdNjDocT/1nTYRnBgCXHP7bSDtfg==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=HHOJ7392++Av+7FEg9wSte84qUCz60uZcN/K+JV/p/w=; b=UQ+pECyinK1mgG2G7Dc2vhNJckjJPP9dvkZLgmKjram414OqW1kE8zW7h7tugdNeZhYejtjw01KhBCywibZiFwc1CF2UhIdCchPu1fh/aOsu7pg5ooD9A3jKwPq2YURgX5eqVXi9li76zFMBvwneaBLvUbfX8khd2r4JoFLP/kAT5Y427OZgk/5X9LuIBW5kmF6dKj2cQSMz/DrHpoPwgXkTNIwClKZoHhkbh9g26X5ZxN1o225uC0Fhb1zbNDjNZVd+92WH1tsbQFFjx9IjGR69No+55328DeOEuggKTjvW4CXp64BF//Znh1mYhEejJGVIPBRDdNnQB5qiHbD7RQ==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ericsson.com; dmarc=pass action=none header.from=ericsson.com; dkim=pass header.d=ericsson.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericsson.com; s=selector2; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=HHOJ7392++Av+7FEg9wSte84qUCz60uZcN/K+JV/p/w=; b=HfeGkrRpNuKn8rGm27UwsimP8gEc05iVJdaSy1BX+xN+MxCoQew8MGQ10kHcj5C1VIxe47fQAdcqPahMlo3QgY5/xbTfnWvHrBMg1LAGnYbS8b3KwBp3mzntkfHgYtI3FaXI3/Q3CoNHvV8SIYzSOyW/VTsIaDP4HjHJQWOgpmE=
Received: from HE1PR07MB3161.eurprd07.prod.outlook.com (10.170.245.23) by HE1PR07MB3179.eurprd07.prod.outlook.com (10.170.245.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2199.12; Fri, 23 Aug 2019 11:30:38 +0000
Received: from HE1PR07MB3161.eurprd07.prod.outlook.com ([fe80::f0a1:2199:7816:ff8d]) by HE1PR07MB3161.eurprd07.prod.outlook.com ([fe80::f0a1:2199:7816:ff8d%6]) with mapi id 15.20.2220.009; Fri, 23 Aug 2019 11:30:38 +0000
From: Christer Holmberg <christer.holmberg@ericsson.com>
To: Thomas Fossati <Thomas.Fossati@arm.com>, "core@ietf.org" <core@ietf.org>
Thread-Topic: [core] MULTIPART-CT: A few editorial comments
Thread-Index: AQHVWLXVDJdpeeA2N0+Yz7eb1XE30KcG7ggA///gQYCAAcLEAIAACKkAgAApM4D//+I1gIAAJKaA///gcwAABGD2AA==
Date: Fri, 23 Aug 2019 11:30:38 +0000
Message-ID: <BFCE0CA8-8BFE-4418-9E87-E8E4ECD9842D@ericsson.com>
References: <0F72A75A-3CCE-46FA-A4B8-333978B5C0A8@arm.com> <209EAFAF-C047-4CD1-BEF9-72FC3FFEE7B1@ericsson.com> <413F2C93-F465-4116-9F1E-0755CBC07D24@arm.com> <CF3412E7-1FCC-4A25-A496-AF58B75825DB@ericsson.com> <90ECE0E2-40D2-4F00-A50F-A8CC0F9647E6@arm.com> <BFDA52C3-B49C-4A57-A271-AC2D76835E56@ericsson.com> <BF8C7E20-2625-40D8-BF40-0A1C8047CF35@arm.com> <A99EBDDE-CB0A-4629-83E4-33E7B8D1D539@ericsson.com> <F8FCB446-3695-47F1-B595-916D2212DBCE@arm.com>
In-Reply-To: <F8FCB446-3695-47F1-B595-916D2212DBCE@arm.com>
Accept-Language: en-US
Content-Language: en-GB
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/10.1b.0.190715
authentication-results: spf=none (sender IP is ) smtp.mailfrom=christer.holmberg@ericsson.com; 
x-originating-ip: [89.166.49.243]
x-ms-publictraffictype: Email
x-ms-office365-filtering-correlation-id: 805eef34-6abe-4d25-a8ce-08d727bd52d0
x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600166)(711020)(4605104)(1401327)(2017052603328)(7193020); SRVR:HE1PR07MB3179; 
x-ms-traffictypediagnostic: HE1PR07MB3179:
x-microsoft-antispam-prvs: <HE1PR07MB3179B677839AD230BD6AEEED93A40@HE1PR07MB3179.eurprd07.prod.outlook.com>
x-ms-oob-tlc-oobclassifiers: OLM:7219;
x-forefront-prvs: 0138CD935C
x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(4636009)(396003)(366004)(39860400002)(346002)(376002)(136003)(199004)(189003)(76116006)(4744005)(5660300002)(2906002)(7736002)(305945005)(8936002)(2501003)(64756008)(86362001)(71200400001)(71190400001)(66476007)(66556008)(36756003)(6486002)(66946007)(66446008)(229853002)(58126008)(14454004)(11346002)(110136005)(6246003)(476003)(2616005)(446003)(33656002)(478600001)(6512007)(6436002)(99286004)(316002)(53936002)(81156014)(8676002)(3846002)(6116002)(81166006)(256004)(186003)(102836004)(486006)(26005)(76176011)(6506007)(44832011)(66066001)(25786009); DIR:OUT; SFP:1101; SCL:1; SRVR:HE1PR07MB3179; H:HE1PR07MB3161.eurprd07.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; A:1; MX:1; 
received-spf: None (protection.outlook.com: ericsson.com does not designate permitted sender hosts)
x-ms-exchange-senderadcheck: 1
x-microsoft-antispam-message-info: 3MeDVABEYr35V74ysLAChrYrM+aDSrDnMfrBxXnwkd8ne8JZXdQK3KQeRWD62jeldzZW7cUjhsyBX1mD1mGk8y44jiWww91F24lun15NCHdqScPualh9jeG841RIdtQfMWLDTG4szpUuKAGhIh8pJr+kedQ277JSHgYNEj7z55iga1TEX9tUSAbg+frFLLIZWjbWvvGc3R5gnriV8BRBa1XsmVDj6vQc86+y0PAYzgbtDwRY7b3f0IvS4KhvCZpFWJoJJwk6TJG7b9DH9MgVCR783CahR/xcQQ2InIKyJ2eYtUeagZ/b7LIhPcdYHgMVslMedzLBlGWpk3cfeg1WIz12naSo/TaBDNSyzvCT5fPIW4mGyjhjz2eyftgC6CQyk6Bs5VR5rsEIWIn9lUKBreDy5tLHW7EvTl7bioCzT2o=
x-ms-exchange-transport-forked: True
Content-Type: text/plain; charset="utf-8"
Content-ID: <FEA318F8F03C2746A8113A1F5EB6D243@eurprd07.prod.outlook.com>
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-OriginatorOrg: ericsson.com
X-MS-Exchange-CrossTenant-Network-Message-Id: 805eef34-6abe-4d25-a8ce-08d727bd52d0
X-MS-Exchange-CrossTenant-originalarrivaltime: 23 Aug 2019 11:30:38.7003 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 92e84ceb-fbfd-47ab-be52-080c6b87953f
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
X-MS-Exchange-CrossTenant-userprincipalname: OyTQRtqi5F25+jS8lm95stA5EPZrq1YK8MhUJ0hSgbauOxbd0J6546I6/IH0L3RizirBZVMnhFPDOooYwt/x3SaPAgbJdjV6Df4ybo0E0OI=
X-MS-Exchange-Transport-CrossTenantHeadersStamped: HE1PR07MB3179
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/Ztafp6sQ6k8DP8ZNTZFPXMnIKQ4>
Subject: Re: [core] MULTIPART-CT: A few editorial comments
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Aug 2019 11:30:44 -0000

SGksDQoNCiAgICA+Pj4gSSdtIG5vdCBzdXJlIG11bHRpcGFydC1jdCBzaG91bGQgbmVjZXNzYXJp
bHkgdGFsayBhYm91dCB0aGF0LCBubyBtb3JlDQogICAgPj4+IHRoYW4gYW55IG90aGVyIE1JTUUg
dHlwZXMgc2hvdWxkLiAgVGhlIG1hcHBpbmcgb2YgcmVzb3VyY2UNCiAgICA+Pj4gcmVwcmVzZW50
YXRpb25zIGludG8gQ29BUCBmcmFtZXMgc2hvdWxkIGJlIGV4cGxhaW5lZCBieSBSRkMgNzI1Mi4N
CiAgICA+Pg0KICAgID4+IEV4YWN0bHkhIFRoYXQgaXMgbXkgcG9pbnQgOikNCiAgICA+DQogICAg
PiBFeGNlbGxlbnQgOi0pDQogICAgPg0KICAgID4+IFJGQyA3MjUyIHNob3VsZCBkZWZpbmUvcmVm
ZXJlbmNlIHRoZSBnZW5lcmljIENvQVAgdGVybWlub2xvZ3ksIGFuZCB3ZQ0KICAgID4+IHNob3Vs
ZCB0aGVuIHVzZSB0aGF0IHRlcm1pbm9sb2d5IGluIHRoZSBDb0FQIGV4dGVuc2lvbiBkb2N1bWVu
dC4NCiAgICA+Pg0KICAgID4+IE9ubHkgTVVMVElQQVJULUNUIHNwZWNpZmljIHRlcm1pbm9sb2d5
IHNob3VsZCBiZSBkZWZpbmVkIGluIE1VTFRJUEFSVC1DVC4NCiAgICA+DQogICAgPiBDb3VsZCB5
b3UgcHJvcG9zZSBhIFBSIGFnYWluc3QgbWFzdGVyIFsxXT8NCg0KICAgIEkgY2FuIGdpdmUgaXQg
YSB0cnkgOikNCg0KICAgIERvIEkgbmVlZCBjb250cmlidXRvciByaWdodHMgKG15IEdpdEh1YiBJ
RCBpcyBDREg0VSk/DQoNCiAgICBSZWdhcmRzLA0KDQogICAgQ2hyaXN0ZXINCg0KDQo=


From nobody Fri Aug 23 04:33:23 2019
Return-Path: <Thomas.Fossati@arm.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8A39412081F for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 04:33:21 -0700 (PDT)
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, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=armh.onmicrosoft.com header.b=NuiknUdN; dkim=fail (1024-bit key) reason="fail (body has been altered)" header.d=armh.onmicrosoft.com header.b=r7GtWLK1
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 wPDSofpmpk1Q for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 04:33:18 -0700 (PDT)
Received: from EUR03-AM5-obe.outbound.protection.outlook.com (mail-eopbgr30074.outbound.protection.outlook.com [40.107.3.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CC03312081C for <core@ietf.org>; Fri, 23 Aug 2019 04:33:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=armh.onmicrosoft.com;  s=selector2-armh-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=ZQAj/JBEitoKeJuRFylpDRYYeSrdYI0U2hiLiYT9yKE=; b=NuiknUdNTh6PViEmBOu7ziPkBukT5UIOFpOFinmBGiQeMGg/2dSlis8AE9I3VvJ15Z+QbQ0PQRPoJJaVS8IRJ2FdtL0y0nChAo9Z8O3f6nWU08m4vTO1ayRE+FW4Jq8D5O7F/IfSp5+Il6nKzxaZ2z3M+wdSr/O6IDiRWGNb1yo=
Received: from DB7PR08CA0064.eurprd08.prod.outlook.com (20.176.237.169) by HE1PR0802MB2602.eurprd08.prod.outlook.com (10.175.36.14) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2178.16; Fri, 23 Aug 2019 11:33:13 +0000
Received: from AM5EUR03FT047.eop-EUR03.prod.protection.outlook.com (2a01:111:f400:7e08::200) by DB7PR08CA0064.outlook.office365.com (2603:10a6:10:26::41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2199.14 via Frontend Transport; Fri, 23 Aug 2019 11:33:13 +0000
Authentication-Results: spf=temperror (sender IP is 63.35.35.123) smtp.mailfrom=arm.com; ietf.org; dkim=pass (signature was verified) header.d=armh.onmicrosoft.com;ietf.org; dmarc=temperror action=none header.from=arm.com;
Received-SPF: TempError (protection.outlook.com: error in processing during lookup of arm.com: DNS Timeout)
Received: from 64aa7808-outbound-1.mta.getcheckrecipient.com (63.35.35.123) by AM5EUR03FT047.mail.protection.outlook.com (10.152.16.197) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2199.13 via Frontend Transport; Fri, 23 Aug 2019 11:33:11 +0000
Received: ("Tessian outbound 85b7b0590c81:v27"); Fri, 23 Aug 2019 11:33:09 +0000
X-CheckRecipientChecked: true
X-CR-MTA-CID: 0fa5298508fd98eb
X-CR-MTA-TID: 64aa7808
Received: from 4f18799ac85c.2 (ip-172-16-0-2.eu-west-1.compute.internal [104.47.14.51]) by 64aa7808-outbound-1.mta.getcheckrecipient.com id 9E9D7B7D-BC9B-418A-A5A1-CF5B74EFD5C6.1;  Fri, 23 Aug 2019 11:33:04 +0000
Received: from EUR04-VI1-obe.outbound.protection.outlook.com (mail-vi1eur04lp2051.outbound.protection.outlook.com [104.47.14.51]) by 64aa7808-outbound-1.mta.getcheckrecipient.com with ESMTPS id 4f18799ac85c.2 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384); Fri, 23 Aug 2019 11:33:04 +0000
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Uu6C+KuIRAhAc5ujHRwNFuI9usN4Vv2eASBkqQw+AmEt3/Q3klyclSDxgUaQJmrjI8YYDdA3aTHRCuP+ycuq0pfT6kXq8P1ZlM1nsG5h7iRmTyq5ytBpcDcLzEvevXYHiMTgIGfIXPlB2h4s3mWlLJ+mm5gHcFv+4GuTe81O5Jbu7J555wVzsEh49+MnLIcChrCtbxXFXor5DyavWPmXlUliETiawPAqobhJAKMlU2zwp6ojWsVCIrVxpe8ddq5hu4gYAHlJElJ8rVhECTr/bDnaJIBoaX6wHYa/4AZgm0RNRWdGgwSC6jEk3YgL1D0IDVvrFVKbVmAdMxFVevIuNw==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=Do0fBGqIQiDlv/fWTfcpr30ZBtJYkATrUE1cLiAxDeU=; b=fLluWbDStLr2cbrid40D+I77xJ9E2UwAfj6pGMcCbp3BvYlT3Zbsxj7eKLguOc3wpFTIq8E1S/3S83sRfKPxciL5c9vKkLtl4THZu+ra8UPNzkjfLPFKQCjIuMUT+E22SSQTzXfp7Fe9TA113SjmW0G9ZX4y8ToGN31VX8vglKUI6+wKVumuYZK3uUc5x1jN7AIh9zbgf9FC+A2eiPDGo5/Ugyb2jjwR+FLwgZAfe16j+jXPHCRo0LSY+j5OXOX+69a6yGvpe1URe/K0PH7phQ0KLCBEebXfzLHjtrjA/e/nFwMX4fGg2DhAQ+7LrPkCKRKc3ymQS4bKmpe+b4B+fQ==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=armh.onmicrosoft.com;  s=selector2-armh-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=Do0fBGqIQiDlv/fWTfcpr30ZBtJYkATrUE1cLiAxDeU=; b=r7GtWLK1jnnTP1NEsE45lJJaD0bhbij7mR4Y6Y1I6VdBhL0Ox0YcCcSqiXUET98OpJHcVIjaIxv/gLXhRN2gLzkX5e4K34jYSXFbpzDeO8jCOvln3DbVd+YAPQozQwyIDN1W7t7qnDxOWuO06jLQ9rnXQB8TuU8ChM4vm3pb6Ls=
Received: from AM6PR08MB4231.eurprd08.prod.outlook.com (20.179.18.151) by AM6PR08MB4517.eurprd08.prod.outlook.com (20.179.18.150) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2178.20; Fri, 23 Aug 2019 11:33:02 +0000
Received: from AM6PR08MB4231.eurprd08.prod.outlook.com ([fe80::6020:78b2:b6a8:24a2]) by AM6PR08MB4231.eurprd08.prod.outlook.com ([fe80::6020:78b2:b6a8:24a2%5]) with mapi id 15.20.2178.020; Fri, 23 Aug 2019 11:33:02 +0000
From: Thomas Fossati <Thomas.Fossati@arm.com>
To: Christer Holmberg <christer.holmberg@ericsson.com>, "core@ietf.org" <core@ietf.org>
Thread-Topic: [core] MULTIPART-CT: A few editorial comments
Thread-Index: AQHVWLXVDJdpeeA2N0+Yz7eb1XE30KcG7ggA///gQYCAAcLEAIAACKkAgAApM4D//+I1gIAAJKaA///gcwAABGD2AP//3yQA
Date: Fri, 23 Aug 2019 11:33:02 +0000
Message-ID: <FFB04D34-FF93-4F34-BF81-25608C7E7338@arm.com>
References: <0F72A75A-3CCE-46FA-A4B8-333978B5C0A8@arm.com> <209EAFAF-C047-4CD1-BEF9-72FC3FFEE7B1@ericsson.com> <413F2C93-F465-4116-9F1E-0755CBC07D24@arm.com> <CF3412E7-1FCC-4A25-A496-AF58B75825DB@ericsson.com> <90ECE0E2-40D2-4F00-A50F-A8CC0F9647E6@arm.com> <BFDA52C3-B49C-4A57-A271-AC2D76835E56@ericsson.com> <BF8C7E20-2625-40D8-BF40-0A1C8047CF35@arm.com> <A99EBDDE-CB0A-4629-83E4-33E7B8D1D539@ericsson.com> <F8FCB446-3695-47F1-B595-916D2212DBCE@arm.com> <BFCE0CA8-8BFE-4418-9E87-E8E4ECD9842D@ericsson.com>
In-Reply-To: <BFCE0CA8-8BFE-4418-9E87-E8E4ECD9842D@ericsson.com>
Accept-Language: en-GB, en-US
Content-Language: en-GB
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/10.1c.0.190812
Authentication-Results-Original: spf=none (sender IP is ) smtp.mailfrom=Thomas.Fossati@arm.com; 
x-originating-ip: [217.140.106.49]
x-ms-publictraffictype: Email
X-MS-Office365-Filtering-Correlation-Id: d0b8b38e-7636-43ed-886d-08d727bdaded
X-MS-Office365-Filtering-HT: Tenant
X-Microsoft-Antispam-Untrusted: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600166)(711020)(4605104)(1401327)(4618075)(2017052603328)(7193020); SRVR:AM6PR08MB4517; 
X-MS-TrafficTypeDiagnostic: AM6PR08MB4517:|HE1PR0802MB2602:
x-ms-exchange-transport-forked: True
X-Microsoft-Antispam-PRVS: <HE1PR0802MB26029FF61F7D13C33D92D0C59CA40@HE1PR0802MB2602.eurprd08.prod.outlook.com>
x-checkrecipientrouted: true
x-ms-oob-tlc-oobclassifiers: OLM:3383;OLM:3383;
x-forefront-prvs: 0138CD935C
X-Forefront-Antispam-Report-Untrusted: SFV:NSPM; SFS:(10009020)(4636009)(136003)(396003)(366004)(346002)(376002)(39860400002)(189003)(199004)(6506007)(53546011)(446003)(8936002)(478600001)(8676002)(53936002)(6512007)(6486002)(186003)(5660300002)(102836004)(26005)(2501003)(305945005)(25786009)(4326008)(71200400001)(71190400001)(99286004)(76176011)(229853002)(6246003)(81156014)(256004)(81166006)(66556008)(486006)(14454004)(66476007)(558084003)(33656002)(86362001)(476003)(316002)(110136005)(6436002)(58126008)(7736002)(66446008)(36756003)(64756008)(66946007)(66066001)(91956017)(2616005)(76116006)(11346002)(3846002)(2906002)(6116002); DIR:OUT; SFP:1101; SCL:1; SRVR:AM6PR08MB4517; H:AM6PR08MB4231.eurprd08.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; MX:1; A:1; 
received-spf: None (protection.outlook.com: arm.com does not designate permitted sender hosts)
X-MS-Exchange-SenderADCheck: 1
X-Microsoft-Antispam-Message-Info-Original: uA5e0XxXfIlSF0ozEpjcAHq/hdjnvss9Xon406KyIxaetxhgxYEcjXDCtvlhW40g+HPSJdDlPae5mlg5TY7saawIJFqQAS47yYZODbffGcW8vjWkUl0lKjqz36kctbN/pQYrxds8hFK6uDWse/avtm6VlGBeR+TpUJiVbsCAaXc/Zs2T1LvXzv6rry4TvIuDMHX8FuIAEaWnauMSF+KmcXGc3ti4kDuv6uCvdtOA1W47/QM/pc5RyeM6mywJx2/jobCwHJ5vKyXC8sgcsjeh5ARYYKjiIsSDIHufEortxhYPr+4nag7RklQRklc6M/Q29tHw6Hm21GiBlxgPxO2WFEK39zhOrIxtKZcbACNA/+x35yGslRzKjZ6A+eJVRg3dLzY8qVbCjIVRNxPAVnkNPIKGtmOFQP2KN9DRHo+Q4W8=
Content-Type: text/plain; charset="utf-8"
Content-ID: <E87658423DA81F4890C1CFCCA3A0CF45@eurprd08.prod.outlook.com>
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-MS-Exchange-Transport-CrossTenantHeadersStamped: AM6PR08MB4517
Original-Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=Thomas.Fossati@arm.com; 
X-EOPAttributedMessage: 0
X-MS-Exchange-Transport-CrossTenantHeadersStripped: AM5EUR03FT047.eop-EUR03.prod.protection.outlook.com
X-Forefront-Antispam-Report: CIP:63.35.35.123; IPV:CAL; SCL:-1; CTRY:IE; EFV:NLI; SFV:NSPM; SFS:(10009020)(4636009)(396003)(136003)(376002)(39860400002)(346002)(2980300002)(40434004)(199004)(189003)(336012)(36756003)(229853002)(486006)(76176011)(23676004)(50466002)(6486002)(6116002)(86362001)(446003)(8936002)(63370400001)(2616005)(476003)(126002)(63350400001)(81166006)(8676002)(3846002)(81156014)(186003)(436003)(478600001)(356004)(2486003)(110136005)(11346002)(47776003)(4744005)(2501003)(14454004)(99286004)(33656002)(26826003)(66066001)(25786009)(53546011)(5660300002)(2906002)(26005)(102836004)(316002)(4326008)(6246003)(6512007)(70206006)(70586007)(5024004)(14444005)(7736002)(22756006)(76130400001)(6506007)(58126008)(305945005)(36906005); DIR:OUT; SFP:1101; SCL:1; SRVR:HE1PR0802MB2602; H:64aa7808-outbound-1.mta.getcheckrecipient.com; FPR:; SPF:TempError; LANG:en;  PTR:ec2-63-35-35-123.eu-west-1.compute.amazonaws.com; A:1; MX:1; 
X-MS-Office365-Filtering-Correlation-Id-Prvs: 53f2fce4-22fd-4503-2eb2-08d727bda878
X-Microsoft-Antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600166)(710020)(711020)(4605104)(1401327)(2017052603328)(7193020); SRVR:HE1PR0802MB2602; 
X-Forefront-PRVS: 0138CD935C
X-Microsoft-Antispam-Message-Info: isYUvgYD2+3AKruUt8AEAQ7fNJe7E/0nhJVJVPJ8p3lrZBPjiRzQ5jXtmleNtx+kDX7NIjiJIxc8TdggXcDhEjZ6tz4V3X52ClTic3aBTo/HwNZ/wqcXVfrxhRPj++HFikficNX8GqtzXGCCzUsA/44wOehDNOsb/2pyf98alCdzKS2bePCuX3Uw9EPkHHfxzBe73x9l5H7bOc7+kmRlf3LRJjl/nFMajtfMprlAEdSB+mcRN6L/aOlDl1lajA2xC4fo6n/QhPQsBGbb1KXdXM3jsvGqHn36cUUjOqe6/kEcRrC4IVIQLJw3uMQkr7IR5YtksAJ15EO/sxaAlJxMhoK6KzUuFeH2OM+Gwn8MdYr/crsfcDwF9uv/tJLKNJJpL5yjMOQjFPwMntOyA9SY/BuCtvSz31JvTnFGFuSldhY=
X-OriginatorOrg: arm.com
X-MS-Exchange-CrossTenant-OriginalArrivalTime: 23 Aug 2019 11:33:11.5781 (UTC)
X-MS-Exchange-CrossTenant-Network-Message-Id: d0b8b38e-7636-43ed-886d-08d727bdaded
X-MS-Exchange-CrossTenant-Id: f34e5979-57d9-4aaa-ad4d-b122a662184d
X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=f34e5979-57d9-4aaa-ad4d-b122a662184d; Ip=[63.35.35.123];  Helo=[64aa7808-outbound-1.mta.getcheckrecipient.com]
X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem
X-MS-Exchange-Transport-CrossTenantHeadersStamped: HE1PR0802MB2602
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/389iKpWboYESzYr-wNYnvoKBYUI>
Subject: Re: [core] MULTIPART-CT: A few editorial comments
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Aug 2019 11:33:22 -0000

T24gMjMvMDgvMjAxOSwgMTI6MzAsICJDaHJpc3RlciBIb2xtYmVyZyIgPGNocmlzdGVyLmhvbG1i
ZXJnQGVyaWNzc29uLmNvbT4gd3JvdGU6DQo+ICBJIGNhbiBnaXZlIGl0IGEgdHJ5IDopDQoNClN1
cGVyIQ0KDQo+IERvIEkgbmVlZCBjb250cmlidXRvciByaWdodHMgKG15IEdpdEh1YiBJRCBpcyBD
REg0VSk/DQoNCk5vIHdvcnJpZXMsIHRoZSByZXBvIGlzIHB1YmxpYy4NCg0KQ2hlZXJzLCB0DQoN
CklNUE9SVEFOVCBOT1RJQ0U6IFRoZSBjb250ZW50cyBvZiB0aGlzIGVtYWlsIGFuZCBhbnkgYXR0
YWNobWVudHMgYXJlIGNvbmZpZGVudGlhbCBhbmQgbWF5IGFsc28gYmUgcHJpdmlsZWdlZC4gSWYg
eW91IGFyZSBub3QgdGhlIGludGVuZGVkIHJlY2lwaWVudCwgcGxlYXNlIG5vdGlmeSB0aGUgc2Vu
ZGVyIGltbWVkaWF0ZWx5IGFuZCBkbyBub3QgZGlzY2xvc2UgdGhlIGNvbnRlbnRzIHRvIGFueSBv
dGhlciBwZXJzb24sIHVzZSBpdCBmb3IgYW55IHB1cnBvc2UsIG9yIHN0b3JlIG9yIGNvcHkgdGhl
IGluZm9ybWF0aW9uIGluIGFueSBtZWRpdW0uIFRoYW5rIHlvdS4NCg==


From nobody Fri Aug 23 05:23:58 2019
Return-Path: <christer.holmberg@ericsson.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 69A84120832 for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 05:23:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.001
X-Spam-Level: 
X-Spam-Status: No, score=-2.001 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=ericsson.com
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 hFTFvuXSRSQM for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 05:23:54 -0700 (PDT)
Received: from EUR04-VI1-obe.outbound.protection.outlook.com (mail-eopbgr80044.outbound.protection.outlook.com [40.107.8.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B3391120142 for <core@ietf.org>; Fri, 23 Aug 2019 05:23:53 -0700 (PDT)
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Ey1IPb2cneZZXLTAh731i3e9l8s/fLF0wtjeHxwTaDkjQwmfIJnMWBXETVGnf2zNg9NhHDU0ScQwWRrvMoISe6Ev0Q+UmDMqdVQqP5idZiBBkvMcDEgIRaCr7tkMNGkIwhTD+Ksl2PnDOtaJSnww54tG7iOUdhAHSe93FhlMdF++uP5950M2pMxg8Tccn9ISN9Ao6kUArMxNo3Wo+BXSVaK4lL5lecJgoboCg8yjbAPMVnk2xUeMHvDBCWjnJi33NHSCJs0nIYoASDddt5cXj33/j268rhyj+cJHCaPlkAhQdp1S19CP26G7gmRX3xXOqEX+8SYxzGI8SFjnaG3O/A==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=cCDLuA4e08yFbCYLOA0Lb8EVZRTFi1UZ2BXiKQIL5Zw=; b=J2aZHXbIREFerDV/LYOpKjYtXCboUGPn8gO9wgKaGU7UbV0GfJ2c28LODvqKwPLV03AfVA+1LEQsy5DxwO7sAKgsuMKhGWGDJEJEBIk2cTdhN+eOlfjngljajnXe2d5CIT96w0hlvGFyE/eJXR10x96xnjJT/XOEhZvjzoaE1WTQziNIND9dRQrx4XtF7VBckqkrS2qrjzxP22OeyvrX8EELPFZxhGAhX3xo6rsw/mbi3CXSLvSRUS6lK7/P2bkgt1oWOSxjNrQAa8cZb29SCsQY9h0Imt6i145VqUjo7IUyGtmMktT0UFnih0fTkWpWbebObsDJa0pMOicUTBzXew==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ericsson.com; dmarc=pass action=none header.from=ericsson.com; dkim=pass header.d=ericsson.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericsson.com; s=selector2; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=cCDLuA4e08yFbCYLOA0Lb8EVZRTFi1UZ2BXiKQIL5Zw=; b=ZXrQkeUXAjOUHJg+T2Za/ruejipH9693S4RwWh/2EgUZmgQ9OdjM40hVbHFDjtvFOmtAY5WeoUWEFBpxj+rdyM8ZRNdoAgtZwiyJIHi9BpZPi3mSugXV/SmxWnIJOudx2qDXrcfmpRGXiAKp6XEwyAslFouwpUvCfo18c+Sz5hs=
Received: from HE1PR07MB3161.eurprd07.prod.outlook.com (10.170.245.23) by HE1PR07MB3513.eurprd07.prod.outlook.com (10.170.247.160) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2199.9; Fri, 23 Aug 2019 12:23:51 +0000
Received: from HE1PR07MB3161.eurprd07.prod.outlook.com ([fe80::f0a1:2199:7816:ff8d]) by HE1PR07MB3161.eurprd07.prod.outlook.com ([fe80::f0a1:2199:7816:ff8d%6]) with mapi id 15.20.2220.009; Fri, 23 Aug 2019 12:23:51 +0000
From: Christer Holmberg <christer.holmberg@ericsson.com>
To: Thomas Fossati <Thomas.Fossati@arm.com>, "core@ietf.org" <core@ietf.org>
Thread-Topic: [core] MULTIPART-CT: A few editorial comments
Thread-Index: AQHVWLXVDJdpeeA2N0+Yz7eb1XE30KcG7ggA///gQYCAAcLEAIAACKkAgAApM4D//+I1gIAAJKaA///gcwAABGD2AP//3yQAgAAvuQA=
Date: Fri, 23 Aug 2019 12:23:51 +0000
Message-ID: <AC50F19A-44B3-4C67-9356-FEF0434F9A22@ericsson.com>
References: <0F72A75A-3CCE-46FA-A4B8-333978B5C0A8@arm.com> <209EAFAF-C047-4CD1-BEF9-72FC3FFEE7B1@ericsson.com> <413F2C93-F465-4116-9F1E-0755CBC07D24@arm.com> <CF3412E7-1FCC-4A25-A496-AF58B75825DB@ericsson.com> <90ECE0E2-40D2-4F00-A50F-A8CC0F9647E6@arm.com> <BFDA52C3-B49C-4A57-A271-AC2D76835E56@ericsson.com> <BF8C7E20-2625-40D8-BF40-0A1C8047CF35@arm.com> <A99EBDDE-CB0A-4629-83E4-33E7B8D1D539@ericsson.com> <F8FCB446-3695-47F1-B595-916D2212DBCE@arm.com> <BFCE0CA8-8BFE-4418-9E87-E8E4ECD9842D@ericsson.com> <FFB04D34-FF93-4F34-BF81-25608C7E7338@arm.com>
In-Reply-To: <FFB04D34-FF93-4F34-BF81-25608C7E7338@arm.com>
Accept-Language: en-US
Content-Language: en-GB
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/10.1b.0.190715
authentication-results: spf=none (sender IP is ) smtp.mailfrom=christer.holmberg@ericsson.com; 
x-originating-ip: [89.166.49.243]
x-ms-publictraffictype: Email
x-ms-office365-filtering-correlation-id: 6ec29413-8283-4332-7ba1-08d727c4c19e
x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600166)(711020)(4605104)(1401327)(2017052603328)(7193020); SRVR:HE1PR07MB3513; 
x-ms-traffictypediagnostic: HE1PR07MB3513:
x-ms-exchange-purlcount: 1
x-microsoft-antispam-prvs: <HE1PR07MB35136B9A959790543B05715A93A40@HE1PR07MB3513.eurprd07.prod.outlook.com>
x-ms-oob-tlc-oobclassifiers: OLM:9508;
x-forefront-prvs: 0138CD935C
x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(4636009)(366004)(136003)(346002)(39860400002)(376002)(396003)(40434004)(199004)(189003)(6246003)(5660300002)(316002)(58126008)(5024004)(44832011)(8676002)(7736002)(81166006)(81156014)(14444005)(86362001)(186003)(3846002)(36756003)(4744005)(6116002)(26005)(99286004)(76116006)(64756008)(66556008)(66476007)(66946007)(66446008)(305945005)(53936002)(2906002)(8936002)(110136005)(6512007)(71200400001)(6506007)(53546011)(71190400001)(2501003)(66066001)(14454004)(6306002)(76176011)(102836004)(966005)(478600001)(33656002)(229853002)(25786009)(446003)(11346002)(2616005)(476003)(486006)(256004)(6486002)(6436002); DIR:OUT; SFP:1101; SCL:1; SRVR:HE1PR07MB3513; H:HE1PR07MB3161.eurprd07.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; A:1; MX:1; 
received-spf: None (protection.outlook.com: ericsson.com does not designate permitted sender hosts)
x-ms-exchange-senderadcheck: 1
x-microsoft-antispam-message-info: FdV/tjKixFv0K9/1PC7p6StEtuW5WVmxqXQ7zUIJ2lF5L5clVT6Zroknox3vSnM8cEHkwknLRS83yi0Qk5Cgo+YCfGMOszSM+DRuLMhSK3zFiByUlseMzC3sEd8ByzUWTQs28VC7JtEBOlZWZJyhT++8zXGIdKqM5ylpJUbn6TsQruVrQ6AthI6K5weQMNGIz9stfrblXmS1xFC61176plvsOOmzXW3t/Ow5yYS7evd33WIpXkowUwA26J+gN+rWqqNjHC1m0qcPGycjSDynTtiSxE+5W3To9/0446t7u/4ET4gIEVn0oOzmqfOy7C6YndCl869Z9v6GMvTL54MkOvAc0oW/6UTSNuizUzHflqExwAJq/jI+7cgdG0u9oS3YqKjkuVi4lH3eoM+EaVoCU+pfwbNzr2CcK2MXymKBCZI=
x-ms-exchange-transport-forked: True
Content-Type: text/plain; charset="utf-8"
Content-ID: <972B54E97958CC46A67E2D9AB37A6857@eurprd07.prod.outlook.com>
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-OriginatorOrg: ericsson.com
X-MS-Exchange-CrossTenant-Network-Message-Id: 6ec29413-8283-4332-7ba1-08d727c4c19e
X-MS-Exchange-CrossTenant-originalarrivaltime: 23 Aug 2019 12:23:51.0707 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 92e84ceb-fbfd-47ab-be52-080c6b87953f
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
X-MS-Exchange-CrossTenant-userprincipalname: GPbDSORtQgAR9rdThs0b08H1l/46+euW0rpuGvkdc+5l2u1mZVxL6nTksrRYgZLJOwWziap3M25w+hOUTf7I24S8iAmT5vkI/SYvnLUOyUE=
X-MS-Exchange-Transport-CrossTenantHeadersStamped: HE1PR07MB3513
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/cSZb6gE71AS6vkaScRErSs4JKhw>
Subject: Re: [core] MULTIPART-CT: A few editorial comments
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Aug 2019 12:23:56 -0000

UHVsbCByZXF1ZXN0OiBodHRwczovL2dpdGh1Yi5jb20vY29yZS13Zy9tdWx0aXBhcnQtY3QvcHVs
bC8yNg0KDQpSZWdhcmRzLA0KDQpDaHJpc3Rlcg0KDQrvu79PbiAyMy8wOC8yMDE5LCAxNC4zMywg
IlRob21hcyBGb3NzYXRpIiA8VGhvbWFzLkZvc3NhdGlAYXJtLmNvbT4gd3JvdGU6DQoNCiAgICBP
biAyMy8wOC8yMDE5LCAxMjozMCwgIkNocmlzdGVyIEhvbG1iZXJnIiA8Y2hyaXN0ZXIuaG9sbWJl
cmdAZXJpY3Nzb24uY29tPiB3cm90ZToNCiAgICA+ICBJIGNhbiBnaXZlIGl0IGEgdHJ5IDopDQog
ICAgDQogICAgU3VwZXIhDQogICAgDQogICAgPiBEbyBJIG5lZWQgY29udHJpYnV0b3IgcmlnaHRz
IChteSBHaXRIdWIgSUQgaXMgQ0RINFUpPw0KICAgIA0KICAgIE5vIHdvcnJpZXMsIHRoZSByZXBv
IGlzIHB1YmxpYy4NCiAgICANCiAgICBDaGVlcnMsIHQNCiAgICANCiAgICBJTVBPUlRBTlQgTk9U
SUNFOiBUaGUgY29udGVudHMgb2YgdGhpcyBlbWFpbCBhbmQgYW55IGF0dGFjaG1lbnRzIGFyZSBj
b25maWRlbnRpYWwgYW5kIG1heSBhbHNvIGJlIHByaXZpbGVnZWQuIElmIHlvdSBhcmUgbm90IHRo
ZSBpbnRlbmRlZCByZWNpcGllbnQsIHBsZWFzZSBub3RpZnkgdGhlIHNlbmRlciBpbW1lZGlhdGVs
eSBhbmQgZG8gbm90IGRpc2Nsb3NlIHRoZSBjb250ZW50cyB0byBhbnkgb3RoZXIgcGVyc29uLCB1
c2UgaXQgZm9yIGFueSBwdXJwb3NlLCBvciBzdG9yZSBvciBjb3B5IHRoZSBpbmZvcm1hdGlvbiBp
biBhbnkgbWVkaXVtLiBUaGFuayB5b3UuDQogICAgDQoNCg==


From nobody Fri Aug 23 05:35:31 2019
Return-Path: <Thomas.Fossati@arm.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C5BB31201E4 for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 05:35:28 -0700 (PDT)
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, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=armh.onmicrosoft.com header.b=8gXRg2yq; dkim=fail (1024-bit key) reason="fail (body has been altered)" header.d=armh.onmicrosoft.com header.b=8vP73r9+
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 iejAWv62TvKg for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 05:35:26 -0700 (PDT)
Received: from EUR04-DB3-obe.outbound.protection.outlook.com (mail-eopbgr60068.outbound.protection.outlook.com [40.107.6.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1CA311201E0 for <core@ietf.org>; Fri, 23 Aug 2019 05:35:26 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=armh.onmicrosoft.com;  s=selector2-armh-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=7KcPyeQeUXhjnD1YhQPdWfSGq0YqrzuP4+Ff0EYL0ho=; b=8gXRg2yq2KY990ZvQ2o/5FW3ZrPDfIp5L3+UDnX+CniInq6VXcFlN+KMyAo527jxkk2cL5B6mk8qpFcNrvrnI9EgUC0wVOBesi2z8P3IP5dSxST8wz5xess6FFyw5WOCA1wD3ZJSuvLHXMbGp2/uEctjEY9p6N/taDBvzfa/wUc=
Received: from VI1PR08CA0199.eurprd08.prod.outlook.com (2603:10a6:800:d2::29) by AM0PR08MB4948.eurprd08.prod.outlook.com (2603:10a6:208:163::30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2199.19; Fri, 23 Aug 2019 12:35:22 +0000
Received: from AM5EUR03FT009.eop-EUR03.prod.protection.outlook.com (2a01:111:f400:7e08::206) by VI1PR08CA0199.outlook.office365.com (2603:10a6:800:d2::29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2199.15 via Frontend Transport; Fri, 23 Aug 2019 12:35:21 +0000
Authentication-Results: spf=temperror (sender IP is 63.35.35.123) smtp.mailfrom=arm.com; ietf.org; dkim=pass (signature was verified) header.d=armh.onmicrosoft.com;ietf.org; dmarc=temperror action=none header.from=arm.com;
Received-SPF: TempError (protection.outlook.com: error in processing during lookup of arm.com: DNS Timeout)
Received: from 64aa7808-outbound-1.mta.getcheckrecipient.com (63.35.35.123) by AM5EUR03FT009.mail.protection.outlook.com (10.152.16.110) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2199.13 via Frontend Transport; Fri, 23 Aug 2019 12:35:20 +0000
Received: ("Tessian outbound 85b7b0590c81:v27"); Fri, 23 Aug 2019 12:35:17 +0000
X-CheckRecipientChecked: true
X-CR-MTA-CID: 892c0724d5f28360
X-CR-MTA-TID: 64aa7808
Received: from 99c538599188.1 (ip-172-16-0-2.eu-west-1.compute.internal [104.47.5.55]) by 64aa7808-outbound-1.mta.getcheckrecipient.com id C8452C69-2866-42B4-B285-727AEFB6E096.1;  Fri, 23 Aug 2019 12:35:12 +0000
Received: from EUR02-HE1-obe.outbound.protection.outlook.com (mail-he1eur02lp2055.outbound.protection.outlook.com [104.47.5.55]) by 64aa7808-outbound-1.mta.getcheckrecipient.com with ESMTPS id 99c538599188.1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384); Fri, 23 Aug 2019 12:35:12 +0000
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=V9x9RUGrWLMpk24uy+NVZdcfE0tzj9u4NTE8ZamMtKNmQZw0HqyW0XDtgxJ6UA6QdOfThM+tbJKtoqLBU7GLF8xTRy/7Vvpnv6YqpbyafTvqAm81W+wgmkPC8+B4SeyjULWmrP5TnHirHpn4Dv0/+zN1O26W5ZNsCft5WpO1J4Qh9RQ8OPdNuPardPhqyqaeoKdhDJbOxUrw8D7kNJ8RkEtxel9L0lDVIF6NDavSRCUlCH4xLfP/RbHrBsWzp5rXHI3I+ohLGcipMb2BMkFKKhOtuxhVp6Vv6+FusXgVUidfohScK9zDC68vZCskdi2ET3u4rw/CfT1l933l+5HdWg==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=JwcXxkWlmkLaGW2Iv3/YPgLOfC1QYGZkLu2jnrA3NLY=; b=OdNZ/YHJr6tTDivMbXppn01G9E3fMcC/f48iPWWDml7hQxLXkhXV13vthY2+ReneB/ovcQHhPFk0Eofm2USxg6AHDmXVvWoBkSyBzEk68izMc3jJXAdZxJjsFkI4GWMlzzjMyw/mGTadHAuD6kGfHHYgs6yUHcvy7NUBV1BbJCNFGlbUWRFrJARfSbMUL123NE5pJtS4Q6l6eUyhRalKf1XsmPDfOlzArhSR6aanVY5f/YYsbcS7U9TTd6wccrMTSmuNgYDlRAD5L296qm6PTpBkXQuNtaVZQ1gxGQeCGrvDIiTPapdP2Bo9yIw7tRU9oL+lpUdzmKddp2bgZ8OwDQ==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=armh.onmicrosoft.com;  s=selector2-armh-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=JwcXxkWlmkLaGW2Iv3/YPgLOfC1QYGZkLu2jnrA3NLY=; b=8vP73r9+8VVgpRha3PPXTzR5CKVoxIv/3IE0hW06HlqMgFkGXHW/K6cyWtaq5lQ4zGaSR9YjrQG2iaRV09cmPymNmEcQHniuvgfkQz9/4rFQobNpQuY7Kw/34v0iDwEPXABNZuu+rgPjZJZi6rnDgNIieJfM1iBDhwr9Jj7LqVE=
Received: from AM6PR08MB4231.eurprd08.prod.outlook.com (20.179.18.151) by AM6PR08MB4501.eurprd08.prod.outlook.com (20.179.5.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2178.16; Fri, 23 Aug 2019 12:35:10 +0000
Received: from AM6PR08MB4231.eurprd08.prod.outlook.com ([fe80::6020:78b2:b6a8:24a2]) by AM6PR08MB4231.eurprd08.prod.outlook.com ([fe80::6020:78b2:b6a8:24a2%5]) with mapi id 15.20.2178.020; Fri, 23 Aug 2019 12:35:10 +0000
From: Thomas Fossati <Thomas.Fossati@arm.com>
To: Christer Holmberg <christer.holmberg@ericsson.com>, "core@ietf.org" <core@ietf.org>
Thread-Topic: [core] MULTIPART-CT: A few editorial comments
Thread-Index: AQHVWLXVDJdpeeA2N0+Yz7eb1XE30KcG7ggA///gQYCAAcLEAIAACKkAgAApM4D//+I1gIAAJKaA///gcwAABGD2AP//3yQAgAAvuQD//+GjAA==
Date: Fri, 23 Aug 2019 12:35:10 +0000
Message-ID: <24DAD7D1-A784-47F4-A22E-0B15B819CBB3@arm.com>
References: <0F72A75A-3CCE-46FA-A4B8-333978B5C0A8@arm.com> <209EAFAF-C047-4CD1-BEF9-72FC3FFEE7B1@ericsson.com> <413F2C93-F465-4116-9F1E-0755CBC07D24@arm.com> <CF3412E7-1FCC-4A25-A496-AF58B75825DB@ericsson.com> <90ECE0E2-40D2-4F00-A50F-A8CC0F9647E6@arm.com> <BFDA52C3-B49C-4A57-A271-AC2D76835E56@ericsson.com> <BF8C7E20-2625-40D8-BF40-0A1C8047CF35@arm.com> <A99EBDDE-CB0A-4629-83E4-33E7B8D1D539@ericsson.com> <F8FCB446-3695-47F1-B595-916D2212DBCE@arm.com> <BFCE0CA8-8BFE-4418-9E87-E8E4ECD9842D@ericsson.com> <FFB04D34-FF93-4F34-BF81-25608C7E7338@arm.com> <AC50F19A-44B3-4C67-9356-FEF0434F9A22@ericsson.com>
In-Reply-To: <AC50F19A-44B3-4C67-9356-FEF0434F9A22@ericsson.com>
Accept-Language: en-GB, en-US
Content-Language: en-GB
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/10.1c.0.190812
Authentication-Results-Original: spf=none (sender IP is ) smtp.mailfrom=Thomas.Fossati@arm.com; 
x-originating-ip: [217.140.106.49]
x-ms-publictraffictype: Email
X-MS-Office365-Filtering-Correlation-Id: f83718da-6332-462e-11eb-08d727c65c54
X-MS-Office365-Filtering-HT: Tenant
X-Microsoft-Antispam-Untrusted: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600166)(711020)(4605104)(1401327)(4618075)(2017052603328)(7193020); SRVR:AM6PR08MB4501; 
X-MS-TrafficTypeDiagnostic: AM6PR08MB4501:|AM0PR08MB4948:
X-MS-Exchange-PUrlCount: 1
x-ms-exchange-transport-forked: True
X-Microsoft-Antispam-PRVS: <AM0PR08MB4948FC0C3F8093E88650E96A9CA40@AM0PR08MB4948.eurprd08.prod.outlook.com>
x-checkrecipientrouted: true
x-ms-oob-tlc-oobclassifiers: OLM:1728;OLM:1728;
x-forefront-prvs: 0138CD935C
X-Forefront-Antispam-Report-Untrusted: SFV:NSPM; SFS:(10009020)(4636009)(136003)(39860400002)(346002)(366004)(376002)(396003)(199004)(189003)(6486002)(33656002)(91956017)(76116006)(3846002)(66446008)(558084003)(64756008)(486006)(8676002)(446003)(2616005)(476003)(478600001)(66946007)(66476007)(110136005)(58126008)(11346002)(316002)(6436002)(7736002)(8936002)(966005)(305945005)(81156014)(66556008)(6306002)(14454004)(6116002)(6512007)(5660300002)(229853002)(2501003)(25786009)(76176011)(2906002)(81166006)(6246003)(4326008)(256004)(99286004)(71190400001)(71200400001)(14444005)(102836004)(6506007)(53546011)(26005)(53936002)(186003)(66066001)(36756003)(86362001); DIR:OUT; SFP:1101; SCL:1; SRVR:AM6PR08MB4501; H:AM6PR08MB4231.eurprd08.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; A:1; MX:1; 
received-spf: None (protection.outlook.com: arm.com does not designate permitted sender hosts)
X-MS-Exchange-SenderADCheck: 1
X-Microsoft-Antispam-Message-Info-Original: 3yLbGbAimZpjtIz5H1xEu/eeaieufjniG0mTZS5uK2o3toXYz5+4UVCmFmf5vRGrP6t/5MSLOm0fx6a2Hueq+O2JFq7JSw6hx/vEm/olExa0fF43dgFLcUOOc7lypwBMFvSa5sRcDRcjobDTQDLKnTBQdeF8rb0G1rmiy7jJyQVI+UiP03/+jQ2ritTURRgrtmID8nzz8iLqORBwxsQW1+MDdHk2Eb+brD6tL1tUBKd2UFu5e0cybJ4DYa3YFpNFMCTr9tW+1FNsmjMAe2S8oayomKKc9Qx9ITkoDQM9eOiT+gRuMcAuM2A3j5rQb6tSDzuH45DyUcooBv4bV2vXlv+Qbi1lJYOe9MAsWQfjrxT8lTa4EXwKiiXpa4IeecwDogaGGWh1GYa3YOuKioWNWUOulmSvKYr90Qzq6ZLAs28=
Content-Type: text/plain; charset="utf-8"
Content-ID: <8115A364940A774690CF0B00AFA8DD79@eurprd08.prod.outlook.com>
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-MS-Exchange-Transport-CrossTenantHeadersStamped: AM6PR08MB4501
Original-Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=Thomas.Fossati@arm.com; 
X-EOPAttributedMessage: 0
X-MS-Exchange-Transport-CrossTenantHeadersStripped: AM5EUR03FT009.eop-EUR03.prod.protection.outlook.com
X-Forefront-Antispam-Report: CIP:63.35.35.123; IPV:CAL; SCL:-1; CTRY:IE; EFV:NLI; SFV:NSPM; SFS:(10009020)(4636009)(396003)(136003)(39860400002)(376002)(346002)(2980300002)(189003)(199004)(40434004)(50466002)(14454004)(6306002)(6246003)(7736002)(47776003)(66066001)(316002)(8676002)(36906005)(102836004)(6506007)(6512007)(5660300002)(86362001)(2486003)(23676004)(2501003)(4326008)(99286004)(478600001)(81156014)(81166006)(966005)(305945005)(6486002)(76130400001)(26826003)(8936002)(186003)(70586007)(486006)(25786009)(4744005)(70206006)(126002)(36756003)(2616005)(11346002)(356004)(476003)(3846002)(336012)(5024004)(14444005)(446003)(53546011)(63370400001)(436003)(63350400001)(76176011)(58126008)(110136005)(26005)(2906002)(6116002)(229853002)(33656002)(22756006); DIR:OUT; SFP:1101; SCL:1; SRVR:AM0PR08MB4948; H:64aa7808-outbound-1.mta.getcheckrecipient.com; FPR:; SPF:TempError; LANG:en;  PTR:ec2-63-35-35-123.eu-west-1.compute.amazonaws.com; MX:1; A:1; 
X-MS-Office365-Filtering-Correlation-Id-Prvs: 69318176-23c5-4807-995d-08d727c65673
X-Microsoft-Antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600166)(710020)(711020)(4605104)(1401327)(2017052603328)(7193020); SRVR:AM0PR08MB4948; 
X-Forefront-PRVS: 0138CD935C
X-Microsoft-Antispam-Message-Info: P7kRPK/5m7roCONNg0VYdxRXRGUBorjy2HEIB8+i26NNjwSgKKr8nKsyJt4P33PnWOV5IWAEvaf3zD7N4/X2rH1eaC5iugITBTfDPFE90fR/dg6rEwyTrHCXVZjIUWALaUCFrefZY4DJdIlhMpF5pL7+naT3dgWSmVal32mHaD7t2ibyVkYpQOR0os3w2aQ/r3qXO9alyRwUoQur0zQdYhdM4OYWLkgt2F/tHL1QbpXpNfqNJS5V1QTlPBULG6jJLJmlVBTWIJeH5Kl7BhVjhjVw+6pKqPLEJbvWFcwJ0zvULvVTrFomi6COcmtpQr9NbUfrOslDqPGnhfLXG0ebUnksS5rAv6G2FWANU0QdljTg5IVwIlEvtZ1DKonjdyoe1bt4VG4E2pdlS/3oV3TK80ucMQLKK2YYmkWM7kDls0k=
X-OriginatorOrg: arm.com
X-MS-Exchange-CrossTenant-OriginalArrivalTime: 23 Aug 2019 12:35:20.1345 (UTC)
X-MS-Exchange-CrossTenant-Network-Message-Id: f83718da-6332-462e-11eb-08d727c65c54
X-MS-Exchange-CrossTenant-Id: f34e5979-57d9-4aaa-ad4d-b122a662184d
X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=f34e5979-57d9-4aaa-ad4d-b122a662184d; Ip=[63.35.35.123];  Helo=[64aa7808-outbound-1.mta.getcheckrecipient.com]
X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem
X-MS-Exchange-Transport-CrossTenantHeadersStamped: AM0PR08MB4948
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/rBERuScAVcae_N9XaH9Jd8DZJ30>
Subject: Re: [core] MULTIPART-CT: A few editorial comments
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Aug 2019 12:35:29 -0000

T24gMjMvMDgvMjAxOSwgMTM6MjMsICJDaHJpc3RlciBIb2xtYmVyZyIgPGNocmlzdGVyLmhvbG1i
ZXJnQGVyaWNzc29uLmNvbT4gd3JvdGU6DQo+IFB1bGwgcmVxdWVzdDogaHR0cHM6Ly9naXRodWIu
Y29tL2NvcmUtd2cvbXVsdGlwYXJ0LWN0L3B1bGwvMjYNCg0KR3JlYXQhICBBbmQgdGhhbmtzIGFn
YWluLg0KDQoNCklNUE9SVEFOVCBOT1RJQ0U6IFRoZSBjb250ZW50cyBvZiB0aGlzIGVtYWlsIGFu
ZCBhbnkgYXR0YWNobWVudHMgYXJlIGNvbmZpZGVudGlhbCBhbmQgbWF5IGFsc28gYmUgcHJpdmls
ZWdlZC4gSWYgeW91IGFyZSBub3QgdGhlIGludGVuZGVkIHJlY2lwaWVudCwgcGxlYXNlIG5vdGlm
eSB0aGUgc2VuZGVyIGltbWVkaWF0ZWx5IGFuZCBkbyBub3QgZGlzY2xvc2UgdGhlIGNvbnRlbnRz
IHRvIGFueSBvdGhlciBwZXJzb24sIHVzZSBpdCBmb3IgYW55IHB1cnBvc2UsIG9yIHN0b3JlIG9y
IGNvcHkgdGhlIGluZm9ybWF0aW9uIGluIGFueSBtZWRpdW0uIFRoYW5rIHlvdS4NCg==


From nobody Fri Aug 23 07:22:05 2019
Return-Path: <christer.holmberg@ericsson.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 329AA120C7F for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 07:21:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.001
X-Spam-Level: 
X-Spam-Status: No, score=-2.001 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=ericsson.com
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 FUi9KbefHIkp for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 07:21:55 -0700 (PDT)
Received: from EUR04-VI1-obe.outbound.protection.outlook.com (mail-vi1eur04on060d.outbound.protection.outlook.com [IPv6:2a01:111:f400:fe0e::60d]) (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 4A164120C94 for <core@ietf.org>; Fri, 23 Aug 2019 07:21:54 -0700 (PDT)
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=akVAjkplHkSij3dwceavZ/AN0pOFBTlzlCqBkSDHSm686nC/ApgsDJvJsyxdRgJUQncnOKMhk88XfTpJ2aZqb8Mi+NZCTDqzdb+YuV49Utu4IlecC0toRdLBtfZlW2ZseVvWC++Ysg6Nqpc+0NECEgXz8M2i6fv/88keSXqxEYWyG8x/5n8q8Z9u+SQ5FPQs6oDKB3fR30MZr5JkpMXxxPJYRZC8HKBSTFMyu4kPj0k29YEh1LJyV8a184AE/aC1krANiOXUwXkhWEMHt15sko/vjkJ/vM1CuO2lF8njqNro8skSROVXfrJre+wTmqdYlnXCj3lNXipQ4x6A63VuTg==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=2eHVYL4r+ZZ0LJBcWsgz9EJupJ1OrAV2tNUc7yJJpGs=; b=Rb8FNiMZ/3AEhUIeVMwxRQ6hFmCa96vxNiWiqkDMBEBfXE8TuuhmrCmLq+gWoZwymYYE8tGlFRFcxQwwaUG0ZwoGKKVCrNn5rNnWHoR05a4fPVziDNAQZgrDaYgbUYt/KQmZKTqpCgl0z4UAddbKF7Rs+x8ehwN09YJ1jLncOhjuv7jXsFi1WTQs1kauxRrOd66bwgR6e82K8BimDABVQjqiX+l7klVIoMF3lsioHt8fKZ+s9rTMxBua3ahvHLb/La7XAswXxcElcMXevOLM7pOxj7BzlAa3R9gTCNCbht5+B66nCwcQCE54KF8a7Shez6qPcEyH9UL9WYPjjZR2FQ==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ericsson.com; dmarc=pass action=none header.from=ericsson.com; dkim=pass header.d=ericsson.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericsson.com; s=selector2; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=2eHVYL4r+ZZ0LJBcWsgz9EJupJ1OrAV2tNUc7yJJpGs=; b=FLWIvMTNfl5LT/vK3x1w9r9Bl4vqj7vjjsxvvvOCYNhDKcTvc0yaiVmfmpQgi4XS+6TDr8YlV+qMkeyTQItJx/7neGZJ6sac12NtmS25Wfe7sF0TF9z5orThteQiHmj/+N5k+YIkSKf8J4xMoQZJ8NvV4rUxOgeVZhrV4jTEIeg=
Received: from HE1PR07MB3161.eurprd07.prod.outlook.com (10.170.245.23) by HE1PR07MB4362.eurprd07.prod.outlook.com (20.176.167.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2178.14; Fri, 23 Aug 2019 14:21:51 +0000
Received: from HE1PR07MB3161.eurprd07.prod.outlook.com ([fe80::f0a1:2199:7816:ff8d]) by HE1PR07MB3161.eurprd07.prod.outlook.com ([fe80::f0a1:2199:7816:ff8d%6]) with mapi id 15.20.2220.009; Fri, 23 Aug 2019 14:21:51 +0000
From: Christer Holmberg <christer.holmberg@ericsson.com>
To: "core@ietf.org" <core@ietf.org>
Thread-Topic: MULTIPART-CT: CoAP example
Thread-Index: AQHVWb4bEuV8RkACTkOXSaT26IMYWg==
Date: Fri, 23 Aug 2019 14:21:51 +0000
Message-ID: <4F7F8A7B-0565-4F18-BB0E-FB053045FA23@ericsson.com>
Accept-Language: en-US
Content-Language: en-GB
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/10.1b.0.190715
authentication-results: spf=none (sender IP is ) smtp.mailfrom=christer.holmberg@ericsson.com; 
x-originating-ip: [89.166.49.243]
x-ms-publictraffictype: Email
x-ms-office365-filtering-correlation-id: 48682652-769b-448e-f722-08d727d53dfe
x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600166)(711020)(4605104)(1401327)(2017052603328)(7193020); SRVR:HE1PR07MB4362; 
x-ms-traffictypediagnostic: HE1PR07MB4362:
x-ms-exchange-purlcount: 1
x-microsoft-antispam-prvs: <HE1PR07MB4362A9366CF39671B251A00293A40@HE1PR07MB4362.eurprd07.prod.outlook.com>
x-ms-oob-tlc-oobclassifiers: OLM:6790;
x-forefront-prvs: 0138CD935C
x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(4636009)(396003)(366004)(136003)(39860400002)(346002)(376002)(189003)(199004)(51444003)(66476007)(66946007)(76116006)(14454004)(1730700003)(36756003)(44832011)(5640700003)(81156014)(81166006)(256004)(14444005)(71190400001)(71200400001)(966005)(6486002)(478600001)(7736002)(86362001)(476003)(8676002)(6436002)(54896002)(6306002)(5660300002)(486006)(6512007)(26005)(186003)(316002)(6506007)(606006)(558084003)(58126008)(102836004)(6916009)(6116002)(3846002)(2616005)(99286004)(2351001)(8936002)(66066001)(33656002)(25786009)(2906002)(2501003)(53936002)(236005)(66446008)(64756008)(66556008); DIR:OUT; SFP:1101; SCL:1; SRVR:HE1PR07MB4362; H:HE1PR07MB3161.eurprd07.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; MX:1; A:1; 
received-spf: None (protection.outlook.com: ericsson.com does not designate permitted sender hosts)
x-ms-exchange-senderadcheck: 1
x-microsoft-antispam-message-info: UbxA9cQh/rBIELdOwcuedEie/Rmospi1rxX6S8qpywWrG3o8eaDXNkozCN2NQHBhYxcbdqDIYgoqh+y440BQSbTkwZ+zZgF5BXfnbq7QL/1wqlNVo3da+ryibQsVJ/EmzHp70yJhH7HA0RubjV0F666Eq0zkqGosEO/1J0a314fqRShfgMxYxXT0QVGxEJa/tAX8Bs8wzmF+jR+XxFh0jIziVz1PHVLs3ryagfkAXaqeRsYqOeDiPxNmedKspsP5n77XwfwMDh6A8XY9MRFvc0o48JA+rD66heDJ6LuhHo1zsA7uKMnd/IluiZ7WTK576M6b4HGhL1+mKxHrGIl3I9XItEyWrDvfT/hiV5YmKGfqYjnu+MJBInMTMOkf/gpldaGxvlDcBJwsswpx1IrhBM1PALBzP7r5r7nNihBjKcA=
x-ms-exchange-transport-forked: True
Content-Type: multipart/alternative; boundary="_000_4F7F8A7B05654F18BB0EFB053045FA23ericssoncom_"
MIME-Version: 1.0
X-OriginatorOrg: ericsson.com
X-MS-Exchange-CrossTenant-Network-Message-Id: 48682652-769b-448e-f722-08d727d53dfe
X-MS-Exchange-CrossTenant-originalarrivaltime: 23 Aug 2019 14:21:51.6582 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 92e84ceb-fbfd-47ab-be52-080c6b87953f
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
X-MS-Exchange-CrossTenant-userprincipalname: mSfdFuoZ7IFU1TgrwpNjGJJdbWeNwJn+Glxp1FCUpEZR83lM+jRxe6WCjZK2ywf2xIIg2p9LzfdX5+51ybUbLis4Sf7k+BfkVS6CR7v2L/Q=
X-MS-Exchange-Transport-CrossTenantHeadersStamped: HE1PR07MB4362
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/LALtqbnl4tdVAn-GcODyj6Rbl7s>
Subject: [core] MULTIPART-CT: CoAP example
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Aug 2019 14:22:04 -0000

--_000_4F7F8A7B05654F18BB0EFB053045FA23ericssoncom_
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64

SGksDQoNCk1vc3Qgb2YgdGhlIGRyYWZ0IGlzIHN1cHBvc2VkIHRvIGJlIHByb3RvY29sIGluZGVw
ZW5kZW50Lg0KDQpIb3dldmVyLCB0aGUgZXhhbXBsZSBpcyB1c2luZyBDb0FQLCBhbmQgSSB0aGlu
ayB0aGF0IHNob3VsZCBiZSBpbmRpY2F0ZWQuDQoNCkkgY3JlYXRlZCBhIHNtYWxsIHB1bGwgcmVx
dWVzdCBpbiBvcmRlciB0byBjbGFyaWZ5IHRoYXQ6DQoNCmh0dHBzOi8vZ2l0aHViLmNvbS9jb3Jl
LXdnL211bHRpcGFydC1jdC9wdWxsLzI3DQoNClJlZ2FyZHMsDQoNCkNocmlzdGVyDQo=

--_000_4F7F8A7B05654F18BB0EFB053045FA23ericssoncom_
Content-Type: text/html; charset="utf-8"
Content-ID: <8958714DC06A7946B5B92271C45F686C@eurprd07.prod.outlook.com>
Content-Transfer-Encoding: base64

PGh0bWwgeG1sbnM6bz0idXJuOnNjaGVtYXMtbWljcm9zb2Z0LWNvbTpvZmZpY2U6b2ZmaWNlIiB4
bWxuczp3PSJ1cm46c2NoZW1hcy1taWNyb3NvZnQtY29tOm9mZmljZTp3b3JkIiB4bWxuczptPSJo
dHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL29mZmljZS8yMDA0LzEyL29tbWwiIHhtbG5zPSJo
dHRwOi8vd3d3LnczLm9yZy9UUi9SRUMtaHRtbDQwIj4NCjxoZWFkPg0KPG1ldGEgaHR0cC1lcXVp
dj0iQ29udGVudC1UeXBlIiBjb250ZW50PSJ0ZXh0L2h0bWw7IGNoYXJzZXQ9dXRmLTgiPg0KPG1l
dGEgbmFtZT0iR2VuZXJhdG9yIiBjb250ZW50PSJNaWNyb3NvZnQgV29yZCAxNSAoZmlsdGVyZWQg
bWVkaXVtKSI+DQo8c3R5bGU+PCEtLQ0KLyogRm9udCBEZWZpbml0aW9ucyAqLw0KQGZvbnQtZmFj
ZQ0KCXtmb250LWZhbWlseToiQ2FtYnJpYSBNYXRoIjsNCglwYW5vc2UtMToyIDQgNSAzIDUgNCA2
IDMgMiA0O30NCkBmb250LWZhY2UNCgl7Zm9udC1mYW1pbHk6Q2FsaWJyaTsNCglwYW5vc2UtMToy
IDE1IDUgMiAyIDIgNCAzIDIgNDt9DQovKiBTdHlsZSBEZWZpbml0aW9ucyAqLw0KcC5Nc29Ob3Jt
YWwsIGxpLk1zb05vcm1hbCwgZGl2Lk1zb05vcm1hbA0KCXttYXJnaW46MGNtOw0KCW1hcmdpbi1i
b3R0b206LjAwMDFwdDsNCglmb250LXNpemU6MTIuMHB0Ow0KCWZvbnQtZmFtaWx5OiJDYWxpYnJp
IixzYW5zLXNlcmlmOw0KCW1zby1mYXJlYXN0LWxhbmd1YWdlOkVOLVVTO30NCmE6bGluaywgc3Bh
bi5Nc29IeXBlcmxpbmsNCgl7bXNvLXN0eWxlLXByaW9yaXR5Ojk5Ow0KCWNvbG9yOiMwNTYzQzE7
DQoJdGV4dC1kZWNvcmF0aW9uOnVuZGVybGluZTt9DQphOnZpc2l0ZWQsIHNwYW4uTXNvSHlwZXJs
aW5rRm9sbG93ZWQNCgl7bXNvLXN0eWxlLXByaW9yaXR5Ojk5Ow0KCWNvbG9yOiM5NTRGNzI7DQoJ
dGV4dC1kZWNvcmF0aW9uOnVuZGVybGluZTt9DQpzcGFuLkVtYWlsU3R5bGUxNw0KCXttc28tc3R5
bGUtdHlwZTpwZXJzb25hbC1jb21wb3NlOw0KCWZvbnQtZmFtaWx5OiJDYWxpYnJpIixzYW5zLXNl
cmlmOw0KCWNvbG9yOndpbmRvd3RleHQ7fQ0KLk1zb0NocERlZmF1bHQNCgl7bXNvLXN0eWxlLXR5
cGU6ZXhwb3J0LW9ubHk7DQoJZm9udC1mYW1pbHk6IkNhbGlicmkiLHNhbnMtc2VyaWY7DQoJbXNv
LWZhcmVhc3QtbGFuZ3VhZ2U6RU4tVVM7fQ0KQHBhZ2UgV29yZFNlY3Rpb24xDQoJe3NpemU6NjEy
LjBwdCA3OTIuMHB0Ow0KCW1hcmdpbjo3MC44NXB0IDIuMGNtIDcwLjg1cHQgMi4wY207fQ0KZGl2
LldvcmRTZWN0aW9uMQ0KCXtwYWdlOldvcmRTZWN0aW9uMTt9DQotLT48L3N0eWxlPg0KPC9oZWFk
Pg0KPGJvZHkgbGFuZz0iRkkiIGxpbms9IiMwNTYzQzEiIHZsaW5rPSIjOTU0RjcyIj4NCjxkaXYg
Y2xhc3M9IldvcmRTZWN0aW9uMSI+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0i
Zm9udC1zaXplOjExLjBwdCI+SGksPG86cD48L286cD48L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1z
b05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQiPjxvOnA+Jm5ic3A7PC9vOnA+
PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHls
ZT0iZm9udC1zaXplOjExLjBwdCI+TW9zdCBvZiB0aGUgZHJhZnQgaXMgc3VwcG9zZWQgdG8gYmUg
cHJvdG9jb2wgaW5kZXBlbmRlbnQuPG86cD48L286cD48L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1z
b05vcm1hbCI+PHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LXNpemU6MTEuMHB0Ij48bzpw
PiZuYnNwOzwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBsYW5n
PSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQiPkhvd2V2ZXIsIHRoZSBleGFtcGxlIGlz
IHVzaW5nIENvQVAsIGFuZCBJIHRoaW5rIHRoYXQgc2hvdWxkIGJlIGluZGljYXRlZC48bzpwPjwv
bzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJFTi1VUyIg
c3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQiPjxvOnA+Jm5ic3A7PC9vOnA+PC9zcGFuPjwvcD4NCjxw
IGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1zaXplOjEx
LjBwdCI+SSBjcmVhdGVkIGEgc21hbGwgcHVsbCByZXF1ZXN0IGluIG9yZGVyIHRvIGNsYXJpZnkg
dGhhdDo8bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBs
YW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQiPjxvOnA+Jm5ic3A7PC9vOnA+PC9z
cGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxhIGhyZWY9Imh0dHBzOi8vZ2l0aHViLmNv
bS9jb3JlLXdnL211bHRpcGFydC1jdC9wdWxsLzI3Ij48c3BhbiBsYW5nPSJFTi1VUyI+aHR0cHM6
Ly9naXRodWIuY29tL2NvcmUtd2cvbXVsdGlwYXJ0LWN0L3B1bGwvMjc8L3NwYW4+PC9hPjxzcGFu
IGxhbmc9IkVOLVVTIj48bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFs
Ij48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQiPjxvOnA+Jm5ic3A7
PC9vOnA+PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVT
IiBzdHlsZT0iZm9udC1zaXplOjExLjBwdCI+UmVnYXJkcyw8bzpwPjwvbzpwPjwvc3Bhbj48L3A+
DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6
ZToxMS4wcHQiPjxvOnA+Jm5ic3A7PC9vOnA+PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3Jt
YWwiPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1zaXplOjExLjBwdCI+Q2hyaXN0ZXI8
bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8L2Rpdj4NCjwvYm9keT4NCjwvaHRtbD4NCg==

--_000_4F7F8A7B05654F18BB0EFB053045FA23ericssoncom_--


From nobody Fri Aug 23 13:50:24 2019
Return-Path: <mcr@sandelman.ca>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id CADC01200D5 for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 13:50:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level: 
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 qMk4zlWtsRXE for <core@ietfa.amsl.com>; Fri, 23 Aug 2019 13:50:20 -0700 (PDT)
Received: from relay.sandelman.ca (relay.cooperix.net [IPv6:2a01:7e00::f03c:91ff:feae:de77]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B625A1201CE for <core@ietf.org>; Fri, 23 Aug 2019 13:50:20 -0700 (PDT)
Received: from dooku.sandelman.ca (CPE788a207f397a-CMbc4dfb96bb50.cpe.net.cable.rogers.com [174.116.121.43]) by relay.sandelman.ca (Postfix) with ESMTPS id 1E76E1F45E; Fri, 23 Aug 2019 20:50:19 +0000 (UTC)
Received: by dooku.sandelman.ca (Postfix, from userid 179) id D77383FB5; Fri, 23 Aug 2019 16:50:48 -0400 (EDT)
From: Michael Richardson <mcr+ietf@sandelman.ca>
To: Christer Holmberg <christer.holmberg@ericsson.com>
cc: Thomas Fossati <Thomas.Fossati@arm.com>, "core\@ietf.org" <core@ietf.org>
In-reply-to: <AC50F19A-44B3-4C67-9356-FEF0434F9A22@ericsson.com>
References: <0F72A75A-3CCE-46FA-A4B8-333978B5C0A8@arm.com> <209EAFAF-C047-4CD1-BEF9-72FC3FFEE7B1@ericsson.com> <413F2C93-F465-4116-9F1E-0755CBC07D24@arm.com> <CF3412E7-1FCC-4A25-A496-AF58B75825DB@ericsson.com> <90ECE0E2-40D2-4F00-A50F-A8CC0F9647E6@arm.com> <BFDA52C3-B49C-4A57-A271-AC2D76835E56@ericsson.com> <BF8C7E20-2625-40D8-BF40-0A1C8047CF35@arm.com> <A99EBDDE-CB0A-4629-83E4-33E7B8D1D539@ericsson.com> <F8FCB446-3695-47F1-B595-916D2212DBCE@arm.com> <BFCE0CA8-8BFE-4418-9E87-E8E4ECD9842D@ericsson.com> <FFB04D34-FF93-4F34-BF81-25608C7E7338@arm.com> <AC50F19A-44B3-4C67-9356-FEF0434F9A22@ericsson.com>
Comments: In-reply-to Christer Holmberg <christer.holmberg@ericsson.com> message dated "Fri, 23 Aug 2019 12:23:51 -0000."
X-Mailer: MH-E 8.6; nmh 1.6; GNU Emacs 24.5.1
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature"
Date: Fri, 23 Aug 2019 16:50:48 -0400
Message-ID: <15320.1566593448@dooku.sandelman.ca>
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/F-tI9etNf8wSPI-YP_sOUhktVD8>
Subject: Re: [core] MULTIPART-CT: A few editorial comments
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Aug 2019 20:50:23 -0000

--=-=-=
Content-Type: text/plain


Christer Holmberg <christer.holmberg@ericsson.com> wrote:
    > Pull request: https://github.com/core-wg/multipart-ct/pull/26

looks good to me too.


--
Michael Richardson <mcr+IETF@sandelman.ca>, Sandelman Software Works
 -= IPv6 IoT consulting =-




--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEERK+9HEcJHTJ9UqTMlUzhVv38QpAFAl1gUagACgkQlUzhVv38
QpDyCwf8CInE3ktegaTsYzUn2lWOMyFZoDEKovj8vgajcwWEIb64lcwsc1Wzdcfj
4qMDXmP8ROQrHJDPxkPjxWHv5qiYqYyXts+g79RINcjZyn26JUwDFS48/FmO6cYO
/I4RY7FoPiFdeObsGtwLfTNVCzC+ZUo+iMrEwcnWQ2l6Kkxm0d1vl5eHY8+7J97i
bCK9zp9cLM7mukT4XQ74A3KanJIdCKBl1jc0THxDPiwXx9O/W89Fvo7Z69JWbZpF
aeOux3HYGRUzQdGjeM2vOk+420XG7q/zrJ/RVdIJkH8c/fb8aC58r+kUx51HHQs0
z1wKVdXP8gUCd0UVnKoB0UROjna2mQ==
=jIpP
-----END PGP SIGNATURE-----
--=-=-=--


From nobody Sun Aug 25 18:08:28 2019
Return-Path: <Matthew.Gillmore@itron.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id DCD36120041 for <core@ietfa.amsl.com>; Sun, 25 Aug 2019 18:08:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.001
X-Spam-Level: 
X-Spam-Status: No, score=-2.001 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=itron.com
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 y6WzSXhzNVIk for <core@ietfa.amsl.com>; Sun, 25 Aug 2019 18:08:24 -0700 (PDT)
Received: from NAM02-BL2-obe.outbound.protection.outlook.com (mail-eopbgr750054.outbound.protection.outlook.com [40.107.75.54]) (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 A042212001E for <core@ietf.org>; Sun, 25 Aug 2019 18:08:24 -0700 (PDT)
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=gL9GiCIfQ4Kvn7BSPhoO1OToSR698+ijmo4S6j4tKhSBwEBy4B6jPDvwfPDYd0ZzLQFrQ2Ypiq1aaAggb9YD8iAbQ1Vk3EXs8o+i4VquBbJWRHJo93IHjYH1N7poxJ6VFHmPV6aUmQYhiCwKKOP8ba2Vhtyuuqz1TJqgzROdWxSNs1Cvv9aXPFl/qlka8YIsYvV9WPNJYqOSCgEafDsXLZ11ya9PoeFI9yYajNUROnXtOKAVq9/e8AkqULfIDNSNlmkz6wANrqrrXCM/MJVgrIZapiPsR7q2LDYHUMYNW/wgp7/9bpWb+hbdHkcQPfeVXefv6gggPPjnPY8GvXDHlg==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=H5SJx5yLvVsSnH0Ei6NgKSXxs4qX+sTd9KsCf3W6vEE=; b=MtydO2UkegnaxaYRj76P12x+sMEM5ErGjBptRaN3sugBktCA5riEQW/OKs2NTaiB6D+W2LBKXclUoAqa0qcyJ3+QxTcCR8lL4plI5NKcbwZlwLaaZzRYIlPt7BUMYAzz6yr5HBW6oVOjd+pzG6CI03dbDfeoEI0/GbpFnOHccblgnZtNTCg/roEwJqyqtoP1cs9+54iht578Ip8rFe/rkrhIA92u9uNQUTjSDPX9hD6AYep6DV+hQKKA8bZk55gT2Sw+OXoziWPlnklOj2ouB6z+yzFzURRfQlvVZA52kLvi9pNhayi11djoiyLEANXiuVptQIalPH2oGqnaSJgIyA==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=itron.com; dmarc=pass action=none header.from=itron.com; dkim=pass header.d=itron.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=itron.com; s=selector2; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=H5SJx5yLvVsSnH0Ei6NgKSXxs4qX+sTd9KsCf3W6vEE=; b=i8vTd4PxsyWqN+2R5ugthh4uihnLOun6RG3VOWuasTBOu/gcUZkOzLGRcyYIThthXce+W1qi68E01m+T8bRL7S5IYuHvfNLA0k19/nDuSZ/I1rf5Wt0qkDEe1EzTmrYU38QuCf/RY1fXpj0D7OlINM9x8JWmObthVmRNDhdRoiw=
Received: from DM6PR04MB5129.namprd04.prod.outlook.com (20.176.111.202) by DM6PR04MB6634.namprd04.prod.outlook.com (10.186.143.135) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2199.21; Mon, 26 Aug 2019 01:08:22 +0000
Received: from DM6PR04MB5129.namprd04.prod.outlook.com ([fe80::c5bf:840f:34ea:12ba]) by DM6PR04MB5129.namprd04.prod.outlook.com ([fe80::c5bf:840f:34ea:12ba%5]) with mapi id 15.20.2178.023; Mon, 26 Aug 2019 01:08:22 +0000
From: "Gillmore, Matthew" <Matthew.Gillmore@itron.com>
To: =?utf-8?B?QXJpIEtlcsOkbmVu?= <ari.keranen@ericsson.com>, =?utf-8?B?SmFpbWUgSmltw6luZXo=?= <jaime@iki.fi>, "core@ietf.org" <core@ietf.org>
Thread-Topic: =?utf-8?B?W2NvcmVdICDwn5SUIENvUkUgV29ya2luZyBHcm91cCBBZG9wdGlvbiBjYWxs?= =?utf-8?Q?_for_draft-bormann-senml-more-units-03?=
Thread-Index: AQHVV/sePPhbswI+gE2CDRhzRYj53acMpPgA
Date: Mon, 26 Aug 2019 01:08:21 +0000
Message-ID: <DM6PR04MB5129C4EABA2EA09BF123EF1698A10@DM6PR04MB5129.namprd04.prod.outlook.com>
References: <20190821082234.5ostmp5mwdzn6uk7@EMB-918HFH01> <20190821082555.whoele3gzsm4ymsg@EMB-918HFH01> <C85CF40B-2F00-4C5C-928A-34C5E4D8A1A2@ericsson.com>
In-Reply-To: <C85CF40B-2F00-4C5C-928A-34C5E4D8A1A2@ericsson.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
authentication-results: spf=none (sender IP is ) smtp.mailfrom=Matthew.Gillmore@itron.com; 
x-originating-ip: [71.197.23.69]
x-ms-publictraffictype: Email
x-ms-office365-filtering-correlation-id: 5a511c67-47a8-4cd2-effb-08d729c1e3ad
x-ms-office365-filtering-ht: Tenant
x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600166)(711020)(4605104)(1401327)(4618075)(2017052603328)(7193020); SRVR:DM6PR04MB6634; 
x-ms-traffictypediagnostic: DM6PR04MB6634:
x-ms-exchange-purlcount: 1
x-microsoft-antispam-prvs: <DM6PR04MB6634BC4581CC3F2744020FCA98A10@DM6PR04MB6634.namprd04.prod.outlook.com>
x-ms-oob-tlc-oobclassifiers: OLM:8273;
x-forefront-prvs: 01415BB535
x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(39850400004)(136003)(376002)(366004)(396003)(346002)(189003)(13464003)(199004)(66574012)(8936002)(66066001)(316002)(33656002)(110136005)(86362001)(74316002)(6436002)(52536014)(305945005)(81156014)(81166006)(7736002)(66556008)(76116006)(64756008)(66446008)(66946007)(5660300002)(446003)(11346002)(486006)(2906002)(476003)(6506007)(53546011)(2501003)(71200400001)(71190400001)(6116002)(478600001)(14454004)(3846002)(102836004)(26005)(14444005)(66476007)(256004)(76176011)(7696005)(229853002)(9686003)(25786009)(55016002)(6306002)(6246003)(966005)(99286004)(186003)(53936002); DIR:OUT; SFP:1101; SCL:1; SRVR:DM6PR04MB6634; H:DM6PR04MB5129.namprd04.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; MX:1; A:1; 
received-spf: None (protection.outlook.com: itron.com does not designate permitted sender hosts)
x-ms-exchange-senderadcheck: 1
x-microsoft-antispam-message-info: XTKdp8MBRpE7DtiAhzNWqINEpdGWF/YllAdieXWCGf13fWGwRJRFoRFxd3XfREKzInrHjwFGsn69fMgdUqyy2jNEVCu3j1SPXnwP4mjKcH/ldcIWWlf8ktlx/7iRe+tIj0rjHHIhLb7l7zYmkwDlxDI2wOI8FP8cS/y//lbQtJOVvdzYyCTRYY6zK0sQUiH2M2RH6p+jJ/JjnYrKiDfNwaz/jng7r3DBuwqQ/qijqPjAKTb5CbCPmhVpCJJ5ym9NvFRDDi11bIf1MyLm4AeXs13N6GFv31nUHLEJQAt5Sg6DvdWvZ7YZ1giOsksQEuagA64kk/ipZwGdnbO7Re4AdH+qidAg+jAeiEalOzDE/WyXkJYWzJzh7ltcc0EMzfAreBlj3yZnE8DhNhzLCaaNRD5WAzAP8ZiX3PtnFcLnGYw=
x-ms-exchange-transport-forked: True
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-OriginatorOrg: itron.com
X-MS-Exchange-CrossTenant-Network-Message-Id: 5a511c67-47a8-4cd2-effb-08d729c1e3ad
X-MS-Exchange-CrossTenant-originalarrivaltime: 26 Aug 2019 01:08:21.9959 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 5818bd20-bf25-47b1-b996-d419d7e6e8ba
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
X-MS-Exchange-CrossTenant-userprincipalname: n46BB3UdtundcrgOwt451lLEbbH/2HYWsdo/8JlejvCR/6iSDsIzhYXWpEIYyYfMXPadDw4nEVZYTV1TtkjRww==
X-MS-Exchange-Transport-CrossTenantHeadersStamped: DM6PR04MB6634
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/eUcFxz4l9wrNit5h5aBQXp-P0M4>
Subject: Re: [core]  =?utf-8?q?=F0=9F=94=94_CoRE_Working_Group_Adoption_call_f?= =?utf-8?q?or_draft-bormann-senml-more-units-03?=
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 26 Aug 2019 01:08:27 -0000

KzENCg0KSSBhbSB0aGUgY2hhaXIgb2YgdGhlIE9NQSBJUFNPIHdvcmtpbmcgZ3JvdXAgYW5kIGZ1
bGx5IHN1cHBvcnQgYWRvcHRpbmcgdGhpcyBkb2N1bWVudC4gICBTRU5NTCB1bml0cyBhcmUgdGhl
IHN0YW5kYXJkIGZvciBzbWFydCBvYmplY3RzIGluIE9NQS4NCg0KLS0tLS1PcmlnaW5hbCBNZXNz
YWdlLS0tLS0NCkZyb206IGNvcmUgPGNvcmUtYm91bmNlc0BpZXRmLm9yZz4gT24gQmVoYWxmIE9m
IEFyaSBLZXLDpG5lbg0KU2VudDogV2VkbmVzZGF5LCBBdWd1c3QgMjEsIDIwMTkgNDozMyBBTQ0K
VG86IEphaW1lIEppbcOpbmV6IDxqYWltZUBpa2kuZmk+OyBjb3JlQGlldGYub3JnDQpTdWJqZWN0
OiBbRVhURVJOQUxdIFJlOiBbY29yZV0g8J+UlCBDb1JFIFdvcmtpbmcgR3JvdXAgQWRvcHRpb24g
Y2FsbCBmb3IgZHJhZnQtYm9ybWFubi1zZW5tbC1tb3JlLXVuaXRzLTAzDQoNCkkgc3VwcG9ydCBh
ZG9wdGluZyB0aGlzIGRvY3VtZW50LiANCg0KVGhlIG5ldyByZWdpc3RyeSBhbmQgdW5pdHMgYXJl
IGltcG9ydGFudCBmb3IgT01BIFNwZWNXb3Jrc+KAmSBJUFNPIG1vZGVscyB1c2Ugb2YgU2VuTUwg
YW5kIGFsc28gdmVyeSB1c2VmdWwgZm9yIFNlbk1MIGF0IGxhcmdlLiANCg0KDQpDaGVlcnMsDQpB
cmkNCg0KPiBPbiAyMSBBdWcgMjAxOSwgYXQgMTEuMjYsIEphaW1lIEppbcOpbmV6IDxqYWltZUBp
a2kuZmk+IHdyb3RlOg0KPiANCj4gDQo+IEZvcmdvdCB0byBhZGQgdGhhdCB0aGUgY2FsbCB3aWxs
IGxhc3QgYSBjb3VwbGUgb2Ygd2Vla3MgYW5kIHdpbGwgZW5kIA0KPiB0aGUgNHRoIG9mIFNlcHRl
bWJlci4NCj4gDQo+PiBPbiBXZWQsIEF1ZyAyMSwgMjAxOSBhdCAxMToyMjozNEFNICswMzAwLCBK
YWltZSBKaW3DqW5leiB3cm90ZToNCj4+IERlYXIgQ29yZSBXRywNCj4+IA0KPj4gV2Ugd291bGQg
bGlrZSB0byBzdGFydCB0aGUgY2FsbCBmb3IgYWRvcHRpb24gb24gDQo+PiBkcmFmdC1ib3JtYW5u
LXNlbm1sLW1vcmUtdW5pdHMtMDMuDQo+Pj4gRnJvbSB0aGUgbWludXRlcyBJIHNlZSB0aGVyZSB3
YXMgaW50ZXJlc3QgaW4gdGhlIHJvb20gZHVyaW5nIElFVEYgMTA1Lg0KPj4gDQo+PiBUaGUgZHJh
ZnQgcmVnaXN0ZXJzIHNvbWUgYWRkaXRpb25hbCBiYXNpYyB1bml0IHR5cGVzIGZvciBTZW5NTCAo
ZS5nLg0KPj4gQnl0ZSwgZXRjKS4gSXQgYWxzbyBwcm9wb3NlcyBhIHNlY29uZGFyeSByZWdpc3Ry
eSBvZiBkZXJpdmVkIHVuaXRzIA0KPj4gKGUuZy4gbWlsaXNlY29uZCwgbWludXRlLCBldGMpICB3
aXRoIGRpZmZlcmVudCBzY2FsZXMgYW5kIG9mZnNldCB0aGF0IA0KPj4gYmV0dGVyIGFkanVzdCB0
byB0aGVpciAiY29tbW9uIHVzZXMiLg0KPj4gDQo+PiBBdCBhIGdlbmVyYWwgbGV2ZWwgdGhlIG5l
ZWQgZm9yIHRoaXMgc2Vjb25kYXJ5IHJlZ2lzdHJ5IGhhcyBiZWVuIA0KPj4gZGlzY3Vzc2VkIGlu
IG90aGVyIFNET3MgYW5kIHRoZXkgdG9vIGZvdW5kIGl0IHdvdWxkIGJlIHVzZWZ1bCB0byBoYXZl
Lg0KPj4gSW4gb3JkZXIgdG8gZW5jb3VyYWdlIGludGVyb3BlcmFiaWxpdHkgdGhlIG1haW4gdW5p
dCByZWdpc3RyeSB3b3VsZCANCj4+IGJlIG1vcmUgcmVzdHJpY3RlZC4NCj4+IA0KPj4gQlIsDQo+
PiAtLSBKYWltZSBKaW3DqW5leg0KPj4gDQo+PiBfX19fX19fX19fX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fX19fXw0KPj4gY29yZSBtYWlsaW5nIGxpc3QNCj4+IGNvcmVAaWV0Zi5v
cmcNCj4+IGh0dHBzOi8vd3d3LmlldGYub3JnL21haWxtYW4vbGlzdGluZm8vY29yZQ0KPiANCj4g
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18NCj4gY29yZSBt
YWlsaW5nIGxpc3QNCj4gY29yZUBpZXRmLm9yZw0KPiBodHRwczovL3d3dy5pZXRmLm9yZy9tYWls
bWFuL2xpc3RpbmZvL2NvcmUNCg==


From nobody Mon Aug 26 00:31:53 2019
Return-Path: <jaime@iki.fi>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 031B8120830 for <core@ietfa.amsl.com>; Mon, 26 Aug 2019 00:31:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.821
X-Spam-Level: 
X-Spam-Status: No, score=-1.821 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_NEUTRAL=0.779] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=messagingengine.com
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 utylxTF3RRWA for <core@ietfa.amsl.com>; Mon, 26 Aug 2019 00:31:42 -0700 (PDT)
Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D8561120857 for <core@ietf.org>; Mon, 26 Aug 2019 00:31:42 -0700 (PDT)
Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id 47BEC2E5 for <core@ietf.org>; Mon, 26 Aug 2019 03:31:42 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Mon, 26 Aug 2019 03:31:42 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=Ll9gBaAwHdt6uJ/lAk00spf0lPfTo38doJdti/AJD Xs=; b=Vq5MsNYdq2VsdaOEA59ugeW2gqccOwbmDRUk7sOeDbt1ZIFIaZlhkBtrD +13YKp7aOcGkhzPaNueKQ9XJ3YAnS7U9E4XMQDUyUi7AVUMo9LHRi6mFswZqCtGC 9fexjDRV0YEvEutFuhsU8r9rBQ2F04N4RS7eowT/Fy0UT7OYZmZs7pqvApLvzDpd wBKKlUKNwXWxAjJKYciKYgiKcN4/qX+5mpS/8RZmae6PhJucPYbqzIwfze1LXRns znX4qCUN/Fc21c8/fa6hXWTYGv7vRmeYN4SS1v/mav6XZs1tTPvO6HvpwB2HtoRB OIRzKewj9ouLi9ZeZNPAui4eHFQ4Q==
X-ME-Sender: <xms:3YpjXX3CKKiqlLdNsT2atvPEFW-2a08Yr19hi7aIVDnT_tSvqAYbuw>
X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrudehfedguddvudcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepfffhvffukfhfgggtugfgjggfse htkeertddtredunecuhfhrohhmpeflrghimhgvucflihhmrohnvgiiuceojhgrihhmvges ihhkihdrfhhiqeenucffohhmrghinhepihgvthhfrdhorhhgnecukfhppeefjedrvddule drheehrdduvdegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehjrghimhgvsehikhhirdhf ihenucevlhhushhtvghrufhiiigvpedt
X-ME-Proxy: <xmx:3YpjXU07NXKRI5ndNnCjWWDR5-DwRxBFzpnYEguV8DulOkURge1iGw> <xmx:3YpjXXf2SuqXcCTpbbNHfeaE4LJuUJcCeVNfEbwos04XRAB3Ezlm3w> <xmx:3YpjXXIgRSSOkKEWyAlqlxekJiZsDUo8Us5oSJJ3McSFIIqMoanojQ> <xmx:3YpjXdHOYkyVvpHrYyow6W8qM-0QmTH-pX-tu8tO_k8NIORAkhHlYA>
Received: from EMB-918HFH01 (37-219-55-124.nat.bb.dnainternet.fi [37.219.55.124]) by mail.messagingengine.com (Postfix) with ESMTPA id DB56F80059 for <core@ietf.org>; Mon, 26 Aug 2019 03:31:40 -0400 (EDT)
Date: Mon, 26 Aug 2019 10:31:28 +0300
From: =?utf-8?Q?Jaime=20Jim=C3=A9nez?= <jaime@iki.fi>
To: core@ietf.org
Message-ID: <20190826073128.eprl65oz3gn37xya@EMB-918HFH01>
References: <20190821082234.5ostmp5mwdzn6uk7@EMB-918HFH01> <20190821082555.whoele3gzsm4ymsg@EMB-918HFH01>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <20190821082555.whoele3gzsm4ymsg@EMB-918HFH01>
User-Agent: NeoMutt/20180716
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/eokFfstFjSC92XmYLHzMcKnGq94>
Subject: Re: [core]  =?utf-8?q?=F0=9F=94=94_CoRE_Working_Group_Adoption_call_f?= =?utf-8?q?or_draft-bormann-senml-more-units-03?=
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 26 Aug 2019 07:31:53 -0000

Dear all,

as there seems to be some timing issues with the deadline of the WGA, 
I'd like to move it ahead few days to the 1st of September. 

I hope this does not create problems to potential reviewers as there is
still this week to provide feedback.

BR,
-- Jaime Jiménez

On Wed, Aug 21, 2019 at 11:25:55AM +0300, Jaime Jiménez wrote:
> 
> Forgot to add that the call will last a couple of weeks and will end the 
> 4th of September.
> 
> On Wed, Aug 21, 2019 at 11:22:34AM +0300, Jaime Jiménez wrote:
> > Dear Core WG,
> > 
> > We would like to start the call for adoption on
> > draft-bormann-senml-more-units-03.
> > >From the minutes I see there was interest in the room during IETF 105.
> > 
> > The draft registers some additional basic unit types for SenML (e.g.
> > Byte, etc). It also proposes a secondary registry of derived units 
> > (e.g. milisecond, minute, etc)  with different scales and
> > offset that better adjust to their "common uses".
> > 
> > At a general level the need for this secondary registry has been
> > discussed in other SDOs and they too found it would be useful to have.
> > In order to encourage interoperability the main unit registry would be
> > more restricted.
> > 
> > BR,
> > -- Jaime Jiménez
> > 
> > _______________________________________________
> > core mailing list
> > core@ietf.org
> > https://www.ietf.org/mailman/listinfo/core
> 
> _______________________________________________
> core mailing list
> core@ietf.org
> https://www.ietf.org/mailman/listinfo/core


From nobody Mon Aug 26 02:14:50 2019
Return-Path: <jprado@omaorg.org>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8799C120048 for <core@ietfa.amsl.com>; Mon, 26 Aug 2019 02:14:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.001
X-Spam-Level: 
X-Spam-Status: No, score=-2.001 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=omaorg.org
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 gZDv2CS6Ofen for <core@ietfa.amsl.com>; Mon, 26 Aug 2019 02:14:43 -0700 (PDT)
Received: from GBR01-LO2-obe.outbound.protection.outlook.com (mail-eopbgr100095.outbound.protection.outlook.com [40.107.10.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AD1F2120111 for <core@ietf.org>; Mon, 26 Aug 2019 02:14:42 -0700 (PDT)
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ltARlgSNaIOshP4aD7GBylpEJD2JVSdSQ1qXLHvm032HTcac7Ilg6I++EVlOphRlpEJDZoNcYk8HTbP2YPMsorXYZvUcKHWVdXtoR62ZhDeCHeaG0zQwYOfe3n03LRxIqYOE9jtZ6juvxXi+JWALhlQsAz7+czny0mxDr5wE+zoPGlYomLGzoid+myg4GQjVZaYRrj6FiHnHzwKfDtfCfaGJOIAWDwV8QGFyynlFXfTSBCrzkoW2APbdyB393fUSyWC9Pq6tPl/Zp30mYnmgypz4plvs39Jch68ZKalvZolp/XqNAervSd1/+y7F9fxPXQRe+IxFYn+yL3fdCRImGg==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=EOmLxmasyfjf7CMLpKHBwLHlcA3IigEF9FTVBIKGLpU=; b=E+7ngcID70gRmdhIKdWmD+3fFSmdRp5+ghdIeljC2DKpfBCsk/avaU7FspF95XxMo3GNkNRasrvdR4Eb/Re/Orrjdy0DDgZRfHjtJ+GGVbuDcjOK5sGUa8ALN3a55N+2wT2qisf9k6+1WX5NBcK1G9a3oW4PUGfFcb0K5G8Pb0xZiexd6nRtEDsnVGmRlXJ9ny6KUE4dODTrhTo09uXCjIkbQ79c1xlzTnuEo9ebgBJ20ddGaNlw1toVG2Njgh2GgWT61yJtnXAq9nEY243uT4Ma8JvGIg1OMSgBgkr7u/a6JYUEEefrDFdtmEZt/Y5fPpCA/q2o/W4t8jZMiWHIeQ==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=omaorg.org; dmarc=pass action=none header.from=omaorg.org; dkim=pass header.d=omaorg.org; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=omaorg.org; s=selector2; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=EOmLxmasyfjf7CMLpKHBwLHlcA3IigEF9FTVBIKGLpU=; b=nskORrCi+CBgREwNVIKW5J+3IkW1BXH1TQ3Yq6sUPaag4Pn93Nh8+A0/cXiWFPk3SzW02xQe3vlMKDaSr5taFei4K6rXbElMZhsA/isOvShR7ABXEVLn3XTH3BmNhIF/fPjbYUsp7LtXKOwnv3p1cMJZEi4onbmNA1KVaeJ5s+k=
Received: from CWXP265MB0296.GBRP265.PROD.OUTLOOK.COM (10.164.145.145) by CWXP265MB1736.GBRP265.PROD.OUTLOOK.COM (20.176.50.19) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2199.19; Mon, 26 Aug 2019 09:14:40 +0000
Received: from CWXP265MB0296.GBRP265.PROD.OUTLOOK.COM ([fe80::5d8c:2e9d:6cbc:93d3]) by CWXP265MB0296.GBRP265.PROD.OUTLOOK.COM ([fe80::5d8c:2e9d:6cbc:93d3%6]) with mapi id 15.20.2199.021; Mon, 26 Aug 2019 09:14:40 +0000
From: Joaquin Prado <jprado@omaorg.org>
To: "Gillmore, Matthew" <Matthew.Gillmore@itron.com>, =?utf-8?B?QXJpIEtlcsOkbmVu?= <ari.keranen@ericsson.com>, =?utf-8?B?SmFpbWUgSmltw6luZXo=?= <jaime@iki.fi>, "core@ietf.org" <core@ietf.org>
Thread-Topic: =?utf-8?B?W2NvcmVdICDwn5SUIENvUkUgV29ya2luZyBHcm91cCBBZG9wdGlvbiBjYWxs?= =?utf-8?Q?_for_draft-bormann-senml-more-units-03?=
Thread-Index: AQHVV/oUaMyuAV/o906E+CwE69H3l6cFRjSAgAdfWICAAJikAA==
Date: Mon, 26 Aug 2019 09:14:40 +0000
Message-ID: <646CF47C-ED1A-4163-A957-EE88E1AB9CD7@omaorg.org>
References: <20190821082234.5ostmp5mwdzn6uk7@EMB-918HFH01> <20190821082555.whoele3gzsm4ymsg@EMB-918HFH01> <C85CF40B-2F00-4C5C-928A-34C5E4D8A1A2@ericsson.com> <DM6PR04MB5129C4EABA2EA09BF123EF1698A10@DM6PR04MB5129.namprd04.prod.outlook.com>
In-Reply-To: <DM6PR04MB5129C4EABA2EA09BF123EF1698A10@DM6PR04MB5129.namprd04.prod.outlook.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/10.1c.0.190812
authentication-results: spf=none (sender IP is ) smtp.mailfrom=jprado@omaorg.org; 
x-originating-ip: [185.217.117.217]
x-ms-publictraffictype: Email
x-ms-office365-filtering-correlation-id: 2f6c01d7-3a1a-4f02-27fc-08d72a05d345
x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(7021145)(8989299)(4534185)(7022145)(4603075)(4627221)(201702281549075)(8990200)(7048125)(7024125)(7027125)(7023125)(5600166)(711020)(4605104)(1401327)(2017052603328)(7193020); SRVR:CWXP265MB1736; 
x-ms-traffictypediagnostic: CWXP265MB1736:
x-ms-exchange-purlcount: 1
x-microsoft-antispam-prvs: <CWXP265MB1736F4A94137EE78C0131C3DB5A10@CWXP265MB1736.GBRP265.PROD.OUTLOOK.COM>
x-ms-oob-tlc-oobclassifiers: OLM:8273;
x-forefront-prvs: 01415BB535
x-forefront-antispam-report: SFV:NSPM; SFS:(10019020)(396003)(39830400003)(136003)(346002)(366004)(376002)(199004)(189003)(13464003)(14454004)(36756003)(33656002)(71190400001)(81166006)(71200400001)(81156014)(486006)(7736002)(316002)(25786009)(76176011)(229853002)(11346002)(2616005)(5660300002)(99286004)(476003)(6246003)(2906002)(446003)(86362001)(6512007)(66066001)(305945005)(66574012)(508600001)(6486002)(2501003)(14444005)(256004)(186003)(102836004)(8936002)(91956017)(76116006)(58126008)(6116002)(6436002)(66476007)(66556008)(64756008)(66446008)(26005)(66946007)(966005)(110136005)(53546011)(6306002)(6506007)(3846002)(53936002); DIR:OUT; SFP:1102; SCL:1; SRVR:CWXP265MB1736; H:CWXP265MB0296.GBRP265.PROD.OUTLOOK.COM; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; A:1; MX:1; 
received-spf: None (protection.outlook.com: omaorg.org does not designate permitted sender hosts)
x-ms-exchange-senderadcheck: 1
x-microsoft-antispam-message-info: nNdOVtC2K76Eg2oALkfkbJtGmy9PQu8x8WL9GPCmhr3G22Xy9N3v9XGjkm2Yq4XM5XiFcwyK8rwJgbpKYSvOMCnkZcHGtMwcu7vxtTttvZ6P0f1LysbSqzUg7bH2plWlM4pagsdf1zJt/WHCapReLQiXSOnj6gaFhqcko9bDA4UulLCQTa8+CS7QKLUSqscAhP4Rk+XWuY4x1l6lw1qrx3/fFC5lFojKZuSgE7h0x1z8W8kZydp4t5UbGM9S4jBI/A6UEw03DjEaTbsGFld2i6r8UlVs9+gvxz4dPcd2fpYGrVz5pCOMR6O/VdSlJNDE8FVgPH3b+ZoPmLVZ3KWGOl+kWm0JVBZpuCQ1eEpnTCXwwA5zIWFmtqAw4cdOuFRoelan62tR9BFmLg/fMP0TkCKndoix8XJ5lnLSWepbSRE=
x-ms-exchange-transport-forked: True
Content-Type: text/plain; charset="utf-8"
Content-ID: <CD32B8E6BC746C4F84557FC886294C5F@GBRP265.PROD.OUTLOOK.COM>
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-OriginatorOrg: omaorg.org
X-MS-Exchange-CrossTenant-Network-Message-Id: 2f6c01d7-3a1a-4f02-27fc-08d72a05d345
X-MS-Exchange-CrossTenant-originalarrivaltime: 26 Aug 2019 09:14:40.2932 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: f138e5d0-562e-4e16-8ba8-772239227ed6
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
X-MS-Exchange-CrossTenant-userprincipalname: lwcdjJeNMP3ESotlrJ3zsaDSheEvLRtyBHiZMGTOolwVeaXYMxTNMGwOweV/a7SNhDyqWpC/p8shg5oOPWZ8cg==
X-MS-Exchange-Transport-CrossTenantHeadersStamped: CWXP265MB1736
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/8dF9c1H58L0oihTjzQgMeM-e1Jc>
Subject: Re: [core]  =?utf-8?q?=F0=9F=94=94_CoRE_Working_Group_Adoption_call_f?= =?utf-8?q?or_draft-bormann-senml-more-units-03?=
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 26 Aug 2019 09:14:49 -0000

KzENCkkgYW0gdGhlIGFkbWluaXN0cmF0b3Igb2YgdGhlIE9NQSBMd00yTSByZWdpc3RyeSBhbmQg
SSBmdWxseSBzdXBwb3J0IGRyYWZ0LWJvcm1hbm4tc2VubWwtbW9yZS11bml0cy0wMy4NCg0KV2Ug
bmVlZCB0aGUgaW1wbGVtZW50YXRpb24gb2YgdGhlIHNlY29uZGFyeSByZWdpc3RyeSBvZiBkZXJp
dmVkIHVuaXRzLiAgQ3VycmVudGx5LCB3ZSBoYXZlIE9iamVjdHMgdGhhdCBhcmUgZmFpbGluZyB0
aGUgdmFsaWRhdGlvbiBiZWNhdXNlIHNvbWUgb2YgdGhlc2UgdW5pdHMgYXJlIG1pc3NpbmcgZnJv
bSBTZW5NTCByZWdpc3RyeS4gDQpPdXIgTHdNMk0gdG9vbHMgYXJlIHJlYWRpbmcgZGlyZWN0bHkg
dGhlIHVuaXRzIGZyb20gdGhlIFNlbk1MIHJlZ2lzdHJ5Lg0KDQpSZWdhcmRzDQpKb2FxdWluIFBy
YWRvDQoNCu+7v09uIDgvMjYvMTksIDI6MDggQU0sICJjb3JlIG9uIGJlaGFsZiBvZiBHaWxsbW9y
ZSwgTWF0dGhldyIgPGNvcmUtYm91bmNlc0BpZXRmLm9yZyBvbiBiZWhhbGYgb2YgTWF0dGhldy5H
aWxsbW9yZUBpdHJvbi5jb20+IHdyb3RlOg0KDQogICAgKzENCiAgICANCiAgICBJIGFtIHRoZSBj
aGFpciBvZiB0aGUgT01BIElQU08gd29ya2luZyBncm91cCBhbmQgZnVsbHkgc3VwcG9ydCBhZG9w
dGluZyB0aGlzIGRvY3VtZW50LiAgIFNFTk1MIHVuaXRzIGFyZSB0aGUgc3RhbmRhcmQgZm9yIHNt
YXJ0IG9iamVjdHMgaW4gT01BLg0KICAgIA0KICAgIC0tLS0tT3JpZ2luYWwgTWVzc2FnZS0tLS0t
DQogICAgRnJvbTogY29yZSA8Y29yZS1ib3VuY2VzQGlldGYub3JnPiBPbiBCZWhhbGYgT2YgQXJp
IEtlcsOkbmVuDQogICAgU2VudDogV2VkbmVzZGF5LCBBdWd1c3QgMjEsIDIwMTkgNDozMyBBTQ0K
ICAgIFRvOiBKYWltZSBKaW3DqW5leiA8amFpbWVAaWtpLmZpPjsgY29yZUBpZXRmLm9yZw0KICAg
IFN1YmplY3Q6IFtFWFRFUk5BTF0gUmU6IFtjb3JlXSDwn5SUIENvUkUgV29ya2luZyBHcm91cCBB
ZG9wdGlvbiBjYWxsIGZvciBkcmFmdC1ib3JtYW5uLXNlbm1sLW1vcmUtdW5pdHMtMDMNCiAgICAN
CiAgICBJIHN1cHBvcnQgYWRvcHRpbmcgdGhpcyBkb2N1bWVudC4gDQogICAgDQogICAgVGhlIG5l
dyByZWdpc3RyeSBhbmQgdW5pdHMgYXJlIGltcG9ydGFudCBmb3IgT01BIFNwZWNXb3Jrc+KAmSBJ
UFNPIG1vZGVscyB1c2Ugb2YgU2VuTUwgYW5kIGFsc28gdmVyeSB1c2VmdWwgZm9yIFNlbk1MIGF0
IGxhcmdlLiANCiAgICANCiAgICANCiAgICBDaGVlcnMsDQogICAgQXJpDQogICAgDQogICAgPiBP
biAyMSBBdWcgMjAxOSwgYXQgMTEuMjYsIEphaW1lIEppbcOpbmV6IDxqYWltZUBpa2kuZmk+IHdy
b3RlOg0KICAgID4gDQogICAgPiANCiAgICA+IEZvcmdvdCB0byBhZGQgdGhhdCB0aGUgY2FsbCB3
aWxsIGxhc3QgYSBjb3VwbGUgb2Ygd2Vla3MgYW5kIHdpbGwgZW5kIA0KICAgID4gdGhlIDR0aCBv
ZiBTZXB0ZW1iZXIuDQogICAgPiANCiAgICA+PiBPbiBXZWQsIEF1ZyAyMSwgMjAxOSBhdCAxMToy
MjozNEFNICswMzAwLCBKYWltZSBKaW3DqW5leiB3cm90ZToNCiAgICA+PiBEZWFyIENvcmUgV0cs
DQogICAgPj4gDQogICAgPj4gV2Ugd291bGQgbGlrZSB0byBzdGFydCB0aGUgY2FsbCBmb3IgYWRv
cHRpb24gb24gDQogICAgPj4gZHJhZnQtYm9ybWFubi1zZW5tbC1tb3JlLXVuaXRzLTAzLg0KICAg
ID4+PiBGcm9tIHRoZSBtaW51dGVzIEkgc2VlIHRoZXJlIHdhcyBpbnRlcmVzdCBpbiB0aGUgcm9v
bSBkdXJpbmcgSUVURiAxMDUuDQogICAgPj4gDQogICAgPj4gVGhlIGRyYWZ0IHJlZ2lzdGVycyBz
b21lIGFkZGl0aW9uYWwgYmFzaWMgdW5pdCB0eXBlcyBmb3IgU2VuTUwgKGUuZy4NCiAgICA+PiBC
eXRlLCBldGMpLiBJdCBhbHNvIHByb3Bvc2VzIGEgc2Vjb25kYXJ5IHJlZ2lzdHJ5IG9mIGRlcml2
ZWQgdW5pdHMgDQogICAgPj4gKGUuZy4gbWlsaXNlY29uZCwgbWludXRlLCBldGMpICB3aXRoIGRp
ZmZlcmVudCBzY2FsZXMgYW5kIG9mZnNldCB0aGF0IA0KICAgID4+IGJldHRlciBhZGp1c3QgdG8g
dGhlaXIgImNvbW1vbiB1c2VzIi4NCiAgICA+PiANCiAgICA+PiBBdCBhIGdlbmVyYWwgbGV2ZWwg
dGhlIG5lZWQgZm9yIHRoaXMgc2Vjb25kYXJ5IHJlZ2lzdHJ5IGhhcyBiZWVuIA0KICAgID4+IGRp
c2N1c3NlZCBpbiBvdGhlciBTRE9zIGFuZCB0aGV5IHRvbyBmb3VuZCBpdCB3b3VsZCBiZSB1c2Vm
dWwgdG8gaGF2ZS4NCiAgICA+PiBJbiBvcmRlciB0byBlbmNvdXJhZ2UgaW50ZXJvcGVyYWJpbGl0
eSB0aGUgbWFpbiB1bml0IHJlZ2lzdHJ5IHdvdWxkIA0KICAgID4+IGJlIG1vcmUgcmVzdHJpY3Rl
ZC4NCiAgICA+PiANCiAgICA+PiBCUiwNCiAgICA+PiAtLSBKYWltZSBKaW3DqW5leg0KICAgID4+
IA0KICAgID4+IF9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f
DQogICAgPj4gY29yZSBtYWlsaW5nIGxpc3QNCiAgICA+PiBjb3JlQGlldGYub3JnDQogICAgPj4g
aHR0cHM6Ly93d3cuaWV0Zi5vcmcvbWFpbG1hbi9saXN0aW5mby9jb3JlDQogICAgPiANCiAgICA+
IF9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fDQogICAgPiBj
b3JlIG1haWxpbmcgbGlzdA0KICAgID4gY29yZUBpZXRmLm9yZw0KICAgID4gaHR0cHM6Ly93d3cu
aWV0Zi5vcmcvbWFpbG1hbi9saXN0aW5mby9jb3JlDQogICAgX19fX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fX19fX19fX19fX18NCiAgICBjb3JlIG1haWxpbmcgbGlzdA0KICAgIGNv
cmVAaWV0Zi5vcmcNCiAgICBodHRwczovL3d3dy5pZXRmLm9yZy9tYWlsbWFuL2xpc3RpbmZvL2Nv
cmUNCiAgICANCg0K


From nobody Mon Aug 26 03:04:46 2019
Return-Path: <harri.hytonen@vaisala.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9A8B5120041 for <core@ietfa.amsl.com>; Mon, 26 Aug 2019 03:04:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.001
X-Spam-Level: 
X-Spam-Status: No, score=-2.001 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=vaisala.com
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 tBKUXnrRiLg4 for <core@ietfa.amsl.com>; Mon, 26 Aug 2019 03:04:34 -0700 (PDT)
Received: from EUR04-DB3-obe.outbound.protection.outlook.com (mail-eopbgr60064.outbound.protection.outlook.com [40.107.6.64]) (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 6ED9C12082C for <core@ietf.org>; Mon, 26 Aug 2019 03:04:34 -0700 (PDT)
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=N4MsqMKCkGNj5TAdvPCJyTqizuiGEMZPccywxT6Nzj3k3r+qfF7Q7DKPWIlinNX7OwDLMkEs3MnJFxKesPaFCVNt/Z+tl65x6JSSt53+xzlThP3J846obiCpcnFt7wGJC2KSnWWh+I9NmUtNlsl6h32usRTC5zU9kMOUlqngjTpQJtvxF5lQVYHBYe6UvMJiEsjb9Bhlckbjuf4z56+mbSyRDHEJkRx5Ku+Ggl00kd3mHDgifHGG77bjkTHo6gIv/WzeNfmQA3q0CkNDUjYzFgzFxecdT5ft8nhaAj/9SPI4haIdFCpraktn6LnvpRB6MaNaV42w3gMVp+/a2/PXmA==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=lmQQUoD7VQ0BrMx1jEqvzQBSTDcA/a3N8gy5EXc0exM=; b=YQHptsjQJFyUJfF1YwbKoC1Jaf+9i4yz2mwgR1O+xmsOKT4fK1Qwio3WUiHJwr499zi/pMkwaSi5OX+vwQlIzvhkpOUO1bKK3eqzZHCF6/wwgnelEoF+5RLI9QiehkXrdvFCGVU4LypyzcOT6gbelSxl1DlGTNg/isklqKtBBzY1SzQGCb/QpHfs/XUiTGKAMr0A33eKDLB0Up8ZD7L+urMX59RtL98yHQO+UCtnEc5WnvB/1cGUt7EhQrMdk2gOpVg3+Smg4p+PkRjz25wF8HLkBQbtDJW+tkea4hA3g3U/LNuzRIsy8+nDLLwUoZLCEoGnl1XI+DJ4y+lYVug0jw==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=vaisala.com; dmarc=pass action=none header.from=vaisala.com; dkim=pass header.d=vaisala.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vaisala.com; s=selector2; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=lmQQUoD7VQ0BrMx1jEqvzQBSTDcA/a3N8gy5EXc0exM=; b=iuXtDrWF4JjTgqatHk9ouT7OyUtjYJSFBy8zD8EOi8aoy+cRDfKyOEsk3l3FCfy7Rlk1XYDEFTtTLLrCJUJZWpip2XWs6vv5oUr0lES6l0eTh+SGHPnpLHsHLCR9XGU0R/3jGvM0fVzT8dezzN8jMC/pWNwjJ5V8kC6Lochi+wg=
Received: from HE1PR0602MB3369.eurprd06.prod.outlook.com (52.133.4.20) by HE1PR0602MB3660.eurprd06.prod.outlook.com (52.133.5.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2178.16; Mon, 26 Aug 2019 10:04:32 +0000
Received: from HE1PR0602MB3369.eurprd06.prod.outlook.com ([fe80::280e:49cb:61c4:1d28]) by HE1PR0602MB3369.eurprd06.prod.outlook.com ([fe80::280e:49cb:61c4:1d28%7]) with mapi id 15.20.2199.015; Mon, 26 Aug 2019 10:04:32 +0000
From: Hytonen Harri <harri.hytonen@vaisala.com>
To: Joaquin Prado <jprado@omaorg.org>, "Gillmore, Matthew" <Matthew.Gillmore@itron.com>, =?utf-8?B?QXJpIEtlcsOkbmVu?= <ari.keranen@ericsson.com>, =?utf-8?B?SmFpbWUgSmltw6luZXo=?= <jaime@iki.fi>, "core@ietf.org" <core@ietf.org>
Thread-Topic: =?utf-8?B?W2NvcmVdICDwn5SUIENvUkUgV29ya2luZyBHcm91cCBBZG9wdGlvbiBjYWxs?= =?utf-8?Q?_for_draft-bormann-senml-more-units-03?=
Thread-Index: AQHVV/oYtgph1hhdoEKnthXRT9nSEKcFRjSAgAdfWICAAIfgAIAABqqg
Date: Mon, 26 Aug 2019 10:04:31 +0000
Message-ID: <HE1PR0602MB336986E2BB59A2A14E2C5ADAF5A10@HE1PR0602MB3369.eurprd06.prod.outlook.com>
References: <20190821082234.5ostmp5mwdzn6uk7@EMB-918HFH01> <20190821082555.whoele3gzsm4ymsg@EMB-918HFH01> <C85CF40B-2F00-4C5C-928A-34C5E4D8A1A2@ericsson.com> <DM6PR04MB5129C4EABA2EA09BF123EF1698A10@DM6PR04MB5129.namprd04.prod.outlook.com> <646CF47C-ED1A-4163-A957-EE88E1AB9CD7@omaorg.org>
In-Reply-To: <646CF47C-ED1A-4163-A957-EE88E1AB9CD7@omaorg.org>
Accept-Language: fi-FI, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
msip_labels: MSIP_Label_d5842b46-9b7a-431a-b662-8cc44ff92a4e_Enabled=True; MSIP_Label_d5842b46-9b7a-431a-b662-8cc44ff92a4e_SiteId=6d7393e0-41f5-4c2e-9b12-4c2be5da5c57; MSIP_Label_d5842b46-9b7a-431a-b662-8cc44ff92a4e_Owner=harri.hytonen@vaisala.com; MSIP_Label_d5842b46-9b7a-431a-b662-8cc44ff92a4e_SetDate=2019-08-26T10:04:30.4512917Z; MSIP_Label_d5842b46-9b7a-431a-b662-8cc44ff92a4e_Name=Restricted; MSIP_Label_d5842b46-9b7a-431a-b662-8cc44ff92a4e_Application=Microsoft Azure Information Protection; MSIP_Label_d5842b46-9b7a-431a-b662-8cc44ff92a4e_ActionId=13b7ce91-a04e-43e9-adcc-fcbdc867b1bc; MSIP_Label_d5842b46-9b7a-431a-b662-8cc44ff92a4e_Extended_MSFT_Method=Automatic; MSIP_Label_7246d30e-a6af-4059-9b44-a42233242e28_Enabled=True; MSIP_Label_7246d30e-a6af-4059-9b44-a42233242e28_SiteId=6d7393e0-41f5-4c2e-9b12-4c2be5da5c57; MSIP_Label_7246d30e-a6af-4059-9b44-a42233242e28_Owner=harri.hytonen@vaisala.com; MSIP_Label_7246d30e-a6af-4059-9b44-a42233242e28_SetDate=2019-08-26T10:04:30.4512917Z; MSIP_Label_7246d30e-a6af-4059-9b44-a42233242e28_Name=No Label; MSIP_Label_7246d30e-a6af-4059-9b44-a42233242e28_Application=Microsoft Azure Information Protection; MSIP_Label_7246d30e-a6af-4059-9b44-a42233242e28_ActionId=13b7ce91-a04e-43e9-adcc-fcbdc867b1bc; MSIP_Label_7246d30e-a6af-4059-9b44-a42233242e28_Parent=d5842b46-9b7a-431a-b662-8cc44ff92a4e; MSIP_Label_7246d30e-a6af-4059-9b44-a42233242e28_Extended_MSFT_Method=Automatic
authentication-results: spf=none (sender IP is ) smtp.mailfrom=harri.hytonen@vaisala.com; 
x-originating-ip: [193.143.230.131]
x-ms-publictraffictype: Email
x-ms-office365-filtering-correlation-id: 4c56c597-1a88-4d2e-5d12-08d72a0cca72
x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(5600166)(711020)(4605104)(1401327)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(2017052603328)(7193020); SRVR:HE1PR0602MB3660; 
x-ms-traffictypediagnostic: HE1PR0602MB3660:
x-ms-exchange-purlcount: 1
x-microsoft-antispam-prvs: <HE1PR0602MB36605CBD28F49FF84A4C6099F5A10@HE1PR0602MB3660.eurprd06.prod.outlook.com>
x-tenant-id: 6d7393e0-41f5-4c2e-9b12-4c2be5da5c57
x-ms-oob-tlc-oobclassifiers: OLM:9508;
x-forefront-prvs: 01415BB535
x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(979002)(346002)(366004)(39850400004)(136003)(396003)(376002)(199004)(189003)(13464003)(76116006)(33656002)(99286004)(66946007)(478600001)(76176011)(14454004)(3846002)(966005)(6116002)(186003)(2501003)(26005)(64756008)(66446008)(66476007)(66556008)(66574012)(66066001)(486006)(86362001)(476003)(2906002)(7696005)(316002)(305945005)(7736002)(110136005)(11346002)(74316002)(446003)(71200400001)(71190400001)(6246003)(53936002)(14444005)(256004)(8936002)(6306002)(55016002)(5660300002)(229853002)(52536014)(81156014)(81166006)(6436002)(53546011)(6506007)(9686003)(25786009)(102836004)(969003)(989001)(999001)(1009001)(1019001); DIR:OUT; SFP:1101; SCL:1; SRVR:HE1PR0602MB3660; H:HE1PR0602MB3369.eurprd06.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; A:1; MX:1; 
received-spf: None (protection.outlook.com: vaisala.com does not designate permitted sender hosts)
x-ms-exchange-senderadcheck: 1
x-microsoft-antispam-message-info: mdrCT02SMC3v6xdWk1WzYfhizX9RPMOhFEByppeyvC6Xc3aXfuyZcYjPAnmQEQMPr2+QlwIAsTkqhs60trbPXDKB+wZMSdnALcnBr3iGPh1IuvfBtdQTr1tdx8CUWDXpRNhI3FGSun5kAB3zBPSZ0fZleYugUusNXeVZgAcezkxPHxyCUBqzQwioZ3I9ghRpa4/muZ/5DOJwJ6PwWT/lFy1YpBbqWcJlQ7C1ELFNgkO6fobEKubOX0O1ovlhbbLhVp57AZUx3YUH1P5ob43y/WLBhn65GPpvOGg7kLLXsAY4Bc1y2Mhyvc1IujxcMFsVOOW/kbm/mDnk7vMrSiNsWlbFpTudGeePLn2F3//OinTLLdiB4qPUuwsiFOWR0h722CfgGc2IjdWMnGV/P1aZb/fIRA6XX0Fa7Jmc4BQqv7A=
x-ms-exchange-transport-forked: True
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-OriginatorOrg: vaisala.com
X-MS-Exchange-CrossTenant-Network-Message-Id: 4c56c597-1a88-4d2e-5d12-08d72a0cca72
X-MS-Exchange-CrossTenant-originalarrivaltime: 26 Aug 2019 10:04:31.8642 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 6d7393e0-41f5-4c2e-9b12-4c2be5da5c57
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
X-MS-Exchange-CrossTenant-userprincipalname: TyAZzCfPEyTafkKJmTG0Avb05c50aPK2ZQLt/xLI4Q7SrkeCUvwVZyiBSjx+TQQr51NioXPDBZpVIpQJhI3iRHxZPGx/mgnAxDopfJ+AxvU=
X-MS-Exchange-Transport-CrossTenantHeadersStamped: HE1PR0602MB3660
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/-GL5N7GXIT7CJcg22fcEGkiC87w>
Subject: Re: [core]  =?utf-8?q?=F0=9F=94=94_CoRE_Working_Group_Adoption_call_f?= =?utf-8?q?or_draft-bormann-senml-more-units-03?=
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 26 Aug 2019 10:04:44 -0000

SSdtIG5vdCBzdXJlIGlmIEkgaGF2ZSB0aGUgcmlnaHQgdG8gdm90ZSBoZXJlLCBidXQgYXMgYW4g
ZW1wbG95ZWUgb2YgYSBnbG9iYWwgd2VhdGhlciBhbmQgZW52aXJvbm1lbnQgc2Vuc29yIG1hbnVm
YWN0dXJlciwgSSBzdHJvbmdseSBzdWdnZXN0IHRoYXQgdGhlIGZvbGxvd2luZyB1bml0cyBhcmUg
YWRkZWQgaW50byB0aGUgc2Vjb25kYXJ5IHVuaXQgcmVnaXN0cnk6DQoNCjEuIG1tL2ggKG1pbGxp
bWV0ZXJzIHBlciBob3VyLCBzY2FsZSAxLzM2MDAwMDApOiBUaGlzIGlzIGEgc3RhbmRhcmQgdW5p
dCBmb3IgcmFpbiBpbnRlbnNpdHkuIFRoZSBwcmltYXJ5IHVuaXQgbS9zIGlzIHZlcnkgYXdrd2Fy
ZCB0byB1c2UgYW5kIHJlc3VsdHMgYSB2ZXJ5IHNtYWxsIGZsb2F0aW5nIHBvaW50IG51bWJlci4N
CjIuIHBwbSAocGFydHMgcGVyIG1pbGxpb24sIHNjYWxlIDEvMTAwMDAgb2YgJSk6IFN0YW5kYXJk
IHVuaXQgZm9yIG1hc3MgZnJhY3Rpb24gZS5nLiBDTzIgY29uY2VudHJhdGlvbiBpbiBhaXIgIA0K
My4gaFBhIChoZWN0byBQYXNjYWwsIHNjYWxlIDEwMCBvZiBQYSk6IFN0YW5kYXJkIHVuaXQgZm9y
IGFpciBwcmVzc3VyZS4NCjQuIG1tIChtaWxsaW1ldGVyLCBzY2FsZSAxLzEwMDAgb2YgbSk6IFN0
YW5kYXJkIHVuaXQgZm9yIHJhaW4gYWNjdW11bGF0aW9uLg0KDQpCciwNCkhhcnJpIEh5dMO2bmVu
DQpTeXN0ZW1zIEFyY2hpdGVjdA0KVmFpc2FsYSANCg0KLS0tLS1PcmlnaW5hbCBNZXNzYWdlLS0t
LS0NCkZyb206IGNvcmUgPGNvcmUtYm91bmNlc0BpZXRmLm9yZz4gT24gQmVoYWxmIE9mIEpvYXF1
aW4gUHJhZG8NClNlbnQ6IE1vbmRheSwgMjYgQXVndXN0LCAyMDE5IDEyOjE1DQpUbzogR2lsbG1v
cmUsIE1hdHRoZXcgPE1hdHRoZXcuR2lsbG1vcmVAaXRyb24uY29tPjsgQXJpIEtlcsOkbmVuIDxh
cmkua2VyYW5lbkBlcmljc3Nvbi5jb20+OyBKYWltZSBKaW3DqW5leiA8amFpbWVAaWtpLmZpPjsg
Y29yZUBpZXRmLm9yZw0KU3ViamVjdDogUmU6IFtjb3JlXSDwn5SUIENvUkUgV29ya2luZyBHcm91
cCBBZG9wdGlvbiBjYWxsIGZvciBkcmFmdC1ib3JtYW5uLXNlbm1sLW1vcmUtdW5pdHMtMDMNCg0K
KzENCkkgYW0gdGhlIGFkbWluaXN0cmF0b3Igb2YgdGhlIE9NQSBMd00yTSByZWdpc3RyeSBhbmQg
SSBmdWxseSBzdXBwb3J0IGRyYWZ0LWJvcm1hbm4tc2VubWwtbW9yZS11bml0cy0wMy4NCg0KV2Ug
bmVlZCB0aGUgaW1wbGVtZW50YXRpb24gb2YgdGhlIHNlY29uZGFyeSByZWdpc3RyeSBvZiBkZXJp
dmVkIHVuaXRzLiAgQ3VycmVudGx5LCB3ZSBoYXZlIE9iamVjdHMgdGhhdCBhcmUgZmFpbGluZyB0
aGUgdmFsaWRhdGlvbiBiZWNhdXNlIHNvbWUgb2YgdGhlc2UgdW5pdHMgYXJlIG1pc3NpbmcgZnJv
bSBTZW5NTCByZWdpc3RyeS4gDQpPdXIgTHdNMk0gdG9vbHMgYXJlIHJlYWRpbmcgZGlyZWN0bHkg
dGhlIHVuaXRzIGZyb20gdGhlIFNlbk1MIHJlZ2lzdHJ5Lg0KDQpSZWdhcmRzDQpKb2FxdWluIFBy
YWRvDQoNCu+7v09uIDgvMjYvMTksIDI6MDggQU0sICJjb3JlIG9uIGJlaGFsZiBvZiBHaWxsbW9y
ZSwgTWF0dGhldyIgPGNvcmUtYm91bmNlc0BpZXRmLm9yZyBvbiBiZWhhbGYgb2YgTWF0dGhldy5H
aWxsbW9yZUBpdHJvbi5jb20+IHdyb3RlOg0KDQogICAgKzENCiAgICANCiAgICBJIGFtIHRoZSBj
aGFpciBvZiB0aGUgT01BIElQU08gd29ya2luZyBncm91cCBhbmQgZnVsbHkgc3VwcG9ydCBhZG9w
dGluZyB0aGlzIGRvY3VtZW50LiAgIFNFTk1MIHVuaXRzIGFyZSB0aGUgc3RhbmRhcmQgZm9yIHNt
YXJ0IG9iamVjdHMgaW4gT01BLg0KICAgIA0KICAgIC0tLS0tT3JpZ2luYWwgTWVzc2FnZS0tLS0t
DQogICAgRnJvbTogY29yZSA8Y29yZS1ib3VuY2VzQGlldGYub3JnPiBPbiBCZWhhbGYgT2YgQXJp
IEtlcsOkbmVuDQogICAgU2VudDogV2VkbmVzZGF5LCBBdWd1c3QgMjEsIDIwMTkgNDozMyBBTQ0K
ICAgIFRvOiBKYWltZSBKaW3DqW5leiA8amFpbWVAaWtpLmZpPjsgY29yZUBpZXRmLm9yZw0KICAg
IFN1YmplY3Q6IFtFWFRFUk5BTF0gUmU6IFtjb3JlXSDwn5SUIENvUkUgV29ya2luZyBHcm91cCBB
ZG9wdGlvbiBjYWxsIGZvciBkcmFmdC1ib3JtYW5uLXNlbm1sLW1vcmUtdW5pdHMtMDMNCiAgICAN
CiAgICBJIHN1cHBvcnQgYWRvcHRpbmcgdGhpcyBkb2N1bWVudC4gDQogICAgDQogICAgVGhlIG5l
dyByZWdpc3RyeSBhbmQgdW5pdHMgYXJlIGltcG9ydGFudCBmb3IgT01BIFNwZWNXb3Jrc+KAmSBJ
UFNPIG1vZGVscyB1c2Ugb2YgU2VuTUwgYW5kIGFsc28gdmVyeSB1c2VmdWwgZm9yIFNlbk1MIGF0
IGxhcmdlLiANCiAgICANCiAgICANCiAgICBDaGVlcnMsDQogICAgQXJpDQogICAgDQogICAgPiBP
biAyMSBBdWcgMjAxOSwgYXQgMTEuMjYsIEphaW1lIEppbcOpbmV6IDxqYWltZUBpa2kuZmk+IHdy
b3RlOg0KICAgID4gDQogICAgPiANCiAgICA+IEZvcmdvdCB0byBhZGQgdGhhdCB0aGUgY2FsbCB3
aWxsIGxhc3QgYSBjb3VwbGUgb2Ygd2Vla3MgYW5kIHdpbGwgZW5kIA0KICAgID4gdGhlIDR0aCBv
ZiBTZXB0ZW1iZXIuDQogICAgPiANCiAgICA+PiBPbiBXZWQsIEF1ZyAyMSwgMjAxOSBhdCAxMToy
MjozNEFNICswMzAwLCBKYWltZSBKaW3DqW5leiB3cm90ZToNCiAgICA+PiBEZWFyIENvcmUgV0cs
DQogICAgPj4gDQogICAgPj4gV2Ugd291bGQgbGlrZSB0byBzdGFydCB0aGUgY2FsbCBmb3IgYWRv
cHRpb24gb24gDQogICAgPj4gZHJhZnQtYm9ybWFubi1zZW5tbC1tb3JlLXVuaXRzLTAzLg0KICAg
ID4+PiBGcm9tIHRoZSBtaW51dGVzIEkgc2VlIHRoZXJlIHdhcyBpbnRlcmVzdCBpbiB0aGUgcm9v
bSBkdXJpbmcgSUVURiAxMDUuDQogICAgPj4gDQogICAgPj4gVGhlIGRyYWZ0IHJlZ2lzdGVycyBz
b21lIGFkZGl0aW9uYWwgYmFzaWMgdW5pdCB0eXBlcyBmb3IgU2VuTUwgKGUuZy4NCiAgICA+PiBC
eXRlLCBldGMpLiBJdCBhbHNvIHByb3Bvc2VzIGEgc2Vjb25kYXJ5IHJlZ2lzdHJ5IG9mIGRlcml2
ZWQgdW5pdHMgDQogICAgPj4gKGUuZy4gbWlsaXNlY29uZCwgbWludXRlLCBldGMpICB3aXRoIGRp
ZmZlcmVudCBzY2FsZXMgYW5kIG9mZnNldCB0aGF0IA0KICAgID4+IGJldHRlciBhZGp1c3QgdG8g
dGhlaXIgImNvbW1vbiB1c2VzIi4NCiAgICA+PiANCiAgICA+PiBBdCBhIGdlbmVyYWwgbGV2ZWwg
dGhlIG5lZWQgZm9yIHRoaXMgc2Vjb25kYXJ5IHJlZ2lzdHJ5IGhhcyBiZWVuIA0KICAgID4+IGRp
c2N1c3NlZCBpbiBvdGhlciBTRE9zIGFuZCB0aGV5IHRvbyBmb3VuZCBpdCB3b3VsZCBiZSB1c2Vm
dWwgdG8gaGF2ZS4NCiAgICA+PiBJbiBvcmRlciB0byBlbmNvdXJhZ2UgaW50ZXJvcGVyYWJpbGl0
eSB0aGUgbWFpbiB1bml0IHJlZ2lzdHJ5IHdvdWxkIA0KICAgID4+IGJlIG1vcmUgcmVzdHJpY3Rl
ZC4NCiAgICA+PiANCiAgICA+PiBCUiwNCiAgICA+PiAtLSBKYWltZSBKaW3DqW5leg0KICAgID4+
IA0KICAgID4+IF9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f
DQogICAgPj4gY29yZSBtYWlsaW5nIGxpc3QNCiAgICA+PiBjb3JlQGlldGYub3JnDQogICAgPj4g
aHR0cHM6Ly93d3cuaWV0Zi5vcmcvbWFpbG1hbi9saXN0aW5mby9jb3JlDQogICAgPiANCiAgICA+
IF9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fDQogICAgPiBj
b3JlIG1haWxpbmcgbGlzdA0KICAgID4gY29yZUBpZXRmLm9yZw0KICAgID4gaHR0cHM6Ly93d3cu
aWV0Zi5vcmcvbWFpbG1hbi9saXN0aW5mby9jb3JlDQogICAgX19fX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fX19fX19fX19fX18NCiAgICBjb3JlIG1haWxpbmcgbGlzdA0KICAgIGNv
cmVAaWV0Zi5vcmcNCiAgICBodHRwczovL3d3dy5pZXRmLm9yZy9tYWlsbWFuL2xpc3RpbmZvL2Nv
cmUNCiAgICANCg0KX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f
X18NCmNvcmUgbWFpbGluZyBsaXN0DQpjb3JlQGlldGYub3JnDQpodHRwczovL3d3dy5pZXRmLm9y
Zy9tYWlsbWFuL2xpc3RpbmZvL2NvcmUNCg==


From nobody Mon Aug 26 03:18:32 2019
Return-Path: <jaime@iki.fi>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2E070120089 for <core@ietfa.amsl.com>; Mon, 26 Aug 2019 03:18:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.821
X-Spam-Level: 
X-Spam-Status: No, score=-1.821 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_NEUTRAL=0.779] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=messagingengine.com
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 GyvY0WoVaBIH for <core@ietfa.amsl.com>; Mon, 26 Aug 2019 03:18:28 -0700 (PDT)
Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 947D4120043 for <core@ietf.org>; Mon, 26 Aug 2019 03:18:28 -0700 (PDT)
Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id CA556532; Mon, 26 Aug 2019 06:18:27 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Mon, 26 Aug 2019 06:18:27 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=qJVx0BxYgxEoMmy/201CDwv5IJc4LxKhu3LhwfCWQ Lo=; b=e207H4PMCns4P0uMvtrcprfP2fgn+f7gko1zgpXKrUVfAD8nf7zPgHdif 96ekkkvARbRCXvmX0q4txWbAO3iC9c9Hfl5DfPo9YZpqWRiIpR6T411PCxlY3djF ZbKlLCnFyp3rARiOCQoUG77HnEmGe5gJMWL5RgnTHFfK1zv9cGDYk5jLaSktOBkT Auc5JjoEaDMWl08qmQmRLUTL7lf4DWqNGDG8YJ1VLSVMhNBLHxH31cF+BC1iHE6r KcrlRLDCa34McWiUwUrbbvysDXmFwb2xEw57oHO5MGsd8RpuHgPgEYRSjELI5Xfs 6ZpB2zS22imyRukcgBwDqyP49gUYg==
X-ME-Sender: <xms:8rFjXVTiA4qfTewPDO7mv7tj3DYUr0l_7ftmX4wiU00q1-MS7CUSdg>
X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrudehgedgvdejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvffukfhfgggtugfgjggfsehtkeertddtreejnecuhfhrohhmpeflrghi mhgvucflihhmrohnvgiiuceojhgrihhmvgesihhkihdrfhhiqeenucfkphepfeejrddvud elrdehhedruddvgeenucfrrghrrghmpehmrghilhhfrhhomhepjhgrihhmvgesihhkihdr fhhinecuvehluhhsthgvrhfuihiivgeptd
X-ME-Proxy: <xmx:8rFjXbl81uaBnL_c47uP9WIf0evOP_VYeXxoCkYyY0_TO5sUE7Qi3g> <xmx:8rFjXVs1lQqCnr1ismq2wmu0S7d9UYYvIyQLbB3Ck7PXy-k3GvAJ0A> <xmx:8rFjXX6b7tf2uC-jXhk1EnsobL15iECZ3IVDMcSi-NvZ4uOTX4jw0Q> <xmx:87FjXcvHcIjgk2mfi4oQPozYg5HLvE02k3STh_0imotpabOl19MD1g>
Received: from EMB-918HFH01 (37-219-55-124.nat.bb.dnainternet.fi [37.219.55.124]) by mail.messagingengine.com (Postfix) with ESMTPA id EC56E80059; Mon, 26 Aug 2019 06:18:25 -0400 (EDT)
Date: Mon, 26 Aug 2019 13:18:24 +0300
From: =?utf-8?Q?Jaime=20Jim=C3=A9nez?= <jaime@iki.fi>
To: Hytonen Harri <harri.hytonen@vaisala.com>
Cc: core@ietf.org
Message-ID: <20190826101823.ohmkpzdll633l6tk@EMB-918HFH01>
References: <20190821082234.5ostmp5mwdzn6uk7@EMB-918HFH01> <20190821082555.whoele3gzsm4ymsg@EMB-918HFH01> <C85CF40B-2F00-4C5C-928A-34C5E4D8A1A2@ericsson.com> <DM6PR04MB5129C4EABA2EA09BF123EF1698A10@DM6PR04MB5129.namprd04.prod.outlook.com> <646CF47C-ED1A-4163-A957-EE88E1AB9CD7@omaorg.org> <HE1PR0602MB336986E2BB59A2A14E2C5ADAF5A10@HE1PR0602MB3369.eurprd06.prod.outlook.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <HE1PR0602MB336986E2BB59A2A14E2C5ADAF5A10@HE1PR0602MB3369.eurprd06.prod.outlook.com>
User-Agent: NeoMutt/20180716
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/q-fBuR7YuqyO2wsg8bmo2DuNUCs>
Subject: Re: [core]  =?utf-8?q?=F0=9F=94=94_CoRE_Working_Group_Adoption_call_f?= =?utf-8?q?or_draft-bormann-senml-more-units-03?=
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 26 Aug 2019 10:18:31 -0000

Hi Harri,

> I'm not sure if I have the right to vote here,

As far as adopting this document goes, all opinions count.

> but as an employee of a global weather and environment sensor manufacturer, I strongly suggest that the following units are added into the secondary unit registry:
> 
> 1. mm/h (millimeters per hour, scale 1/3600000): This is a standard unit for rain intensity. The primary unit m/s is very awkward to use and results a very small floating point number.
> 2. ppm (parts per million, scale 1/10000 of %): Standard unit for mass fraction e.g. CO2 concentration in air  
> 3. hPa (hecto Pascal, scale 100 of Pa): Standard unit for air pressure.
> 4. mm (millimeter, scale 1/1000 of m): Standard unit for rain accumulation.
> 

this is good feedback for the authors, and I take it that then the
subregistry is needed. IMO the authors can probably add those units after the
document is adopted and before submitting the WG document version.

> Br,
> Harri HytÃ¶nen
> Systems Architect
> Vaisala 

Thanks!
-- Jaime JimÃ©nez


> 
> -----Original Message-----
> From: core <core-bounces@ietf.org> On Behalf Of Joaquin Prado
> Sent: Monday, 26 August, 2019 12:15
> To: Gillmore, Matthew <Matthew.Gillmore@itron.com>; Ari KerÃ¤nen <ari.keranen@ericsson.com>; Jaime JimÃ©nez <jaime@iki.fi>; core@ietf.org
> Subject: Re: [core] ðŸ”” CoRE Working Group Adoption call for draft-bormann-senml-more-units-03
> 
> +1
> I am the administrator of the OMA LwM2M registry and I fully support draft-bormann-senml-more-units-03.
> 
> We need the implementation of the secondary registry of derived units.  Currently, we have Objects that are failing the validation because some of these units are missing from SenML registry. 
> Our LwM2M tools are reading directly the units from the SenML registry.
> 
> Regards
> Joaquin Prado
> 
> ï»¿On 8/26/19, 2:08 AM, "core on behalf of Gillmore, Matthew" <core-bounces@ietf.org on behalf of Matthew.Gillmore@itron.com> wrote:
> 
>     +1
>     
>     I am the chair of the OMA IPSO working group and fully support adopting this document.   SENML units are the standard for smart objects in OMA.
>     
>     -----Original Message-----
>     From: core <core-bounces@ietf.org> On Behalf Of Ari KerÃ¤nen
>     Sent: Wednesday, August 21, 2019 4:33 AM
>     To: Jaime JimÃ©nez <jaime@iki.fi>; core@ietf.org
>     Subject: [EXTERNAL] Re: [core] ðŸ”” CoRE Working Group Adoption call for draft-bormann-senml-more-units-03
>     
>     I support adopting this document. 
>     
>     The new registry and units are important for OMA SpecWorksâ€™ IPSO models use of SenML and also very useful for SenML at large. 
>     
>     
>     Cheers,
>     Ari
>     
>     > On 21 Aug 2019, at 11.26, Jaime JimÃ©nez <jaime@iki.fi> wrote:
>     > 
>     > 
>     > Forgot to add that the call will last a couple of weeks and will end 
>     > the 4th of September.
>     > 
>     >> On Wed, Aug 21, 2019 at 11:22:34AM +0300, Jaime JimÃ©nez wrote:
>     >> Dear Core WG,
>     >> 
>     >> We would like to start the call for adoption on 
>     >> draft-bormann-senml-more-units-03.
>     >>> From the minutes I see there was interest in the room during IETF 105.
>     >> 
>     >> The draft registers some additional basic unit types for SenML (e.g.
>     >> Byte, etc). It also proposes a secondary registry of derived units 
>     >> (e.g. milisecond, minute, etc)  with different scales and offset that 
>     >> better adjust to their "common uses".
>     >> 
>     >> At a general level the need for this secondary registry has been 
>     >> discussed in other SDOs and they too found it would be useful to have.
>     >> In order to encourage interoperability the main unit registry would 
>     >> be more restricted.
>     >> 
>     >> BR,
>     >> -- Jaime JimÃ©nez
>     >> 
>     >> _______________________________________________
>     >> core mailing list
>     >> core@ietf.org
>     >> https://www.ietf.org/mailman/listinfo/core
>     > 
>     > _______________________________________________
>     > core mailing list
>     > core@ietf.org
>     > https://www.ietf.org/mailman/listinfo/core
>     _______________________________________________
>     core mailing list
>     core@ietf.org
>     https://www.ietf.org/mailman/listinfo/core
>     
> 
> _______________________________________________
> core mailing list
> core@ietf.org
> https://www.ietf.org/mailman/listinfo/core


From nobody Mon Aug 26 11:18:18 2019
Return-Path: <kaduk@mit.edu>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D3ABA120BD7; Mon, 26 Aug 2019 11:18:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.2
X-Spam-Level: 
X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, 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 SBeBUbwPdv1n; Mon, 26 Aug 2019 11:18:15 -0700 (PDT)
Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) (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 B7B56120BEC; Mon, 26 Aug 2019 11:18:15 -0700 (PDT)
Received: from kduck.mit.edu ([24.16.140.251]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id x7QII2E3026231 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 26 Aug 2019 14:18:05 -0400
Date: Mon, 26 Aug 2019 13:18:02 -0500
From: Benjamin Kaduk <kaduk@mit.edu>
To: Carsten Bormann <cabo@tzi.org>
Cc: Alexey Melnikov <aamelnikov@fastmail.fm>, The IESG <iesg@ietf.org>, draft-ietf-core-multipart-ct@ietf.org, Jaime =?iso-8859-1?Q?Jim=E9nez?= <jaime.jimenez@ericsson.com>, core-chairs@ietf.org, core@ietf.org
Message-ID: <20190826181801.GJ84368@kduck.mit.edu>
References: <155675554069.2851.9351849772053196736.idtracker@ietfa.amsl.com> <459433ef-5cb5-4c3e-a32e-a5d063b1ccf0@www.fastmail.com> <BE1600FF-FBFB-44F4-A405-9C73ADA6E3FC@tzi.org> <20190504232153.GA19805@kduck.mit.edu> <A6EE5F90-391C-487B-A3DD-2193027022C6@tzi.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <A6EE5F90-391C-487B-A3DD-2193027022C6@tzi.org>
User-Agent: Mutt/1.10.1 (2018-07-13)
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/ukD2U15cUEe8Fl3_9RMZ3K-mSQc>
Subject: Re: [core] Benjamin Kaduk's Discuss on draft-ietf-core-multipart-ct-03: (with DISCUSS and COMMENT)
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 26 Aug 2019 18:18:18 -0000

On Wed, Aug 21, 2019 at 09:37:10PM +0200, Carsten Bormann wrote:
> Hi Benjamin,
> 
> it took us a while to better understand the concern and come up with text.
> 
> We have now submitted -04:
> https://tools.ietf.org/html/draft-ietf-core-multipart-ct-04
> https://tools.ietf.org/rfcdiff?url2=draft-ietf-core-multipart-ct-04.txt

[replying at the top since what I am trying to say is essentially wrapping
all the inline notes together]

I can grudgingly accept the decision to focus solely on a multipart/mixed
equivalent, though it remains surpising to me that stopping there is
desired.  That is, my reading of RFC 2046 is that the "mixed" subtype is a
catchall generic container that is usable as a fallback for when a
more-specific subtype is not supported/understood, but that direct use was
somewhat discouraged due to the more rich array of semantics available
(noting that 2046 itself specifies several additional subtypes with the
"more-rich" semantics).  So it's surprising that we stop with the generic
container, and do not mirror RFC 2046 in defining some more-rich subtypes
with precise semantics.

That said, within the context of only specifying a multipart/mixed
analogue, I still think we need to have some further discussion about the
applicability of those semantics to the listed use cases.  RFC 2046 is
quite clear that "mixed" is used when the body parts "need to be bundled in
a particular order".  The first use case listed, for audio snippets to be
played back in sequence or search results, is a natural fit for
multipart/mixed.  The second ("bag of representations"), however, includes
a note that "the sequence in which these occur may not be relevant to the
application", which does not seem like a good fit for multipart/mixed:
depending on the specifics, either multipart/alternative or
multipart/parallel seem to be a better match for the stated semantics.  The
third listed use case (sender-selects from a union) also doesn't feel like
a great fit, since there is mostly just one "inner" type in a give
response, and thus no ordering to be had; even in the (transient?) case
where a resource is represented by multiple of the potential output
formats, it's not clear that the ordering will always be important.  This
use case in particular feels like a very good match for defining a new
subtype with precise, rich, semantics for "sender selects from union".

Finally, I would like to continue to push back on the sense that it is good
to have the surrounding (request) context play a large role in interpreting
the semantics of the response.  While this is of course unavoidable to some
extent, I am not sure that encouraging it is wise.  Consider, for example,
JWT, which is becoming quite popular, but also is having to react to quite
real security threats due to the lack of explicit typing from the start.
The mere fact that I have to ask "can my access token be misused as an
identity token?" seems like a failure of the context-dependent semantics.
Granted, JWT is a cryptographic construct involving a signature from a
trusted authority, which is not the case here, but the general question of
whether we want to place more weight on the two parties communicating
making the same implicit/heuristic-based choices about interpreting content
when we can easily make the semantics more explicit and rely less on all
implementations making the same choices seems to still apply.

Thanks,

Ben


> > On May 5, 2019, at 01:21, Benjamin Kaduk <kaduk@MIT.EDU> wrote:
> > 
> > On Thu, May 02, 2019 at 03:11:25PM +0200, Carsten Bormann wrote:
> >> Hi Alexey,
> >> 
> >> On May 2, 2019, at 14:40, Alexey Melnikov <aamelnikov@fastmail.fm> wrote:
> >>> 
> >>> Hi Benjamin,
> >>> 
> >>> On Thu, May 2, 2019, at 1:05 AM, Benjamin Kaduk via Datatracker wrote:
> >>> 
> >>>> ----------------------------------------------------------------------
> >>>> DISCUSS:
> >>>> ----------------------------------------------------------------------
> >>>> 
> >>>> It's not clear to me that we're really specifying the semantics of a
> >>>> single media-type.  The introduction discusses how we may want multiple
> >>>> representations to appear in a sequence, potentially representing
> >>>> different content.
> >>> 
> >>> I think this is similar to multipart/mixed.
> >> 
> >> We were indeed trying to follow the model of multipart/mixed.
> >> This offers a number of embedded representations the sequence of which may or may not be important.
> >> 
> >>>> Or we may have a set of related representations that
> >>>> conceptually are the same content (but are they literally the same
> >>>> resource, or related content?).
> >>> 
> >>> My understanding is that they are related contents.
> >> 
> >> There is no promise that the related items are conceptually the same content.
> >> The difference between the first situation and the second one mainly is that the sequence is not important in the second (i.e., we are using the sequence to describe a bag).
> >> 
> >>>> And there is yet a third option -- one
> >>>> that I'm not sure I fully understand -- wherein the representation is
> >>>> not important, but rather which format is chosen of the several
> >>>> possibilities, to the extent that extreme compression of the
> >>>> representation is possible, with the compression just outputting the
> >>>> format indicator.
> >>> 
> >>> Hmm, I missed that. I think this is similar to multipart/alternative
> >> 
> >> That wasnâ€™t the intention.
> > 
> > I think that analogies to multipart/mixed and/or multipart/alternative
> > would help the reviewer assess whether the document text succeeds at
> > describing the intended behavior (though it's not clear that using such a
> > reference to attempt to define the behavior by reference is a useful plan).
> 
> Please have a look at what we did â€” we made it more explicit that the semantics are indeed refined by the request context, but that multipart/mixed is our model here and multipart/alternative is outside the range that this media type addresses.
> 
> >> The choice in the third situation mentioned in the introduction is made by the originator of the representation, not the receiver.  The selected representation is still packaged in an application/multipart-core envelope so the media type does not need to diverge â€” it is essentially used as the (type!) union (a.k.a. choice) of the media types that the application wants to be able to put in the envelope.
> >> 
> >> We may have painted ourselves into a corner in RFC 7641 with the mandate that the representations provided by an observable resource stay within the same media type (content-format) over time.  This makes it difficult in CoAP to observe a resource that alternates between a â€œpendingâ€ and a â€œreadyâ€ state that have different structures of their representation.  Multipart-core can be used to package either into the same media type.
> > 
> > So while this may not be quite multipart/alternative, there are still
> > alternatives involved; they are just delievered in separate (streamed)
> > responses, as opposed to together in the same one.  That is, the
> > alternation is over time and not at the choice of the recipient.
> 
> Multipart/alternative is recipient choice; scenario 3 is originator choice.
> The need for the â€œunion typeâ€ alluded to in the introduction may be idiosyncratic to CoAP: We expect an observed resource to go through states that all can be described by representations of the same content type.  Maybe that was not such a smart expectation, but the union type mechanism allows us to paper over that.  In any case, there is no â€œorderâ€ or â€œchoiceâ€ problem in this scenario.
> 
> >> I donâ€™t think the third situation has semantics that differ from the first two.
> >> You still get a bag with a representation in it (or maybe none).  You still need to look into the bag to see what form it takes this time.  Actually, the second situation might also apply, so you might indeed get a couple representations in certain instances because thatâ€™s what best describes the resource at this particular time.
> > 
> > I think it's important to be clear about whether the sequencing within a
> > given content array is or is not semantically relevant,
> 
> This is very much a function of the semantics that the request had on the resource.  If you get a mail with multipart/mixed in it, is it semantically relevant that the service manual is first, then the user manual next among the attachments?
> The ordering may simply be alphabetic by name (and that may actually be what the request originally said).
> 
> > and under what
> > conditions a recipient might only consult a subset of the array
> > (multipart/alternative) vs. assembling a conglomerate from components of
> > different types (multipart/mixed).
> 
> That is now addressed.  
> 
> GrÃ¼ÃŸe, Carsten
> 


From nobody Tue Aug 27 12:44:11 2019
Return-Path: <cabo@tzi.org>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D3B26120113; Tue, 27 Aug 2019 12:44:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.197
X-Spam-Level: 
X-Spam-Status: No, score=-4.197 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=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 Q7NElZf5nmCL; Tue, 27 Aug 2019 12:43:58 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5C31A120130; Tue, 27 Aug 2019 12:43:58 -0700 (PDT)
Received: from [192.168.217.110] (p548DCCB9.dip0.t-ipconnect.de [84.141.204.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 46Hzp42fGvz101v; Tue, 27 Aug 2019 21:43:56 +0200 (CEST)
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <20190826181801.GJ84368@kduck.mit.edu>
Date: Tue, 27 Aug 2019 21:43:55 +0200
Cc: Alexey Melnikov <aamelnikov@fastmail.fm>, The IESG <iesg@ietf.org>, draft-ietf-core-multipart-ct@ietf.org, =?utf-8?Q?Jaime_Jim=C3=A9nez?= <jaime.jimenez@ericsson.com>, core-chairs@ietf.org, core@ietf.org
X-Mao-Original-Outgoing-Id: 588627834.081674-97017f579d06b08eda745f62f50c5f67
Content-Transfer-Encoding: quoted-printable
Message-Id: <79816A1A-7863-47FC-8EF7-B6BB42A49D1E@tzi.org>
References: <155675554069.2851.9351849772053196736.idtracker@ietfa.amsl.com> <459433ef-5cb5-4c3e-a32e-a5d063b1ccf0@www.fastmail.com> <BE1600FF-FBFB-44F4-A405-9C73ADA6E3FC@tzi.org> <20190504232153.GA19805@kduck.mit.edu> <A6EE5F90-391C-487B-A3DD-2193027022C6@tzi.org> <20190826181801.GJ84368@kduck.mit.edu>
To: Benjamin Kaduk <kaduk@MIT.EDU>
X-Mailer: Apple Mail (2.3445.9.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/CWBe7m7kB3tisbnyVAzgZkTcKlw>
Subject: Re: [core] Benjamin Kaduk's Discuss on draft-ietf-core-multipart-ct-03: (with DISCUSS and COMMENT)
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 27 Aug 2019 19:44:02 -0000

Hi Benjamin,

I completely agree that signed security assertions need to be =
interpretable without external context.  But that is a very different =
world from the media type being defined here.

In a CoAP interaction, the response might be (literally)

	33.5

to tell you the temperature in my room.  SenML can be used to include =
more context, but often the request context is really needed to make =
sense of the response (here probably something like =E2=80=9CGET =
/temp1=E2=80=9D, translated into a CoAP request), and additional =
information may only be available through the installation context =
(e.g., that this temperature is in =C2=B0C and not in =C2=B0F, or that =
the above request to [2001:db8::1]:5683 actually leads to the =
temperature sensor for the room to right of the corridor, second door).

(OSCORE protects the relationship between the request context and the =
response, but cannot really protect the external context except by =
relating the key of the server with its function/installation location.  =
Where the latter is really hard to protect, and then somebody can still =
come with a lighter and heat up the sensor, leading to incorrect =
temperature measurements just for fun.)

This is the reason why the ambiguities incurred by using this media type =
are really on the mild side.

Gr=C3=BC=C3=9Fe, Carsten


> On Aug 26, 2019, at 20:18, Benjamin Kaduk <kaduk@MIT.EDU> wrote:
>=20
> On Wed, Aug 21, 2019 at 09:37:10PM +0200, Carsten Bormann wrote:
>> Hi Benjamin,
>>=20
>> it took us a while to better understand the concern and come up with =
text.
>>=20
>> We have now submitted -04:
>> https://tools.ietf.org/html/draft-ietf-core-multipart-ct-04
>> =
https://tools.ietf.org/rfcdiff?url2=3Ddraft-ietf-core-multipart-ct-04.txt
>=20
> [replying at the top since what I am trying to say is essentially =
wrapping
> all the inline notes together]
>=20
> I can grudgingly accept the decision to focus solely on a =
multipart/mixed
> equivalent, though it remains surpising to me that stopping there is
> desired.  That is, my reading of RFC 2046 is that the "mixed" subtype =
is a
> catchall generic container that is usable as a fallback for when a
> more-specific subtype is not supported/understood, but that direct use =
was
> somewhat discouraged due to the more rich array of semantics available
> (noting that 2046 itself specifies several additional subtypes with =
the
> "more-rich" semantics).  So it's surprising that we stop with the =
generic
> container, and do not mirror RFC 2046 in defining some more-rich =
subtypes
> with precise semantics.
>=20
> That said, within the context of only specifying a multipart/mixed
> analogue, I still think we need to have some further discussion about =
the
> applicability of those semantics to the listed use cases.  RFC 2046 is
> quite clear that "mixed" is used when the body parts "need to be =
bundled in
> a particular order".  The first use case listed, for audio snippets to =
be
> played back in sequence or search results, is a natural fit for
> multipart/mixed.  The second ("bag of representations"), however, =
includes
> a note that "the sequence in which these occur may not be relevant to =
the
> application", which does not seem like a good fit for multipart/mixed:
> depending on the specifics, either multipart/alternative or
> multipart/parallel seem to be a better match for the stated semantics. =
 The
> third listed use case (sender-selects from a union) also doesn't feel =
like
> a great fit, since there is mostly just one "inner" type in a give
> response, and thus no ordering to be had; even in the (transient?) =
case
> where a resource is represented by multiple of the potential output
> formats, it's not clear that the ordering will always be important.  =
This
> use case in particular feels like a very good match for defining a new
> subtype with precise, rich, semantics for "sender selects from union".
>=20
> Finally, I would like to continue to push back on the sense that it is =
good
> to have the surrounding (request) context play a large role in =
interpreting
> the semantics of the response.  While this is of course unavoidable to =
some
> extent, I am not sure that encouraging it is wise.  Consider, for =
example,
> JWT, which is becoming quite popular, but also is having to react to =
quite
> real security threats due to the lack of explicit typing from the =
start.
> The mere fact that I have to ask "can my access token be misused as an
> identity token?" seems like a failure of the context-dependent =
semantics.
> Granted, JWT is a cryptographic construct involving a signature from a
> trusted authority, which is not the case here, but the general =
question of
> whether we want to place more weight on the two parties communicating
> making the same implicit/heuristic-based choices about interpreting =
content
> when we can easily make the semantics more explicit and rely less on =
all
> implementations making the same choices seems to still apply.
>=20
> Thanks,
>=20
> Ben
>=20
>=20
>>> On May 5, 2019, at 01:21, Benjamin Kaduk <kaduk@MIT.EDU> wrote:
>>>=20
>>> On Thu, May 02, 2019 at 03:11:25PM +0200, Carsten Bormann wrote:
>>>> Hi Alexey,
>>>>=20
>>>> On May 2, 2019, at 14:40, Alexey Melnikov <aamelnikov@fastmail.fm> =
wrote:
>>>>>=20
>>>>> Hi Benjamin,
>>>>>=20
>>>>> On Thu, May 2, 2019, at 1:05 AM, Benjamin Kaduk via Datatracker =
wrote:
>>>>>=20
>>>>>> =
----------------------------------------------------------------------
>>>>>> DISCUSS:
>>>>>> =
----------------------------------------------------------------------
>>>>>>=20
>>>>>> It's not clear to me that we're really specifying the semantics =
of a
>>>>>> single media-type.  The introduction discusses how we may want =
multiple
>>>>>> representations to appear in a sequence, potentially representing
>>>>>> different content.
>>>>>=20
>>>>> I think this is similar to multipart/mixed.
>>>>=20
>>>> We were indeed trying to follow the model of multipart/mixed.
>>>> This offers a number of embedded representations the sequence of =
which may or may not be important.
>>>>=20
>>>>>> Or we may have a set of related representations that
>>>>>> conceptually are the same content (but are they literally the =
same
>>>>>> resource, or related content?).
>>>>>=20
>>>>> My understanding is that they are related contents.
>>>>=20
>>>> There is no promise that the related items are conceptually the =
same content.
>>>> The difference between the first situation and the second one =
mainly is that the sequence is not important in the second (i.e., we are =
using the sequence to describe a bag).
>>>>=20
>>>>>> And there is yet a third option -- one
>>>>>> that I'm not sure I fully understand -- wherein the =
representation is
>>>>>> not important, but rather which format is chosen of the several
>>>>>> possibilities, to the extent that extreme compression of the
>>>>>> representation is possible, with the compression just outputting =
the
>>>>>> format indicator.
>>>>>=20
>>>>> Hmm, I missed that. I think this is similar to =
multipart/alternative
>>>>=20
>>>> That wasn=E2=80=99t the intention.
>>>=20
>>> I think that analogies to multipart/mixed and/or =
multipart/alternative
>>> would help the reviewer assess whether the document text succeeds at
>>> describing the intended behavior (though it's not clear that using =
such a
>>> reference to attempt to define the behavior by reference is a useful =
plan).
>>=20
>> Please have a look at what we did =E2=80=94 we made it more explicit =
that the semantics are indeed refined by the request context, but that =
multipart/mixed is our model here and multipart/alternative is outside =
the range that this media type addresses.
>>=20
>>>> The choice in the third situation mentioned in the introduction is =
made by the originator of the representation, not the receiver.  The =
selected representation is still packaged in an =
application/multipart-core envelope so the media type does not need to =
diverge =E2=80=94 it is essentially used as the (type!) union (a.k.a. =
choice) of the media types that the application wants to be able to put =
in the envelope.
>>>>=20
>>>> We may have painted ourselves into a corner in RFC 7641 with the =
mandate that the representations provided by an observable resource stay =
within the same media type (content-format) over time.  This makes it =
difficult in CoAP to observe a resource that alternates between a =
=E2=80=9Cpending=E2=80=9D and a =E2=80=9Cready=E2=80=9D state that have =
different structures of their representation.  Multipart-core can be =
used to package either into the same media type.
>>>=20
>>> So while this may not be quite multipart/alternative, there are =
still
>>> alternatives involved; they are just delievered in separate =
(streamed)
>>> responses, as opposed to together in the same one.  That is, the
>>> alternation is over time and not at the choice of the recipient.
>>=20
>> Multipart/alternative is recipient choice; scenario 3 is originator =
choice.
>> The need for the =E2=80=9Cunion type=E2=80=9D alluded to in the =
introduction may be idiosyncratic to CoAP: We expect an observed =
resource to go through states that all can be described by =
representations of the same content type.  Maybe that was not such a =
smart expectation, but the union type mechanism allows us to paper over =
that.  In any case, there is no =E2=80=9Corder=E2=80=9D or =E2=80=9Cchoice=
=E2=80=9D problem in this scenario.
>>=20
>>>> I don=E2=80=99t think the third situation has semantics that differ =
from the first two.
>>>> You still get a bag with a representation in it (or maybe none).  =
You still need to look into the bag to see what form it takes this time. =
 Actually, the second situation might also apply, so you might indeed =
get a couple representations in certain instances because that=E2=80=99s =
what best describes the resource at this particular time.
>>>=20
>>> I think it's important to be clear about whether the sequencing =
within a
>>> given content array is or is not semantically relevant,
>>=20
>> This is very much a function of the semantics that the request had on =
the resource.  If you get a mail with multipart/mixed in it, is it =
semantically relevant that the service manual is first, then the user =
manual next among the attachments?
>> The ordering may simply be alphabetic by name (and that may actually =
be what the request originally said).
>>=20
>>> and under what
>>> conditions a recipient might only consult a subset of the array
>>> (multipart/alternative) vs. assembling a conglomerate from =
components of
>>> different types (multipart/mixed).
>>=20
>> That is now addressed. =20
>>=20
>> Gr=C3=BC=C3=9Fe, Carsten
>>=20
>=20


From nobody Wed Aug 28 06:30:19 2019
Return-Path: <noreply@ietf.org>
X-Original-To: core@ietf.org
Delivered-To: core@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id A367F120888; Wed, 28 Aug 2019 06:30:05 -0700 (PDT)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
From: =?utf-8?q?Mirja_K=C3=BChlewind_via_Datatracker?= <noreply@ietf.org>
To: "The IESG" <iesg@ietf.org>
Cc: draft-ietf-core-senml-etch@ietf.org, Carsten Bormann <cabo@tzi.org>, core-chairs@ietf.org, cabo@tzi.org, core@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 6.100.0
Auto-Submitted: auto-generated
Precedence: bulk
Reply-To: =?utf-8?q?Mirja_K=C3=BChlewind?= <ietf@kuehlewind.net>
Message-ID: <156699900565.32507.5256098120423983260.idtracker@ietfa.amsl.com>
Date: Wed, 28 Aug 2019 06:30:05 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/bhl8UFz__ZJeJfEyb88E3QzTbtg>
Subject: [core] =?utf-8?q?Mirja_K=C3=BChlewind=27s_No_Objection_on_draft-?= =?utf-8?q?ietf-core-senml-etch-05=3A_=28with_COMMENT=29?=
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 28 Aug 2019 13:30:10 -0000

Mirja KÃ¼hlewind has entered the following ballot position for
draft-ietf-core-senml-etch-05: No Objection

When responding, please keep the subject line intact and reply to all
email addresses included in the To and CC lines. (Feel free to cut this
introductory paragraph, however.)


Please refer to https://www.ietf.org/iesg/statement/discuss-criteria.html
for more information about IESG DISCUSS and COMMENT positions.


The document, along with other ballot positions, can be found here:
https://datatracker.ietf.org/doc/draft-ietf-core-senml-etch/



----------------------------------------------------------------------
COMMENT:
----------------------------------------------------------------------

Just one minor comment: I guess it okay to use IPSO dimmable light smart object
as one real life example, however, one could also just use a made-up generic
example instead as I guess it's often done in RFCs.



From nobody Thu Aug 29 01:13:18 2019
Return-Path: <ari.keranen@ericsson.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7AFA612029C; Thu, 29 Aug 2019 01:13:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.001
X-Spam-Level: 
X-Spam-Status: No, score=-2.001 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=ericsson.com
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 lHhHBfO-n32R; Thu, 29 Aug 2019 01:13:13 -0700 (PDT)
Received: from EUR01-HE1-obe.outbound.protection.outlook.com (mail-eopbgr130078.outbound.protection.outlook.com [40.107.13.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D3EB0120020; Thu, 29 Aug 2019 01:13:12 -0700 (PDT)
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Yba1XNOPRq3FpV5Z8Hl36zlI56RJRx+ro6TAae5nMOZ7gttJwuguU7f1QMIgSGEp2fvBGTBUvgOo2RsklR5c4oOVl2lU5CpvOFOQpCFIstVHw2t8RMDLcHgoQEcRxLq4AuA6ISRfmsx+zYBwCNfNlEn1qTmdy0XHPiFEbAe/8Me5/qR2J+S85Gryl5lMhfJhKX3nFwMXFcJ7I6vnTNzFM6Vdcl6oIQWxm8NHYcac6XhfrS4P6DZDD5pz6zaMs5xT8yr9+1lXn9UbpDuXlDfq7OysDZk00XTMbKy+J9/yQlswa45PDtHY8TO8a7zgLqlKF7TGb/H5SZRAte9clnJg2Q==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=1/qMYpQNPoRTxKp3h93ECwDPzWvcFekdUy41GCY2+Cs=; b=ShtOes58BqvtvfXfzXxmuoezV+gD+iDgpJQJHdTsR4jSFaDrTyWBq/zHQ1ZcTi3UR84/19Zju5whRcCtZlo7ToUM0boOMaaKto4IyBwpO/bcCEbx9+hd2thyWqNKTC24t8ZxvkhibGGQiSv4yIGIyd94H7de0EHQvzBy6P/U7Gn0R1W9UDKga7eA73YnWdBA1bVpUICmwoeSDb6Tg92/62LZbLutjv8ZTqtDjElND+oH+UMf/rQVNz5Ca2bwUb4kDkEb91ZTFqA4Ej61G034EWwJMgvw1/tR+5HbpkgnDl6zoxUhKi56itm1a2CIRaZGdUEq4Jj5s8AZH5Oxw8jPFg==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ericsson.com; dmarc=pass action=none header.from=ericsson.com; dkim=pass header.d=ericsson.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericsson.com; s=selector2; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=1/qMYpQNPoRTxKp3h93ECwDPzWvcFekdUy41GCY2+Cs=; b=UZ+V5FTfSkMz+4DyDzOGcoIftzoi6NPgXCalgkb9huLCEyFAsWiXbbhCUOfL+8sjeLS/R3ta/fGZCluj/mwTXLpFYhQjDPaPiZPE82txP7VlR0FthHjPZBOHvT+LZI3u3DWvK4Hmjs4MeZRt9WnkQp0am5GqEWePoPELAmqQe0Y=
Received: from AM0PR07MB4225.eurprd07.prod.outlook.com (52.133.56.160) by AM0PR07MB5155.eurprd07.prod.outlook.com (20.178.19.18) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2199.10; Thu, 29 Aug 2019 08:13:09 +0000
Received: from AM0PR07MB4225.eurprd07.prod.outlook.com ([fe80::bd39:f285:4a91:8ac5]) by AM0PR07MB4225.eurprd07.prod.outlook.com ([fe80::bd39:f285:4a91:8ac5%6]) with mapi id 15.20.2220.013; Thu, 29 Aug 2019 08:13:09 +0000
From: =?utf-8?B?QXJpIEtlcsOkbmVu?= <ari.keranen@ericsson.com>
To: =?utf-8?B?TWlyamEgS8O8aGxld2luZA==?= <ietf@kuehlewind.net>
CC: The IESG <iesg@ietf.org>, "draft-ietf-core-senml-etch@ietf.org" <draft-ietf-core-senml-etch@ietf.org>, Carsten Bormann <cabo@tzi.org>, "core-chairs@ietf.org" <core-chairs@ietf.org>, "core@ietf.org" <core@ietf.org>
Thread-Topic: =?utf-8?B?TWlyamEgS8O8aGxld2luZCdzIE5vIE9iamVjdGlvbiBvbiBkcmFmdC1pZXRm?= =?utf-8?Q?-core-senml-etch-05:_(with_COMMENT)?=
Thread-Index: AQHVXaS9vby3ot4e/UC5C84l50gTgqcRxoYA
Date: Thu, 29 Aug 2019 08:13:09 +0000
Message-ID: <8707800F-284D-41F7-8D98-8BAD55340DC5@ericsson.com>
References: <156699900565.32507.5256098120423983260.idtracker@ietfa.amsl.com>
Accept-Language: en-US
Content-Language: en-GB
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/10.1c.0.190812
authentication-results: spf=none (sender IP is ) smtp.mailfrom=ari.keranen@ericsson.com; 
x-originating-ip: [2001:14bb:150:480b:84a0:1a3f:a53a:5e9c]
x-ms-publictraffictype: Email
x-ms-office365-filtering-correlation-id: 221f3e36-6258-4946-43c5-08d72c58bac0
x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600166)(711020)(4605104)(1401327)(2017052603328)(7193020); SRVR:AM0PR07MB5155; 
x-ms-traffictypediagnostic: AM0PR07MB5155:
x-microsoft-antispam-prvs: <AM0PR07MB5155AE3D5672AE01CB42AE6485A20@AM0PR07MB5155.eurprd07.prod.outlook.com>
x-ms-oob-tlc-oobclassifiers: OLM:10000;
x-forefront-prvs: 0144B30E41
x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(4636009)(376002)(396003)(39860400002)(346002)(366004)(136003)(199004)(189003)(486006)(36756003)(4326008)(8936002)(6436002)(81156014)(2906002)(58126008)(54906003)(76116006)(6246003)(6506007)(25786009)(85182001)(476003)(76176011)(4744005)(256004)(99286004)(66446008)(81166006)(186003)(6512007)(66476007)(53936002)(91956017)(229853002)(71200400001)(6116002)(6486002)(86362001)(5660300002)(66556008)(46003)(316002)(33656002)(446003)(102836004)(85202003)(224303003)(478600001)(6916009)(71190400001)(7736002)(305945005)(2616005)(14454004)(66946007)(64756008); DIR:OUT; SFP:1101; SCL:1; SRVR:AM0PR07MB5155; H:AM0PR07MB4225.eurprd07.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; A:1; MX:1; 
received-spf: None (protection.outlook.com: ericsson.com does not designate permitted sender hosts)
x-ms-exchange-senderadcheck: 1
x-microsoft-antispam-message-info: YFjBCWLm79bbouGPsH4kIvBJcgkximSLw5Z98LFof6XjPt4li7sBmSVcON/bVHwXg7Lq1m8X8EMZAEOVfVz9pEl7fOo3get/JXPewSEUJHXINpsgWKdJx4Jn1yRWpzRoCatSegL0vEJPIh8FYUzHWxZn11JzNzIjdkpBaaZZ9BIwDcGTK3W2pZOgEU9DuqaJ8v+Mop8eW81DInRuECJO3odMirYzo9aG482So/1YMjUbp+SuzmNsGDQzlZAgNceB10/Nhm+yRD4mNYkErqa5zp+U7Fbs4azmacNV5kfNeNruyvHMBQIFTT3ULtTPFFFv8uxfvbSaWC/PI4Jdc/GiZLSqoCh+hzcMcZWay/AtrmWONSY3SxjqYS1DBiBUkfsP5KOoXkTIad78Vx0BCqxFbuTyly43V3KYJwApDXuy1Fw=
x-ms-exchange-transport-forked: True
Content-Type: text/plain; charset="utf-8"
Content-ID: <52CF7110A7655A4EB097565E500988BA@eurprd07.prod.outlook.com>
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-OriginatorOrg: ericsson.com
X-MS-Exchange-CrossTenant-Network-Message-Id: 221f3e36-6258-4946-43c5-08d72c58bac0
X-MS-Exchange-CrossTenant-originalarrivaltime: 29 Aug 2019 08:13:09.7751 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 92e84ceb-fbfd-47ab-be52-080c6b87953f
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
X-MS-Exchange-CrossTenant-userprincipalname: Nh8DRUOv8IBJX6ZQk/V2Z8mSnvpPEQjnVIDhSYaDlPpShdx/ImGYlweaSYoG4BfRI6qKwI6EYSt8ID4fCOHnFiuPX1fdjpcjyCW//9U6iic=
X-MS-Exchange-Transport-CrossTenantHeadersStamped: AM0PR07MB5155
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/3CPekQeXo0nB0ERrw3iqrOCfz5Y>
Subject: Re: [core]  =?utf-8?q?Mirja_K=C3=BChlewind=27s_No_Objection_on_draft-?= =?utf-8?q?ietf-core-senml-etch-05=3A_=28with_COMMENT=29?=
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 29 Aug 2019 08:13:15 -0000

VGhhbmsgeW91IGZvciB0aGUgcmV2aWV3IE1pcmphIQ0K77u/DQo+IE9uIDI4IEF1ZyAyMDE5LCBh
dCAxNi4zMCwgTWlyamEgS8O8aGxld2luZCB2aWEgRGF0YXRyYWNrZXIgPG5vcmVwbHlAaWV0Zi5v
cmc+IHdyb3RlOg0KPiANCj4gTWlyamEgS8O8aGxld2luZCBoYXMgZW50ZXJlZCB0aGUgZm9sbG93
aW5nIGJhbGxvdCBwb3NpdGlvbiBmb3INCj4gZHJhZnQtaWV0Zi1jb3JlLXNlbm1sLWV0Y2gtMDU6
IE5vIE9iamVjdGlvbg0KWy4uLl0NCj4gLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KPiBDT01NRU5UOg0KPiAtLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tDQo+IA0KPiBKdXN0IG9uZSBtaW5vciBjb21tZW50OiBJIGd1ZXNzIGl0IG9rYXkg
dG8gdXNlIElQU08gZGltbWFibGUgbGlnaHQgc21hcnQgb2JqZWN0DQo+IGFzIG9uZSByZWFsIGxp
ZmUgZXhhbXBsZSwgaG93ZXZlciwgb25lIGNvdWxkIGFsc28ganVzdCB1c2UgYSBtYWRlLXVwIGdl
bmVyaWMNCj4gZXhhbXBsZSBpbnN0ZWFkIGFzIEkgZ3Vlc3MgaXQncyBvZnRlbiBkb25lIGluIFJG
Q3MuDQoNCldlIHVzZWQgSVBTTyBvYmplY3QgYXMgYW4gZXhhbXBsZSBoZXJlIHNpbmNlIHRoZSBv
cmlnaW5hbCBkZXNpZ24gYW5kIHJlcXVpcmVtZW50cyBmb3IgdGhpcyB3b3JrIGNvbWUgZnJvbSB0
aGUgTHdNMk0gcHJvdG9jb2wgdGhhdCBjb21tb25seSB1c2VzIElQU08gb2JqZWN0cy4gDQoNClRo
YXQgc2FpZCwgdGhlcmUncyBubyBzdHJvbmcgbmVlZCB0byBkbyBpdCB0aGF0IHdheSBhbmQgd2Ug
Y291bGQgY2hhbmdlIHRoYXQgYWxzbyB0byBhIG1vcmUgZ2VuZXJpYyBtYWRlLXVwIGV4YW1wbGUg
aWYgdGhhdCB3b3VsZCBiZSBtb3JlIHN1aXRhYmxlIGhlcmUuDQoNCg0KQ2hlZXJzLA0KQXJpDQoN
Cg==


From nobody Thu Aug 29 01:28:11 2019
Return-Path: <cabo@tzi.org>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8F9F2120103; Thu, 29 Aug 2019 01:28:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.198
X-Spam-Level: 
X-Spam-Status: No, score=-4.198 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_NONE=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 5dB44JQBR9jQ; Thu, 29 Aug 2019 01:28:06 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 69EDE1200C7; Thu, 29 Aug 2019 01:28:06 -0700 (PDT)
Received: from [192.168.217.110] (p548DCCB9.dip0.t-ipconnect.de [84.141.204.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 46JwjJ1pHbz10cP; Thu, 29 Aug 2019 10:28:04 +0200 (CEST)
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <8707800F-284D-41F7-8D98-8BAD55340DC5@ericsson.com>
Date: Thu, 29 Aug 2019 10:28:01 +0200
Cc: "draft-ietf-core-senml-etch@ietf.org" <draft-ietf-core-senml-etch@ietf.org>,  "core-chairs@ietf.org" <core-chairs@ietf.org>, "core@ietf.org" <core@ietf.org>
X-Mao-Original-Outgoing-Id: 588760080.34867-cb06ff2c950a7e998c60a53e74001686
Content-Transfer-Encoding: quoted-printable
Message-Id: <A7BBA2A3-2FEB-494A-8700-828BCC23B1D5@tzi.org>
References: <156699900565.32507.5256098120423983260.idtracker@ietfa.amsl.com> <8707800F-284D-41F7-8D98-8BAD55340DC5@ericsson.com>
To: =?utf-8?Q?Ari_Ker=C3=A4nen?= <ari.keranen@ericsson.com>
X-Mailer: Apple Mail (2.3445.9.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/000zFKomaC5jPHk8FQo3EEFuui0>
Subject: Re: [core]  =?utf-8?q?Mirja_K=C3=BChlewind=27s_No_Objection_on_draft-?= =?utf-8?q?ietf-core-senml-etch-05=3A_=28with_COMMENT=29?=
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 29 Aug 2019 08:28:09 -0000

Off-IESG comment:

Do we know how a made-up example would be better?
It=E2=80=99s not like you need to learn the IPSO world to understand =
this example.
(But if you are reading the document, you may already know about IPSO =
anyway=E2=80=A6)

Gr=C3=BC=C3=9Fe, Carsten


> On Aug 29, 2019, at 10:13, Ari Ker=C3=A4nen <ari.keranen@ericsson.com> =
wrote:
>=20
> Thank you for the review Mirja!
> =EF=BB=BF
>> On 28 Aug 2019, at 16.30, Mirja K=C3=BChlewind via Datatracker =
<noreply@ietf.org> wrote:
>>=20
>> Mirja K=C3=BChlewind has entered the following ballot position for
>> draft-ietf-core-senml-etch-05: No Objection
> [...]
>> =
----------------------------------------------------------------------
>> COMMENT:
>> =
----------------------------------------------------------------------
>>=20
>> Just one minor comment: I guess it okay to use IPSO dimmable light =
smart object
>> as one real life example, however, one could also just use a made-up =
generic
>> example instead as I guess it's often done in RFCs.
>=20
> We used IPSO object as an example here since the original design and =
requirements for this work come from the LwM2M protocol that commonly =
uses IPSO objects.=20
>=20
> That said, there's no strong need to do it that way and we could =
change that also to a more generic made-up example if that would be more =
suitable here.
>=20
>=20
> Cheers,
> Ari


From nobody Thu Aug 29 02:18:59 2019
Return-Path: <internet-drafts@ietf.org>
X-Original-To: core@ietf.org
Delivered-To: core@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 256A0120805; Thu, 29 Aug 2019 02:18:58 -0700 (PDT)
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>
Cc: core@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 6.100.0
Auto-Submitted: auto-generated
Precedence: bulk
Reply-To: core@ietf.org
Message-ID: <156707033806.21172.3473298348351030923@ietfa.amsl.com>
Date: Thu, 29 Aug 2019 02:18:58 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/com2gm-hIOjDPjGFwngAaFkyVnU>
Subject: [core] I-D Action: draft-ietf-core-senml-data-ct-00.txt
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 29 Aug 2019 09:18:58 -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 WG of the IETF.

        Title           : SenML Data Value Content-Format Indication
        Authors         : Ari Keranen
                          Carsten Bormann
	Filename        : draft-ietf-core-senml-data-ct-00.txt
	Pages           : 6
	Date            : 2019-08-29

Abstract:
   The Sensor Measurement Lists (SenML) media type supports multiple
   types of values, from numbers to text strings and arbitrary binary
   data values.  In order to simplify processing of the data values this
   document proposes to specify a new SenML field for indicating the
   Content-Format of the data.


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

There are also htmlized versions available at:
https://tools.ietf.org/html/draft-ietf-core-senml-data-ct-00
https://datatracker.ietf.org/doc/html/draft-ietf-core-senml-data-ct-00


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 Thu Aug 29 02:59:49 2019
Return-Path: <internet-drafts@ietf.org>
X-Original-To: core@ietf.org
Delivered-To: core@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 7ACD512011C; Thu, 29 Aug 2019 02:59:32 -0700 (PDT)
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>
Cc: core@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 6.100.0
Auto-Submitted: auto-generated
Precedence: bulk
Reply-To: core@ietf.org
Message-ID: <156707277244.21012.18369379471957528260@ietfa.amsl.com>
Date: Thu, 29 Aug 2019 02:59:32 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/pvcfw9duBhrcMwjGTTdS9Z102-c>
Subject: [core] I-D Action: draft-ietf-core-coral-00.txt
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 29 Aug 2019 09:59:33 -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 WG of the IETF.

        Title           : The Constrained RESTful Application Language (CoRAL)
        Author          : Klaus Hartke
	Filename        : draft-ietf-core-coral-00.txt
	Pages           : 42
	Date            : 2019-08-29

Abstract:
   The Constrained RESTful Application Language (CoRAL) defines a data
   model and interaction model as well as two specialized serialization
   formats for the description of typed connections between resources on
   the Web ("links"), possible operations on such resources ("forms"),
   as well as simple resource metadata.


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

There are also htmlized versions available at:
https://tools.ietf.org/html/draft-ietf-core-coral-00
https://datatracker.ietf.org/doc/html/draft-ietf-core-coral-00


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 Thu Aug 29 03:07:08 2019
Return-Path: <internet-drafts@ietf.org>
X-Original-To: core@ietf.org
Delivered-To: core@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 76EBF120273; Thu, 29 Aug 2019 03:07:06 -0700 (PDT)
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>
Cc: core@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 6.100.0
Auto-Submitted: auto-generated
Precedence: bulk
Reply-To: core@ietf.org
Message-ID: <156707322642.21012.3730538392300521954@ietfa.amsl.com>
Date: Thu, 29 Aug 2019 03:07:06 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/61A_3ZjAF19rylQtx0cOBMnAQrg>
Subject: [core] I-D Action: draft-ietf-core-href-00.txt
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 29 Aug 2019 10:07:07 -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 WG of the IETF.

        Title           : Constrained Resource Identifiers
        Author          : Klaus Hartke
	Filename        : draft-ietf-core-href-00.txt
	Pages           : 15
	Date            : 2019-08-29

Abstract:
   Constrained Resource Identifiers (CoRIs) are an alternate
   serialization of Uniform Resource Identifiers (URIs) that encodes the
   URI components in Concise Binary Object Representation (CBOR) instead
   of a string of characters.  This simplifies parsing, reference
   resolution, and comparison of URIs in environments with severe
   limitations on processing power, code size, and memory size.


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

There are also htmlized versions available at:
https://tools.ietf.org/html/draft-ietf-core-href-00
https://datatracker.ietf.org/doc/html/draft-ietf-core-href-00


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 Thu Aug 29 03:30:56 2019
Return-Path: <cabo@tzi.org>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0E7CC120145 for <core@ietfa.amsl.com>; Thu, 29 Aug 2019 03:30:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.198
X-Spam-Level: 
X-Spam-Status: No, score=-4.198 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_NONE=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 MxTIqdoDZ7nI for <core@ietfa.amsl.com>; Thu, 29 Aug 2019 03:30:52 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3474812011C for <core@ietf.org>; Thu, 29 Aug 2019 03:30:52 -0700 (PDT)
Received: from [192.168.217.110] (p548DCCB9.dip0.t-ipconnect.de [84.141.204.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 46JzQy34zmz10Y5; Thu, 29 Aug 2019 12:30:50 +0200 (CEST)
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <156707374972.21167.11727056100146778914@ietfa.amsl.com>
Date: Thu, 29 Aug 2019 12:30:48 +0200
X-Mao-Original-Outgoing-Id: 588767446.7215151-6117850c6a4e2f3cc8cf390d01f2aa93
Content-Transfer-Encoding: quoted-printable
Message-Id: <15738878-161A-4D4A-82FD-EB8937E754D0@tzi.org>
References: <156707374972.21167.11727056100146778914@ietfa.amsl.com>
To: core <core@ietf.org>
X-Mailer: Apple Mail (2.3445.9.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/c7DRj17kj9qk8PtulUwvruGtiFU>
Subject: Re: [core] I-D Action: draft-bormann-senml-more-units-04.txt
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 29 Aug 2019 10:30:54 -0000

While we are waiting for the WG adoption call to complete, I have =
updated the individual draft to reflect input on this list (and one =
off-list input from the IPSO github repository).

> A diff from the previous version is available at:
> https://www.ietf.org/rfcdiff?url2=3Ddraft-bormann-senml-more-units-04

This essentially has registry actions (kg/m3 for the base units, for =
mass concentrations, and a few secondary units that came up, including =
ug/m3).

There also is a small technical change: The text now makes it explicit =
that scale factors can be written in exponential notation, e.g. ug/m3 is =
1e-9 kg/m3 (the alternative, writing 1/1000000000, is unwieldy and =
error-prone, and becomes even more so when we=E2=80=99ll have nuclear =
power at home controlled over the Internet of Things :-).

So if the WG adoption call goes through and I submit the draft-ietf =
Working Group document version, I=E2=80=99d like to base that on -04 =
unless there is an objection to this.  (And you still can chime in on =
the WG adoption call, as well.)

Gr=C3=BC=C3=9Fe, Carsten


From nobody Thu Aug 29 07:38:32 2019
Return-Path: <noreply@ietf.org>
X-Original-To: core@ietf.org
Delivered-To: core@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 6420112083B; Thu, 29 Aug 2019 07:38:23 -0700 (PDT)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: Robert Sparks via Datatracker <noreply@ietf.org>
To: <gen-art@ietf.org>
Cc: ietf@ietf.org, core@ietf.org, draft-ietf-core-senml-etch.all@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 6.100.0
Auto-Submitted: auto-generated
Precedence: bulk
Reply-To: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <156708950337.21012.630829697167091848@ietfa.amsl.com>
Date: Thu, 29 Aug 2019 07:38:23 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/XiyyzWJsL_Zh61sugeRZICPcpVA>
Subject: [core] Genart last call review of draft-ietf-core-senml-etch-05
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 29 Aug 2019 14:38:24 -0000

Reviewer: Robert Sparks
Review result: Ready with Nits

I am the assigned Gen-ART reviewer for this draft. The General Area
Review Team (Gen-ART) reviews all IETF documents being processed
by the IESG for the IETF Chair.  Please treat these comments just
like any other last call comments.

For more information, please see the FAQ at

<https://trac.ietf.org/trac/gen/wiki/GenArtfaq>.

Document: draft-ietf-core-senml-etch-05
Reviewer: Robert Sparks
Review Date: 2019-08-29
IETF LC End Date: 2019-09-02
IESG Telechat date: 2019-09-05

Summary: Ready for publication as a Proposed Standard RFC, but with nits to
consider before publication

Nits:

Since the string "-etch-" is in the media type, it might be nice to say in the
document where it came from.

I think the text in the interoperability considerations sections of the
registrations could be improved. You mean to talk about unrecognized keys, not
unrecognized key-value pairs. I also think the body of the RFC should have a
very short extensibility section that explicitly says you're doing a similar
thing as 8424 section 4.4 and point to that section.

I am a little uncomfortable with the "Fragment Identification" section (4) of
this document - it feels like a "do what we mean" statement. I don't have text
to suggest. It may well be that it will be dead-obvious to an implementer what
to do, but it makes me uneasy.



From nobody Fri Aug 30 12:26:41 2019
Return-Path: <ietf@augustcellars.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 686521201DE for <core@ietfa.amsl.com>; Fri, 30 Aug 2019 12:26:39 -0700 (PDT)
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, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, 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 JbwEl9u5clGO for <core@ietfa.amsl.com>; Fri, 30 Aug 2019 12:26:38 -0700 (PDT)
Received: from mail2.augustcellars.com (augustcellars.com [50.45.239.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8E1AB1200F6 for <core@ietf.org>; Fri, 30 Aug 2019 12:26:37 -0700 (PDT)
Received: from Jude (73.180.8.170) by mail2.augustcellars.com (192.168.0.56) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Fri, 30 Aug 2019 12:26:30 -0700
From: Jim Schaad <ietf@augustcellars.com>
To: <core@ietf.org>
Date: Fri, 30 Aug 2019 12:26:28 -0700
Message-ID: <02b301d55f68$d3939640$7abac2c0$@augustcellars.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook 16.0
Thread-Index: AdVfYv4Fj/BmtpnFT7qG/2ON4FKBVw==
Content-Language: en-us
X-Originating-IP: [73.180.8.170]
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/uQoQ7JVL1nG7gV3CAvuMs5LXe3E>
Subject: [core] Observer with Get and Fetch
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 30 Aug 2019 19:26:40 -0000

I have been starting to do some playing with Pub-Sub servers and in the
process I ran into a question about how observe and fetch are supposed to be
working together.

If you observe a resource with GET, then the resource itself can make a
simple decision about sending an observer notification if the same value is
re-published into it.  This can be done based on things like max age and its
own internal state.  In the case of doing an observer with a FETCH, this
problem expands to be a bit larger.  A resource can be updated with a
different value, but if the fetch criteria is applied then there may not be
a difference in the resource that would be returned beyond things like
MAX-AGE and ETAG.  Should the updated resource always be returned even if it
does not appear to have a value change?  The same rules as for a single
resource can be applied if there is no change in the content of the
resource.

I was not able to find any good guidance in either the observe or fetch
RFCs.  There is a discussion about using some filtering criteria in RFC 7641
(observe), section 4.3.1 gives text that corresponds to what I said above
but there is no equivalent to that text in the FETCH RFC.  The state that
needs to be kept for GET is small, just the last time one sent the
notification relative to the max age of the current one.  This is much more
complicated when looking at fetch as knowing when things are going to expire
may be dependent on each different set of filtering that was provided for
the fetch operation.  Is the best thing to do is to ignore the fact that the
content would be the same and always return a notification if the content
was changed?

The specific thing I was looking at was doing a fetch on the
"has-published-item" property of a topic on the pub-sub server which is
"refreshed" every time that new content is published in the data item (or it
expires). But one really only generally would only care about changes in the
state.

Jim



From nobody Sat Aug 31 03:39:16 2019
Return-Path: <aamelnikov@fastmail.fm>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1DA84120046; Sat, 31 Aug 2019 03:39:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.698
X-Spam-Level: 
X-Spam-Status: No, score=-2.698 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, HTML_MESSAGE=0.001, MIME_QP_LONG_LINE=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=fastmail.fm header.b=B+qc5i1E; dkim=pass (2048-bit key) header.d=messagingengine.com header.b=k3qNs0Is
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 8TUMspLR5ykc; Sat, 31 Aug 2019 03:39:11 -0700 (PDT)
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 920C4120020; Sat, 31 Aug 2019 03:39:11 -0700 (PDT)
Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 8EA5721F6D; Sat, 31 Aug 2019 06:39:10 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Sat, 31 Aug 2019 06:39:10 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.fm; h= content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; s=fm1; bh=x f2r322dk45KmHeGsP4kJZSHZV+3cjLOppX2DmV0NFc=; b=B+qc5i1EE97u1Asic 3bY6qY8bBbT7rj1wZkMpUHjYu99G/2eW59HdKHMJJcSX7zg+87Tss4guQcsGoqo8 B6vEKhWivWfqYXm33egsJ35b990L65kTWMRVhhDZhBpqHAQ9OW380xXqzkDj5pz6 Uu6E6qtSg+PUX7tf/ZXpJAgCDUyslFjU+dXzAl3cHYOeywUFRR4yoiwK8sunru1Y jm24+9q0NALcglEFnkWo5sHzuieD2/HsU5o91Z9i/wupvGSMwA/Livhku/gouPOv 7Dlp4BikL5Qumym7XvguQMRqs7Mh9ST3vfYFtcauXSiNJb+VjxenqlAYfXf3PPrX kBwvw==
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=xf2r322dk45KmHeGsP4kJZSHZV+3cjLOppX2DmV0N Fc=; b=k3qNs0IsVoaRw8VyapiyWyjPrv8wWoSp0kEzBDKY90qsJ5jfxwz9m2ZAr LUoKaQQT0YFfWgt/cmb0JVSFtulSYqfjy2tDHT4q4Yn3UPZFP1B0UsuUsjHlJ75d I4EBVe4udlGPd3d+P/VHxQnRoaootiT99SbwCtH1JyjF1fk/stOc6QPRpa9Te8S4 6U9k9xpKfisE3M8EQRvKRFQkIojpdCbpAnzn/N4zAZzLZHVxNiXq7bDs0fY2avvn zDTx4bujEXoeQK6FzmuG3gwoKZWizGxSuZYxkRIlHu2tGMcdgHu2Y7yO4M65g4t0 mXbtl0AT0W3P2eSnv6OSFHl+FgPpg==
X-ME-Sender: <xms:TU5qXVimIcHcVPQDG-d9iO04EJq18x7iV862pwnl5DqCyBG18ODqLw>
X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrudeiiedgtdegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurheptggguffhofgjfffgkfhfvfesrgejmherhhdtjeenucfhrhhomheptehlvgig vgihucfovghlnhhikhhovhcuoegrrghmvghlnhhikhhovhesfhgrshhtmhgrihhlrdhfmh eqnecuffhomhgrihhnpehivghtfhdrohhrghenucfkphepjeejrdeljedrudeghedrheeh necurfgrrhgrmhepmhgrihhlfhhrohhmpegrrghmvghlnhhikhhovhesfhgrshhtmhgrih hlrdhfmhenucevlhhushhtvghrufhiiigvpedt
X-ME-Proxy: <xmx:TU5qXbc11tHbguUfnq6CEyFk6qydwO9aXkptI53fFNzJJRfWWILUmw> <xmx:TU5qXQeB4ScNjdoPM6jRyWI1RiQEXKQz9U8BG6AzzkZrWPOaKQLY5A> <xmx:TU5qXXUuw7Pjeh74Qu8qxnq-Du_nNCGEHuSHiNaK2Apq8g9X9tUzyA> <xmx:Tk5qXS2mKvspz6s7Ds8tuIZTN9AmDjXPLcPJW1iayJUJwS4ZN-XT0A>
Received: from [192.168.0.12] (cpc121086-nmal24-2-0-cust54.19-2.cable.virginm.net [77.97.145.55]) by mail.messagingengine.com (Postfix) with ESMTPA id ABCA68005C; Sat, 31 Aug 2019 06:39:08 -0400 (EDT)
Content-Type: multipart/alternative; boundary=Apple-Mail-B7409DC3-CEBD-4F21-861E-979305465A03
Mime-Version: 1.0 (1.0)
From: Alexey Melnikov <aamelnikov@fastmail.fm>
X-Mailer: iPad Mail (16G102)
In-Reply-To: <20190826181801.GJ84368@kduck.mit.edu>
Date: Sat, 31 Aug 2019 11:39:06 +0100
Cc: Carsten Bormann <cabo@tzi.org>, The IESG <iesg@ietf.org>, draft-ietf-core-multipart-ct@ietf.org, =?utf-8?Q?Jaime_Jim=C3=A9nez?= <jaime.jimenez@ericsson.com>, core-chairs@ietf.org, core@ietf.org
Content-Transfer-Encoding: 7bit
Message-Id: <88A86206-D8D6-4B89-A1D0-A8F530779B59@fastmail.fm>
References: <155675554069.2851.9351849772053196736.idtracker@ietfa.amsl.com> <459433ef-5cb5-4c3e-a32e-a5d063b1ccf0@www.fastmail.com> <BE1600FF-FBFB-44F4-A405-9C73ADA6E3FC@tzi.org> <20190504232153.GA19805@kduck.mit.edu> <A6EE5F90-391C-487B-A3DD-2193027022C6@tzi.org> <20190826181801.GJ84368@kduck.mit.edu>
To: Benjamin Kaduk <kaduk@mit.edu>
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/M6lP4Qx3ggoBzdriPq65sp0MKcs>
Subject: Re: [core] Benjamin Kaduk's Discuss on draft-ietf-core-multipart-ct-03: (with DISCUSS and COMMENT)
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Sat, 31 Aug 2019 10:39:15 -0000

--Apple-Mail-B7409DC3-CEBD-4F21-861E-979305465A03
Content-Type: text/plain;
	charset=utf-8
Content-Transfer-Encoding: quoted-printable

Hi Ben,

> On 26 Aug 2019, at 19:18, Benjamin Kaduk <kaduk@mit.edu> wrote:
>=20
>> On Wed, Aug 21, 2019 at 09:37:10PM +0200, Carsten Bormann wrote:
>> Hi Benjamin,
>>=20
>> it took us a while to better understand the concern and come up with text=
.
>>=20
>> We have now submitted -04:
>> https://tools.ietf.org/html/draft-ietf-core-multipart-ct-04
>> https://tools.ietf.org/rfcdiff?url2=3Ddraft-ietf-core-multipart-ct-04.txt=

>=20
> [replying at the top since what I am trying to say is essentially wrapping=

> all the inline notes together]
>=20
> I can grudgingly accept the decision to focus solely on a multipart/mixed
> equivalent, though it remains surpising to me that stopping there is
> desired.  That is, my reading of RFC 2046 is that the "mixed" subtype is a=

> catchall generic container that is usable as a fallback for when a
> more-specific subtype is not supported/understood, but that direct use was=

> somewhat discouraged due to the more rich array of semantics available
> (noting that 2046 itself specifies several additional subtypes with the
> "more-rich" semantics).

Having recently spent many hours coding handling of different multipart/* me=
dia types in an email client, I don=E2=80=99t think I agree. Yes, multipart/=
mixed is the fallback, but I don=E2=80=99t believe that any document discour=
ages its use. Certainly observing multipart/* media types used in the wild, I=
 only ever see multipart/mixed (the most common), multipart/alternative, mul=
tipart/related, multipart/report and rarely multipart/digest. multipart/repo=
rt and multipart/digest have special structure and purposes, I don=E2=80=99t=
 think they are relevant to draft-ietf-core-multipart-ct.

> So it's surprising that we stop with the generic
> container, and do not mirror RFC 2046 in defining some more-rich subtypes
> with precise semantics.
>=20
> That said, within the context of only specifying a multipart/mixed
> analogue, I still think we need to have some further discussion about the
> applicability of those semantics to the listed use cases.  RFC 2046 is
> quite clear that "mixed" is used when the body parts "need to be bundled i=
n
> a particular order".  The first use case listed, for audio snippets to be
> played back in sequence or search results, is a natural fit for
> multipart/mixed.  The second ("bag of representations"), however, includes=

> a note that "the sequence in which these occur may not be relevant to the
> application", which does not seem like a good fit for multipart/mixed:
> depending on the specifics, either multipart/alternative or
> multipart/parallel seem to be a better match for the stated semantics. =20=


As far as I am concerned there is zero use of multipart/parallel in email or=
 web. Even if it was a good idea at the time, the market decided against it.=


I think multipart/mixed is used for both as an ordered sequence and as an un=
ordered collection. Considering variety of UIs for handling multipart/mixed,=
 I don=E2=80=99t think the difference matters significantly for people to ca=
re about differences between 2 cases.

> The
> third listed use case (sender-selects from a union) also doesn't feel like=

> a great fit, since there is mostly just one "inner" type in a give
> response, and thus no ordering to be had; even in the (transient?) case
> where a resource is represented by multiple of the potential output
> formats, it's not clear that the ordering will always be important.  This
> use case in particular feels like a very good match for defining a new
> subtype with precise, rich, semantics for "sender selects from union".
>=20
> Finally, I would like to continue to push back on the sense that it is goo=
d
> to have the surrounding (request) context play a large role in interpretin=
g
> the semantics of the response.  While this is of course unavoidable to som=
e
> extent, I am not sure that encouraging it is wise.  Consider, for example,=

> JWT, which is becoming quite popular, but also is having to react to quite=

> real security threats due to the lack of explicit typing from the start.
> The mere fact that I have to ask "can my access token be misused as an
> identity token?" seems like a failure of the context-dependent semantics.
> Granted, JWT is a cryptographic construct involving a signature from a
> trusted authority, which is not the case here, but the general question of=

> whether we want to place more weight on the two parties communicating
> making the same implicit/heuristic-based choices about interpreting conten=
t
> when we can easily make the semantics more explicit and rely less on all
> implementations making the same choices seems to still apply.
>=20
> Thanks,
>=20
> Ben
>=20
>=20
>>> On May 5, 2019, at 01:21, Benjamin Kaduk <kaduk@MIT.EDU> wrote:
>>>=20
>>> On Thu, May 02, 2019 at 03:11:25PM +0200, Carsten Bormann wrote:
>>>> Hi Alexey,
>>>>=20
>>>>> On May 2, 2019, at 14:40, Alexey Melnikov <aamelnikov@fastmail.fm> wro=
te:
>>>>>=20
>>>>> Hi Benjamin,
>>>>>=20
>>>>>> On Thu, May 2, 2019, at 1:05 AM, Benjamin Kaduk via Datatracker wrote=
:
>>>>>>=20
>>>>>> ---------------------------------------------------------------------=
-
>>>>>> DISCUSS:
>>>>>> ---------------------------------------------------------------------=
-
>>>>>>=20
>>>>>> It's not clear to me that we're really specifying the semantics of a
>>>>>> single media-type.  The introduction discusses how we may want multip=
le
>>>>>> representations to appear in a sequence, potentially representing
>>>>>> different content.
>>>>>=20
>>>>> I think this is similar to multipart/mixed.
>>>>=20
>>>> We were indeed trying to follow the model of multipart/mixed.
>>>> This offers a number of embedded representations the sequence of which m=
ay or may not be important.
>>>>=20
>>>>>> Or we may have a set of related representations that
>>>>>> conceptually are the same content (but are they literally the same
>>>>>> resource, or related content?).
>>>>>=20
>>>>> My understanding is that they are related contents.
>>>>=20
>>>> There is no promise that the related items are conceptually the same co=
ntent.
>>>> The difference between the first situation and the second one mainly is=
 that the sequence is not important in the second (i.e., we are using the se=
quence to describe a bag).
>>>>=20
>>>>>> And there is yet a third option -- one
>>>>>> that I'm not sure I fully understand -- wherein the representation is=

>>>>>> not important, but rather which format is chosen of the several
>>>>>> possibilities, to the extent that extreme compression of the
>>>>>> representation is possible, with the compression just outputting the
>>>>>> format indicator.
>>>>>=20
>>>>> Hmm, I missed that. I think this is similar to multipart/alternative
>>>>=20
>>>> That wasn=E2=80=99t the intention.
>>>=20
>>> I think that analogies to multipart/mixed and/or multipart/alternative
>>> would help the reviewer assess whether the document text succeeds at
>>> describing the intended behavior (though it's not clear that using such a=

>>> reference to attempt to define the behavior by reference is a useful pla=
n).
>>=20
>> Please have a look at what we did =E2=80=94 we made it more explicit that=
 the semantics are indeed refined by the request context, but that multipart=
/mixed is our model here and multipart/alternative is outside the range that=
 this media type addresses.
>>=20
>>>> The choice in the third situation mentioned in the introduction is made=
 by the originator of the representation, not the receiver.  The selected re=
presentation is still packaged in an application/multipart-core envelope so t=
he media type does not need to diverge =E2=80=94 it is essentially used as t=
he (type!) union (a.k.a. choice) of the media types that the application wan=
ts to be able to put in the envelope.
>>>>=20
>>>> We may have painted ourselves into a corner in RFC 7641 with the mandat=
e that the representations provided by an observable resource stay within th=
e same media type (content-format) over time.  This makes it difficult in Co=
AP to observe a resource that alternates between a =E2=80=9Cpending=E2=80=9D=
 and a =E2=80=9Cready=E2=80=9D state that have different structures of their=
 representation.  Multipart-core can be used to package either into the same=
 media type.
>>>=20
>>> So while this may not be quite multipart/alternative, there are still
>>> alternatives involved; they are just delievered in separate (streamed)
>>> responses, as opposed to together in the same one.  That is, the
>>> alternation is over time and not at the choice of the recipient.
>>=20
>> Multipart/alternative is recipient choice; scenario 3 is originator choic=
e.
>> The need for the =E2=80=9Cunion type=E2=80=9D alluded to in the introduct=
ion may be idiosyncratic to CoAP: We expect an observed resource to go throu=
gh states that all can be described by representations of the same content t=
ype.  Maybe that was not such a smart expectation, but the union type mechan=
ism allows us to paper over that.  In any case, there is no =E2=80=9Corder=E2=
=80=9D or =E2=80=9Cchoice=E2=80=9D problem in this scenario.
>>=20
>>>> I don=E2=80=99t think the third situation has semantics that differ fro=
m the first two.
>>>> You still get a bag with a representation in it (or maybe none).  You s=
till need to look into the bag to see what form it takes this time.  Actuall=
y, the second situation might also apply, so you might indeed get a couple r=
epresentations in certain instances because that=E2=80=99s what best describ=
es the resource at this particular time.
>>>=20
>>> I think it's important to be clear about whether the sequencing within a=

>>> given content array is or is not semantically relevant,
>>=20
>> This is very much a function of the semantics that the request had on the=
 resource.  If you get a mail with multipart/mixed in it, is it semantically=
 relevant that the service manual is first, then the user manual next among t=
he attachments?
>> The ordering may simply be alphabetic by name (and that may actually be w=
hat the request originally said).
>>=20
>>> and under what
>>> conditions a recipient might only consult a subset of the array
>>> (multipart/alternative) vs. assembling a conglomerate from components of=

>>> different types (multipart/mixed).
>>=20
>> That is now addressed. =20
>>=20
>> Gr=C3=BC=C3=9Fe, Carsten
>>=20

--Apple-Mail-B7409DC3-CEBD-4F21-861E-979305465A03
Content-Type: text/html;
	charset=utf-8
Content-Transfer-Encoding: quoted-printable

<html><head><meta http-equiv=3D"content-type" content=3D"text/html; charset=3D=
utf-8"></head><body dir=3D"auto"><div dir=3D"ltr"></div><div dir=3D"ltr">Hi B=
en,</div><div dir=3D"ltr"><br>On 26 Aug 2019, at 19:18, Benjamin Kaduk &lt;<=
a href=3D"mailto:kaduk@mit.edu">kaduk@mit.edu</a>&gt; wrote:<br><br></div><b=
lockquote type=3D"cite"><div dir=3D"ltr"><span>On Wed, Aug 21, 2019 at 09:37=
:10PM +0200, Carsten Bormann wrote:</span><br><blockquote type=3D"cite"><spa=
n>Hi Benjamin,</span><br></blockquote><blockquote type=3D"cite"><span></span=
><br></blockquote><blockquote type=3D"cite"><span>it took us a while to bett=
er understand the concern and come up with text.</span><br></blockquote><blo=
ckquote type=3D"cite"><span></span><br></blockquote><blockquote type=3D"cite=
"><span>We have now submitted -04:</span><br></blockquote><blockquote type=3D=
"cite"><span><a href=3D"https://tools.ietf.org/html/draft-ietf-core-multipar=
t-ct-04">https://tools.ietf.org/html/draft-ietf-core-multipart-ct-04</a></sp=
an><br></blockquote><blockquote type=3D"cite"><span><a href=3D"https://tools=
.ietf.org/rfcdiff?url2=3Ddraft-ietf-core-multipart-ct-04.txt">https://tools.=
ietf.org/rfcdiff?url2=3Ddraft-ietf-core-multipart-ct-04.txt</a></span><br></=
blockquote><span></span><br><span>[replying at the top since what I am tryin=
g to say is essentially wrapping</span><br><span>all the inline notes togeth=
er]</span><br><span></span><br><span>I can grudgingly accept the decision to=
 focus solely on a multipart/mixed</span><br><span>equivalent, though it rem=
ains surpising to me that stopping there is</span><br><span>desired. &nbsp;T=
hat is, my reading of RFC 2046 is that the "mixed" subtype is a</span><br><s=
pan>catchall generic container that is usable as a fallback for when a</span=
><br><span>more-specific subtype is not supported/understood, but that direc=
t use was</span><br><span>somewhat discouraged due to the more rich array of=
 semantics available</span><br><span>(noting that 2046 itself specifies seve=
ral additional subtypes with the</span><br><span>"more-rich" semantics).</sp=
an></div></blockquote><br><div>Having recently spent many hours coding handl=
ing of different multipart/* media types in an email client, I don=E2=80=99t=
 think I agree. Yes, multipart/mixed is the fallback, but I don=E2=80=99t be=
lieve that any document discourages its use. Certainly observing multipart/*=
 media types used in the wild, I only ever see multipart/mixed (the most com=
mon), multipart/alternative, multipart/related, multipart/report and rarely m=
ultipart/digest. multipart/report and multipart/digest have special structur=
e and purposes, I don=E2=80=99t think they are relevant to&nbsp;<span style=3D=
"font-size: 12pt; font-family: Helvetica;">draft-ietf-core-multipart-ct.</sp=
an></div><br><blockquote type=3D"cite"><div dir=3D"ltr"><span>So it's surpri=
sing that we stop with the generic</span><br><span>container, and do not mir=
ror RFC 2046 in defining some more-rich subtypes</span><br><span>with precis=
e semantics.</span><br><span></span><br><span>That said, within the context o=
f only specifying a multipart/mixed</span><br><span>analogue, I still think w=
e need to have some further discussion about the</span><br><span>applicabili=
ty of those semantics to the listed use cases. &nbsp;RFC 2046 is</span><br><=
span>quite clear that "mixed" is used when the body parts "need to be bundle=
d in</span><br><span>a particular order". &nbsp;The first use case listed, f=
or audio snippets to be</span><br><span>played back in sequence or search re=
sults, is a natural fit for</span><br><span>multipart/mixed. &nbsp;The secon=
d ("bag of representations"), however, includes</span><br><span>a note that "=
the sequence in which these occur may not be relevant to the</span><br><span=
>application", which does not seem like a good fit for multipart/mixed:</spa=
n><br><span>depending on the specifics, either multipart/alternative or</spa=
n><br><span>multipart/parallel seem to be a better match for the stated sema=
ntics. &nbsp;</span></div></blockquote><div><br></div>As far as I am concern=
ed there is zero use of multipart/parallel in email or web. Even if it was a=
 good idea at the time, the market decided against it.<div><br></div><div>I t=
hink multipart/mixed is used for both as an ordered sequence and as an unord=
ered collection. Considering variety of UIs for handling multipart/mixed, I d=
on=E2=80=99t think the difference matters significantly for people to care a=
bout differences between 2 cases.</div><div><div><br><blockquote type=3D"cit=
e"><div dir=3D"ltr"><span>The</span><br><span>third listed use case (sender-=
selects from a union) also doesn't feel like</span><br><span>a great fit, si=
nce there is mostly just one "inner" type in a give</span><br><span>response=
, and thus no ordering to be had; even in the (transient?) case</span><br><s=
pan>where a resource is represented by multiple of the potential output</spa=
n><br><span>formats, it's not clear that the ordering will always be importa=
nt. &nbsp;This</span><br><span>use case in particular feels like a very good=
 match for defining a new</span><br><span>subtype with precise, rich, semant=
ics for "sender selects from union".</span><br><span></span><br><span>Finall=
y, I would like to continue to push back on the sense that it is good</span>=
<br><span>to have the surrounding (request) context play a large role in int=
erpreting</span><br><span>the semantics of the response. &nbsp;While this is=
 of course unavoidable to some</span><br><span>extent, I am not sure that en=
couraging it is wise. &nbsp;Consider, for example,</span><br><span>JWT, whic=
h is becoming quite popular, but also is having to react to quite</span><br>=
<span>real security threats due to the lack of explicit typing from the star=
t.</span><br><span>The mere fact that I have to ask "can my access token be m=
isused as an</span><br><span>identity token?" seems like a failure of the co=
ntext-dependent semantics.</span><br><span>Granted, JWT is a cryptographic c=
onstruct involving a signature from a</span><br><span>trusted authority, whi=
ch is not the case here, but the general question of</span><br><span>whether=
 we want to place more weight on the two parties communicating</span><br><sp=
an>making the same implicit/heuristic-based choices about interpreting conte=
nt</span><br><span>when we can easily make the semantics more explicit and r=
ely less on all</span><br><span>implementations making the same choices seem=
s to still apply.</span><br><span></span><br><span>Thanks,</span><br><span><=
/span><br><span>Ben</span><br><span></span><br><span></span><br><blockquote t=
ype=3D"cite"><blockquote type=3D"cite"><span>On May 5, 2019, at 01:21, Benja=
min Kaduk &lt;<a href=3D"mailto:kaduk@MIT.EDU">kaduk@MIT.EDU</a>&gt; wrote:<=
/span><br></blockquote></blockquote><blockquote type=3D"cite"><blockquote ty=
pe=3D"cite"><span></span><br></blockquote></blockquote><blockquote type=3D"c=
ite"><blockquote type=3D"cite"><span>On Thu, May 02, 2019 at 03:11:25PM +020=
0, Carsten Bormann wrote:</span><br></blockquote></blockquote><blockquote ty=
pe=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><span>Hi Ale=
xey,</span><br></blockquote></blockquote></blockquote><blockquote type=3D"ci=
te"><blockquote type=3D"cite"><blockquote type=3D"cite"><span></span><br></b=
lockquote></blockquote></blockquote><blockquote type=3D"cite"><blockquote ty=
pe=3D"cite"><blockquote type=3D"cite"><span>On May 2, 2019, at 14:40, Alexey=
 Melnikov &lt;<a href=3D"mailto:aamelnikov@fastmail.fm">aamelnikov@fastmail.=
fm</a>&gt; wrote:</span><br></blockquote></blockquote></blockquote><blockquo=
te type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><blockq=
uote type=3D"cite"><span></span><br></blockquote></blockquote></blockquote><=
/blockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote t=
ype=3D"cite"><blockquote type=3D"cite"><span>Hi Benjamin,</span><br></blockq=
uote></blockquote></blockquote></blockquote><blockquote type=3D"cite"><block=
quote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><spa=
n></span><br></blockquote></blockquote></blockquote></blockquote><blockquote=
 type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquo=
te type=3D"cite"><span>On Thu, May 2, 2019, at 1:05 AM, Benjamin Kaduk via D=
atatracker wrote:</span><br></blockquote></blockquote></blockquote></blockqu=
ote><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"=
cite"><blockquote type=3D"cite"><span></span><br></blockquote></blockquote><=
/blockquote></blockquote><blockquote type=3D"cite"><blockquote type=3D"cite"=
><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cit=
e"><span>-------------------------------------------------------------------=
---</span><br></blockquote></blockquote></blockquote></blockquote></blockquo=
te><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"c=
ite"><blockquote type=3D"cite"><blockquote type=3D"cite"><span>DISCUSS:</spa=
n><br></blockquote></blockquote></blockquote></blockquote></blockquote><bloc=
kquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><bl=
ockquote type=3D"cite"><blockquote type=3D"cite"><span>---------------------=
-------------------------------------------------</span><br></blockquote></b=
lockquote></blockquote></blockquote></blockquote><blockquote type=3D"cite"><=
blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"=
><blockquote type=3D"cite"><span></span><br></blockquote></blockquote></bloc=
kquote></blockquote></blockquote><blockquote type=3D"cite"><blockquote type=3D=
"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D=
"cite"><span>It's not clear to me that we're really specifying the semantics=
 of a</span><br></blockquote></blockquote></blockquote></blockquote></blockq=
uote><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D=
"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><span>single medi=
a-type. &nbsp;The introduction discusses how we may want multiple</span><br>=
</blockquote></blockquote></blockquote></blockquote></blockquote><blockquote=
 type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquo=
te type=3D"cite"><blockquote type=3D"cite"><span>representations to appear i=
n a sequence, potentially representing</span><br></blockquote></blockquote><=
/blockquote></blockquote></blockquote><blockquote type=3D"cite"><blockquote t=
ype=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote=
 type=3D"cite"><span>different content.</span><br></blockquote></blockquote>=
</blockquote></blockquote></blockquote><blockquote type=3D"cite"><blockquote=
 type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><span></s=
pan><br></blockquote></blockquote></blockquote></blockquote><blockquote type=
=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote ty=
pe=3D"cite"><span>I think this is similar to multipart/mixed.</span><br></bl=
ockquote></blockquote></blockquote></blockquote><blockquote type=3D"cite"><b=
lockquote type=3D"cite"><blockquote type=3D"cite"><span></span><br></blockqu=
ote></blockquote></blockquote><blockquote type=3D"cite"><blockquote type=3D"=
cite"><blockquote type=3D"cite"><span>We were indeed trying to follow the mo=
del of multipart/mixed.</span><br></blockquote></blockquote></blockquote><bl=
ockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><=
span>This offers a number of embedded representations the sequence of which m=
ay or may not be important.</span><br></blockquote></blockquote></blockquote=
><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cit=
e"><span></span><br></blockquote></blockquote></blockquote><blockquote type=3D=
"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D=
"cite"><blockquote type=3D"cite"><span>Or we may have a set of related repre=
sentations that</span><br></blockquote></blockquote></blockquote></blockquot=
e></blockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquo=
te type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><span>c=
onceptually are the same content (but are they literally the same</span><br>=
</blockquote></blockquote></blockquote></blockquote></blockquote><blockquote=
 type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquo=
te type=3D"cite"><blockquote type=3D"cite"><span>resource, or related conten=
t?).</span><br></blockquote></blockquote></blockquote></blockquote></blockqu=
ote><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"=
cite"><blockquote type=3D"cite"><span></span><br></blockquote></blockquote><=
/blockquote></blockquote><blockquote type=3D"cite"><blockquote type=3D"cite"=
><blockquote type=3D"cite"><blockquote type=3D"cite"><span>My understanding i=
s that they are related contents.</span><br></blockquote></blockquote></bloc=
kquote></blockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><blo=
ckquote type=3D"cite"><span></span><br></blockquote></blockquote></blockquot=
e><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"ci=
te"><span>There is no promise that the related items are conceptually the sa=
me content.</span><br></blockquote></blockquote></blockquote><blockquote typ=
e=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><span>The dif=
ference between the first situation and the second one mainly is that the se=
quence is not important in the second (i.e., we are using the sequence to de=
scribe a bag).</span><br></blockquote></blockquote></blockquote><blockquote t=
ype=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><span></spa=
n><br></blockquote></blockquote></blockquote><blockquote type=3D"cite"><bloc=
kquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><bl=
ockquote type=3D"cite"><span>And there is yet a third option -- one</span><b=
r></blockquote></blockquote></blockquote></blockquote></blockquote><blockquo=
te type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><blockq=
uote type=3D"cite"><blockquote type=3D"cite"><span>that I'm not sure I fully=
 understand -- wherein the representation is</span><br></blockquote></blockq=
uote></blockquote></blockquote></blockquote><blockquote type=3D"cite"><block=
quote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><blo=
ckquote type=3D"cite"><span>not important, but rather which format is chosen=
 of the several</span><br></blockquote></blockquote></blockquote></blockquot=
e></blockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquo=
te type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><span>p=
ossibilities, to the extent that extreme compression of the</span><br></bloc=
kquote></blockquote></blockquote></blockquote></blockquote><blockquote type=3D=
"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D=
"cite"><blockquote type=3D"cite"><span>representation is possible, with the c=
ompression just outputting the</span><br></blockquote></blockquote></blockqu=
ote></blockquote></blockquote><blockquote type=3D"cite"><blockquote type=3D"=
cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D=
"cite"><span>format indicator.</span><br></blockquote></blockquote></blockqu=
ote></blockquote></blockquote><blockquote type=3D"cite"><blockquote type=3D"=
cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><span></span><br><=
/blockquote></blockquote></blockquote></blockquote><blockquote type=3D"cite"=
><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cit=
e"><span>Hmm, I missed that. I think this is similar to multipart/alternativ=
e</span><br></blockquote></blockquote></blockquote></blockquote><blockquote t=
ype=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><span></spa=
n><br></blockquote></blockquote></blockquote><blockquote type=3D"cite"><bloc=
kquote type=3D"cite"><blockquote type=3D"cite"><span>That wasn=E2=80=99t the=
 intention.</span><br></blockquote></blockquote></blockquote><blockquote typ=
e=3D"cite"><blockquote type=3D"cite"><span></span><br></blockquote></blockqu=
ote><blockquote type=3D"cite"><blockquote type=3D"cite"><span>I think that a=
nalogies to multipart/mixed and/or multipart/alternative</span><br></blockqu=
ote></blockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><span>w=
ould help the reviewer assess whether the document text succeeds at</span><b=
r></blockquote></blockquote><blockquote type=3D"cite"><blockquote type=3D"ci=
te"><span>describing the intended behavior (though it's not clear that using=
 such a</span><br></blockquote></blockquote><blockquote type=3D"cite"><block=
quote type=3D"cite"><span>reference to attempt to define the behavior by ref=
erence is a useful plan).</span><br></blockquote></blockquote><blockquote ty=
pe=3D"cite"><span></span><br></blockquote><blockquote type=3D"cite"><span>Pl=
ease have a look at what we did =E2=80=94 we made it more explicit that the s=
emantics are indeed refined by the request context, but that multipart/mixed=
 is our model here and multipart/alternative is outside the range that this m=
edia type addresses.</span><br></blockquote><blockquote type=3D"cite"><span>=
</span><br></blockquote><blockquote type=3D"cite"><blockquote type=3D"cite">=
<blockquote type=3D"cite"><span>The choice in the third situation mentioned i=
n the introduction is made by the originator of the representation, not the r=
eceiver. &nbsp;The selected representation is still packaged in an applicati=
on/multipart-core envelope so the media type does not need to diverge =E2=80=
=94 it is essentially used as the (type!) union (a.k.a. choice) of the media=
 types that the application wants to be able to put in the envelope.</span><=
br></blockquote></blockquote></blockquote><blockquote type=3D"cite"><blockqu=
ote type=3D"cite"><blockquote type=3D"cite"><span></span><br></blockquote></=
blockquote></blockquote><blockquote type=3D"cite"><blockquote type=3D"cite">=
<blockquote type=3D"cite"><span>We may have painted ourselves into a corner i=
n RFC 7641 with the mandate that the representations provided by an observab=
le resource stay within the same media type (content-format) over time. &nbs=
p;This makes it difficult in CoAP to observe a resource that alternates betw=
een a =E2=80=9Cpending=E2=80=9D and a =E2=80=9Cready=E2=80=9D state that hav=
e different structures of their representation. &nbsp;Multipart-core can be u=
sed to package either into the same media type.</span><br></blockquote></blo=
ckquote></blockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><sp=
an></span><br></blockquote></blockquote><blockquote type=3D"cite"><blockquot=
e type=3D"cite"><span>So while this may not be quite multipart/alternative, t=
here are still</span><br></blockquote></blockquote><blockquote type=3D"cite"=
><blockquote type=3D"cite"><span>alternatives involved; they are just deliev=
ered in separate (streamed)</span><br></blockquote></blockquote><blockquote t=
ype=3D"cite"><blockquote type=3D"cite"><span>responses, as opposed to togeth=
er in the same one. &nbsp;That is, the</span><br></blockquote></blockquote><=
blockquote type=3D"cite"><blockquote type=3D"cite"><span>alternation is over=
 time and not at the choice of the recipient.</span><br></blockquote></block=
quote><blockquote type=3D"cite"><span></span><br></blockquote><blockquote ty=
pe=3D"cite"><span>Multipart/alternative is recipient choice; scenario 3 is o=
riginator choice.</span><br></blockquote><blockquote type=3D"cite"><span>The=
 need for the =E2=80=9Cunion type=E2=80=9D alluded to in the introduction ma=
y be idiosyncratic to CoAP: We expect an observed resource to go through sta=
tes that all can be described by representations of the same content type. &=
nbsp;Maybe that was not such a smart expectation, but the union type mechani=
sm allows us to paper over that. &nbsp;In any case, there is no =E2=80=9Cord=
er=E2=80=9D or =E2=80=9Cchoice=E2=80=9D problem in this scenario.</span><br>=
</blockquote><blockquote type=3D"cite"><span></span><br></blockquote><blockq=
uote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><span=
>I don=E2=80=99t think the third situation has semantics that differ from th=
e first two.</span><br></blockquote></blockquote></blockquote><blockquote ty=
pe=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><span>You st=
ill get a bag with a representation in it (or maybe none). &nbsp;You still n=
eed to look into the bag to see what form it takes this time. &nbsp;Actually=
, the second situation might also apply, so you might indeed get a couple re=
presentations in certain instances because that=E2=80=99s what best describe=
s the resource at this particular time.</span><br></blockquote></blockquote>=
</blockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><span></spa=
n><br></blockquote></blockquote><blockquote type=3D"cite"><blockquote type=3D=
"cite"><span>I think it's important to be clear about whether the sequencing=
 within a</span><br></blockquote></blockquote><blockquote type=3D"cite"><blo=
ckquote type=3D"cite"><span>given content array is or is not semantically re=
levant,</span><br></blockquote></blockquote><blockquote type=3D"cite"><span>=
</span><br></blockquote><blockquote type=3D"cite"><span>This is very much a f=
unction of the semantics that the request had on the resource. &nbsp;If you g=
et a mail with multipart/mixed in it, is it semantically relevant that the s=
ervice manual is first, then the user manual next among the attachments?</sp=
an><br></blockquote><blockquote type=3D"cite"><span>The ordering may simply b=
e alphabetic by name (and that may actually be what the request originally s=
aid).</span><br></blockquote><blockquote type=3D"cite"><span></span><br></bl=
ockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><span>and under=
 what</span><br></blockquote></blockquote><blockquote type=3D"cite"><blockqu=
ote type=3D"cite"><span>conditions a recipient might only consult a subset o=
f the array</span><br></blockquote></blockquote><blockquote type=3D"cite"><b=
lockquote type=3D"cite"><span>(multipart/alternative) vs. assembling a congl=
omerate from components of</span><br></blockquote></blockquote><blockquote t=
ype=3D"cite"><blockquote type=3D"cite"><span>different types (multipart/mixe=
d).</span><br></blockquote></blockquote><blockquote type=3D"cite"><span></sp=
an><br></blockquote><blockquote type=3D"cite"><span>That is now addressed. &=
nbsp;</span><br></blockquote><blockquote type=3D"cite"><span></span><br></bl=
ockquote><blockquote type=3D"cite"><span>Gr=C3=BC=C3=9Fe, Carsten</span><br>=
</blockquote><blockquote type=3D"cite"><span></span><br></blockquote></div><=
/blockquote></div></div></body></html>=

--Apple-Mail-B7409DC3-CEBD-4F21-861E-979305465A03--


From nobody Sat Aug 31 03:46:19 2019
Return-Path: <aamelnikov@fastmail.fm>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C01A9120099; Sat, 31 Aug 2019 03:46:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.698
X-Spam-Level: 
X-Spam-Status: No, score=-2.698 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, HTML_MESSAGE=0.001, MIME_QP_LONG_LINE=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=fastmail.fm header.b=rVqa6H9+; dkim=pass (2048-bit key) header.d=messagingengine.com header.b=sABwz4Ud
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 c_I7U4yl84FY; Sat, 31 Aug 2019 03:46:13 -0700 (PDT)
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 442A7120046; Sat, 31 Aug 2019 03:46:13 -0700 (PDT)
Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 79D3B21FC1; Sat, 31 Aug 2019 06:46:12 -0400 (EDT)
Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Sat, 31 Aug 2019 06:46:12 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.fm; h= content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; s=fm1; bh=a coyygCrz709dOG5KJyq/HdK40UMo8IHMLOk7BeeFYQ=; b=rVqa6H9+z9Oq/wLVs 0LXU6TcyuVhFu103yQf/q2ICpEMFFMCAPouWfDyguvAJwxK66hJ17rbvbCkj/SGd pddNGxS99ytqf7kmsIfypVImyBZyea9hsFcY/x1SEvslFmO92ZT1AR+J2EbsKCkS E7d6Qy8iVceDCs6G9kF5VMOWMovL+G9LFmhNfBXwY9hPa8pezuPAWBhEbqGaEkrh 6LayyxsjkZf99QWD1lNjvisMsrHcg7bHXGWnumzwTjkc8mqAvUTYtOfl3EyDF5aU o0IT4lAT3OCSHKg9leVRjV3q8rWwrNqN1g4d9hURDM2R32HG5dVzHktCvNCeV/PU UpX9w==
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=acoyygCrz709dOG5KJyq/HdK40UMo8IHMLOk7BeeF YQ=; b=sABwz4Udx4Czzqox/KQGQUqVwmm/fXJj8V4jjvfjUr+9t//mjkCQET5j8 t/8Iq3fvKwAFaeZnNfu2kKkIoteAsUeV7GPjSptmEEgSichX7IKMoSKxOx1lQZu6 p0iWty/dMTcsZOlD/DJ93apkPZtsCqc5yFT6Dw05kA/7Y8XsOwogtlPApWKTyVNe azXQDyi7qE8HkAIUS2GOuD72W9bY6jMApdfPJrOvnsAynYliR4S7glA84HEO8yrS wMrlOWHu5D7NCp7ervAXSvXxsRbb5uML9fMJNn8Njv1Qm+AUrz7jGqwvlwfG/hUP p+ER9NCMqH5MpNAH0H3gsKCavD+nA==
X-ME-Sender: <xms:809qXTV7g03qYhdbTE96Dup0hnfvOBw4Ii1PQqEubHPUEYaRUYiknQ>
X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrudeiiedgtdehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurheptggguffhofgjfffgkfhfvfesrgejmherhhdtjeenucfhrhhomheptehlvgig vgihucfovghlnhhikhhovhcuoegrrghmvghlnhhikhhovhesfhgrshhtmhgrihhlrdhfmh eqnecuffhomhgrihhnpehivghtfhdrohhrghenucfkphepjeejrdeljedrudeghedrheeh necurfgrrhgrmhepmhgrihhlfhhrohhmpegrrghmvghlnhhikhhovhesfhgrshhtmhgrih hlrdhfmhenucevlhhushhtvghrufhiiigvpedt
X-ME-Proxy: <xmx:809qXeLzPN-DBMG7a64h09YsddQ_-NhA3VqbWGgrD-VJZC0MaelK0Q> <xmx:809qXTC4hifuwOgMwpcshPnAyrmPxknPgb5Lw9yOrTBRqWvNuMED5A> <xmx:809qXedBpFepKXWECdOhWO_NEyey3EBGLG0hrSwXKLJfyGa643YK4Q> <xmx:9E9qXbTrg8Gkq-Unot4h884c6kpsJf9fOXLj-xGieTxdQsGPr_RacQ>
Received: from [192.168.0.12] (cpc121086-nmal24-2-0-cust54.19-2.cable.virginm.net [77.97.145.55]) by mail.messagingengine.com (Postfix) with ESMTPA id AAFB9D6005F; Sat, 31 Aug 2019 06:46:10 -0400 (EDT)
Content-Type: multipart/alternative; boundary=Apple-Mail-49FE1651-FA80-44AD-A093-B274B3F7A788
Mime-Version: 1.0 (1.0)
From: Alexey Melnikov <aamelnikov@fastmail.fm>
X-Mailer: iPad Mail (16G102)
In-Reply-To: <88A86206-D8D6-4B89-A1D0-A8F530779B59@fastmail.fm>
Date: Sat, 31 Aug 2019 11:46:09 +0100
Cc: Carsten Bormann <cabo@tzi.org>, The IESG <iesg@ietf.org>, draft-ietf-core-multipart-ct@ietf.org, =?utf-8?Q?Jaime_Jim=C3=A9nez?= <jaime.jimenez@ericsson.com>, core-chairs@ietf.org, core@ietf.org
Content-Transfer-Encoding: 7bit
Message-Id: <A98A6DF5-B3F9-4E89-B75B-2CC3BB900B6E@fastmail.fm>
References: <155675554069.2851.9351849772053196736.idtracker@ietfa.amsl.com> <459433ef-5cb5-4c3e-a32e-a5d063b1ccf0@www.fastmail.com> <BE1600FF-FBFB-44F4-A405-9C73ADA6E3FC@tzi.org> <20190504232153.GA19805@kduck.mit.edu> <A6EE5F90-391C-487B-A3DD-2193027022C6@tzi.org> <20190826181801.GJ84368@kduck.mit.edu> <88A86206-D8D6-4B89-A1D0-A8F530779B59@fastmail.fm>
To: Benjamin Kaduk <kaduk@mit.edu>
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/m_-Tmu5_0mcifRk7xvGSb_fUHI8>
Subject: Re: [core] Benjamin Kaduk's Discuss on draft-ietf-core-multipart-ct-03: (with DISCUSS and COMMENT)
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Sat, 31 Aug 2019 10:46:17 -0000

--Apple-Mail-49FE1651-FA80-44AD-A093-B274B3F7A788
Content-Type: text/plain;
	charset=utf-8
Content-Transfer-Encoding: quoted-printable

Hi Ben,

> On 31 Aug 2019, at 11:39, Alexey Melnikov <aamelnikov@fastmail.fm> wrote:
>=20
> Hi Ben,
>=20
>> On 26 Aug 2019, at 19:18, Benjamin Kaduk <kaduk@mit.edu> wrote:
>>=20
>>> On Wed, Aug 21, 2019 at 09:37:10PM +0200, Carsten Bormann wrote:
>>> Hi Benjamin,
>>>=20
>>> it took us a while to better understand the concern and come up with tex=
t.
>>>=20
>>> We have now submitted -04:
>>> https://tools.ietf.org/html/draft-ietf-core-multipart-ct-04
>>> https://tools.ietf.org/rfcdiff?url2=3Ddraft-ietf-core-multipart-ct-04.tx=
t
>>=20
>> [replying at the top since what I am trying to say is essentially wrappin=
g
>> all the inline notes together]
>>=20
>> I can grudgingly accept the decision to focus solely on a multipart/mixed=

>> equivalent, though it remains surpising to me that stopping there is
>> desired.  That is, my reading of RFC 2046 is that the "mixed" subtype is a=

>> catchall generic container that is usable as a fallback for when a
>> more-specific subtype is not supported/understood, but that direct use wa=
s
>> somewhat discouraged due to the more rich array of semantics available
>> (noting that 2046 itself specifies several additional subtypes with the
>> "more-rich" semantics).
>=20
> Having recently spent many hours coding handling of different multipart/* m=
edia types in an email client, I don=E2=80=99t think I agree. Yes, multipart=
/mixed is the fallback, but I don=E2=80=99t believe that any document discou=
rages its use. Certainly observing multipart/* media types used in the wild,=
 I only ever see multipart/mixed (the most common), multipart/alternative, m=
ultipart/related, multipart/report and rarely multipart/digest. multipart/re=
port and multipart/digest have special structure and purposes, I don=E2=80=99=
t think they are relevant to draft-ietf-core-multipart-ct.
>=20
>> So it's surprising that we stop with the generic
>> container, and do not mirror RFC 2046 in defining some more-rich subtypes=

>> with precise semantics.
>>=20
>> That said, within the context of only specifying a multipart/mixed
>> analogue, I still think we need to have some further discussion about the=

>> applicability of those semantics to the listed use cases.  RFC 2046 is
>> quite clear that "mixed" is used when the body parts "need to be bundled i=
n
>> a particular order".  The first use case listed, for audio snippets to be=

>> played back in sequence or search results, is a natural fit for
>> multipart/mixed.  The second ("bag of representations"), however, include=
s
>> a note that "the sequence in which these occur may not be relevant to the=

>> application", which does not seem like a good fit for multipart/mixed:
>> depending on the specifics, either multipart/alternative or
>> multipart/parallel seem to be a better match for the stated semantics. =20=

>=20
> As far as I am concerned there is zero use of multipart/parallel in email o=
r web. Even if it was a good idea at the time, the market decided against it=
.
>=20
> I think multipart/mixed is used for both as an ordered sequence and as an u=
nordered collection. Considering variety of UIs for handling multipart/mixed=
, I don=E2=80=99t think the difference matters significantly for people to c=
are about differences between 2 cases.
>=20
>> The
>> third listed use case (sender-selects from a union) also doesn't feel lik=
e
>> a great fit, since there is mostly just one "inner" type in a give
>> response, and thus no ordering to be had; even in the (transient?) case
>> where a resource is represented by multiple of the potential output
>> formats, it's not clear that the ordering will always be important.  This=

>> use case in particular feels like a very good match for defining a new
>> subtype with precise, rich, semantics for "sender selects from union".

I am ambivalent on this. It doesn=E2=80=99t match the multipart/alternative s=
emantics (this case effectively just has 1 choice) and it is close enough to=
 other cases that I am not convinced that a new media type would be importan=
t to implementors.

Best Regards,
Alexey
>>=20
>> Finally, I would like to continue to push back on the sense that it is go=
od
>> to have the surrounding (request) context play a large role in interpreti=
ng
>> the semantics of the response.  While this is of course unavoidable to so=
me
>> extent, I am not sure that encouraging it is wise.  Consider, for example=
,
>> JWT, which is becoming quite popular, but also is having to react to quit=
e
>> real security threats due to the lack of explicit typing from the start.
>> The mere fact that I have to ask "can my access token be misused as an
>> identity token?" seems like a failure of the context-dependent semantics.=

>> Granted, JWT is a cryptographic construct involving a signature from a
>> trusted authority, which is not the case here, but the general question o=
f
>> whether we want to place more weight on the two parties communicating
>> making the same implicit/heuristic-based choices about interpreting conte=
nt
>> when we can easily make the semantics more explicit and rely less on all
>> implementations making the same choices seems to still apply.
>>=20
>> Thanks,
>>=20
>> Ben
>>=20
>>=20
>>>> On May 5, 2019, at 01:21, Benjamin Kaduk <kaduk@MIT.EDU> wrote:
>>>>=20
>>>> On Thu, May 02, 2019 at 03:11:25PM +0200, Carsten Bormann wrote:
>>>>> Hi Alexey,
>>>>>=20
>>>>>> On May 2, 2019, at 14:40, Alexey Melnikov <aamelnikov@fastmail.fm> wr=
ote:
>>>>>>=20
>>>>>> Hi Benjamin,
>>>>>>=20
>>>>>>> On Thu, May 2, 2019, at 1:05 AM, Benjamin Kaduk via Datatracker wrot=
e:
>>>>>>>=20
>>>>>>> --------------------------------------------------------------------=
--
>>>>>>> DISCUSS:
>>>>>>> --------------------------------------------------------------------=
--
>>>>>>>=20
>>>>>>> It's not clear to me that we're really specifying the semantics of a=

>>>>>>> single media-type.  The introduction discusses how we may want multi=
ple
>>>>>>> representations to appear in a sequence, potentially representing
>>>>>>> different content.
>>>>>>=20
>>>>>> I think this is similar to multipart/mixed.
>>>>>=20
>>>>> We were indeed trying to follow the model of multipart/mixed.
>>>>> This offers a number of embedded representations the sequence of which=
 may or may not be important.
>>>>>=20
>>>>>>> Or we may have a set of related representations that
>>>>>>> conceptually are the same content (but are they literally the same
>>>>>>> resource, or related content?).
>>>>>>=20
>>>>>> My understanding is that they are related contents.
>>>>>=20
>>>>> There is no promise that the related items are conceptually the same c=
ontent.
>>>>> The difference between the first situation and the second one mainly i=
s that the sequence is not important in the second (i.e., we are using the s=
equence to describe a bag).
>>>>>=20
>>>>>>> And there is yet a third option -- one
>>>>>>> that I'm not sure I fully understand -- wherein the representation i=
s
>>>>>>> not important, but rather which format is chosen of the several
>>>>>>> possibilities, to the extent that extreme compression of the
>>>>>>> representation is possible, with the compression just outputting the=

>>>>>>> format indicator.
>>>>>>=20
>>>>>> Hmm, I missed that. I think this is similar to multipart/alternative
>>>>>=20
>>>>> That wasn=E2=80=99t the intention.
>>>>=20
>>>> I think that analogies to multipart/mixed and/or multipart/alternative
>>>> would help the reviewer assess whether the document text succeeds at
>>>> describing the intended behavior (though it's not clear that using such=
 a
>>>> reference to attempt to define the behavior by reference is a useful pl=
an).
>>>=20
>>> Please have a look at what we did =E2=80=94 we made it more explicit tha=
t the semantics are indeed refined by the request context, but that multipar=
t/mixed is our model here and multipart/alternative is outside the range tha=
t this media type addresses.
>>>=20
>>>>> The choice in the third situation mentioned in the introduction is mad=
e by the originator of the representation, not the receiver.  The selected r=
epresentation is still packaged in an application/multipart-core envelope so=
 the media type does not need to diverge =E2=80=94 it is essentially used as=
 the (type!) union (a.k.a. choice) of the media types that the application w=
ants to be able to put in the envelope.
>>>>>=20
>>>>> We may have painted ourselves into a corner in RFC 7641 with the manda=
te that the representations provided by an observable resource stay within t=
he same media type (content-format) over time.  This makes it difficult in C=
oAP to observe a resource that alternates between a =E2=80=9Cpending=E2=80=9D=
 and a =E2=80=9Cready=E2=80=9D state that have different structures of their=
 representation.  Multipart-core can be used to package either into the same=
 media type.
>>>>=20
>>>> So while this may not be quite multipart/alternative, there are still
>>>> alternatives involved; they are just delievered in separate (streamed)
>>>> responses, as opposed to together in the same one.  That is, the
>>>> alternation is over time and not at the choice of the recipient.
>>>=20
>>> Multipart/alternative is recipient choice; scenario 3 is originator choi=
ce.
>>> The need for the =E2=80=9Cunion type=E2=80=9D alluded to in the introduc=
tion may be idiosyncratic to CoAP: We expect an observed resource to go thro=
ugh states that all can be described by representations of the same content t=
ype.  Maybe that was not such a smart expectation, but the union type mechan=
ism allows us to paper over that.  In any case, there is no =E2=80=9Corder=E2=
=80=9D or =E2=80=9Cchoice=E2=80=9D problem in this scenario.
>>>=20
>>>>> I don=E2=80=99t think the third situation has semantics that differ fr=
om the first two.
>>>>> You still get a bag with a representation in it (or maybe none).  You s=
till need to look into the bag to see what form it takes this time.  Actuall=
y, the second situation might also apply, so you might indeed get a couple r=
epresentations in certain instances because that=E2=80=99s what best describ=
es the resource at this particular time.
>>>>=20
>>>> I think it's important to be clear about whether the sequencing within a=

>>>> given content array is or is not semantically relevant,
>>>=20
>>> This is very much a function of the semantics that the request had on th=
e resource.  If you get a mail with multipart/mixed in it, is it semanticall=
y relevant that the service manual is first, then the user manual next among=
 the attachments?
>>> The ordering may simply be alphabetic by name (and that may actually be w=
hat the request originally said).
>>>=20
>>>> and under what
>>>> conditions a recipient might only consult a subset of the array
>>>> (multipart/alternative) vs. assembling a conglomerate from components o=
f
>>>> different types (multipart/mixed).
>>>=20
>>> That is now addressed. =20
>>>=20
>>> Gr=C3=BC=C3=9Fe, Carsten
>>>=20

--Apple-Mail-49FE1651-FA80-44AD-A093-B274B3F7A788
Content-Type: text/html;
	charset=utf-8
Content-Transfer-Encoding: quoted-printable

<html><head><meta http-equiv=3D"content-type" content=3D"text/html; charset=3D=
utf-8"></head><body dir=3D"auto"><div dir=3D"ltr"></div><div dir=3D"ltr">Hi B=
en,</div><div dir=3D"ltr"><br>On 31 Aug 2019, at 11:39, Alexey Melnikov &lt;=
<a href=3D"mailto:aamelnikov@fastmail.fm">aamelnikov@fastmail.fm</a>&gt; wro=
te:<br><br></div><blockquote type=3D"cite"><div dir=3D"ltr"><meta http-equiv=
=3D"content-type" content=3D"text/html; charset=3Dutf-8"><div dir=3D"ltr"></=
div><div dir=3D"ltr">Hi Ben,</div><div dir=3D"ltr"><br>On 26 Aug 2019, at 19=
:18, Benjamin Kaduk &lt;<a href=3D"mailto:kaduk@mit.edu">kaduk@mit.edu</a>&g=
t; wrote:<br><br></div><blockquote type=3D"cite"><div dir=3D"ltr"><span>On W=
ed, Aug 21, 2019 at 09:37:10PM +0200, Carsten Bormann wrote:</span><br><bloc=
kquote type=3D"cite"><span>Hi Benjamin,</span><br></blockquote><blockquote t=
ype=3D"cite"><span></span><br></blockquote><blockquote type=3D"cite"><span>i=
t took us a while to better understand the concern and come up with text.</s=
pan><br></blockquote><blockquote type=3D"cite"><span></span><br></blockquote=
><blockquote type=3D"cite"><span>We have now submitted -04:</span><br></bloc=
kquote><blockquote type=3D"cite"><span><a href=3D"https://tools.ietf.org/htm=
l/draft-ietf-core-multipart-ct-04">https://tools.ietf.org/html/draft-ietf-co=
re-multipart-ct-04</a></span><br></blockquote><blockquote type=3D"cite"><spa=
n><a href=3D"https://tools.ietf.org/rfcdiff?url2=3Ddraft-ietf-core-multipart=
-ct-04.txt">https://tools.ietf.org/rfcdiff?url2=3Ddraft-ietf-core-multipart-=
ct-04.txt</a></span><br></blockquote><span></span><br><span>[replying at the=
 top since what I am trying to say is essentially wrapping</span><br><span>a=
ll the inline notes together]</span><br><span></span><br><span>I can grudgin=
gly accept the decision to focus solely on a multipart/mixed</span><br><span=
>equivalent, though it remains surpising to me that stopping there is</span>=
<br><span>desired. &nbsp;That is, my reading of RFC 2046 is that the "mixed"=
 subtype is a</span><br><span>catchall generic container that is usable as a=
 fallback for when a</span><br><span>more-specific subtype is not supported/=
understood, but that direct use was</span><br><span>somewhat discouraged due=
 to the more rich array of semantics available</span><br><span>(noting that 2=
046 itself specifies several additional subtypes with the</span><br><span>"m=
ore-rich" semantics).</span></div></blockquote><br><div>Having recently spen=
t many hours coding handling of different multipart/* media types in an emai=
l client, I don=E2=80=99t think I agree. Yes, multipart/mixed is the fallbac=
k, but I don=E2=80=99t believe that any document discourages its use. Certai=
nly observing multipart/* media types used in the wild, I only ever see mult=
ipart/mixed (the most common), multipart/alternative, multipart/related, mul=
tipart/report and rarely multipart/digest. multipart/report and multipart/di=
gest have special structure and purposes, I don=E2=80=99t think they are rel=
evant to&nbsp;<span style=3D"font-size: 12pt; font-family: Helvetica;">draft=
-ietf-core-multipart-ct.</span></div><br><blockquote type=3D"cite"><div dir=3D=
"ltr"><span>So it's surprising that we stop with the generic</span><br><span=
>container, and do not mirror RFC 2046 in defining some more-rich subtypes</=
span><br><span>with precise semantics.</span><br><span></span><br><span>That=
 said, within the context of only specifying a multipart/mixed</span><br><sp=
an>analogue, I still think we need to have some further discussion about the=
</span><br><span>applicability of those semantics to the listed use cases. &=
nbsp;RFC 2046 is</span><br><span>quite clear that "mixed" is used when the b=
ody parts "need to be bundled in</span><br><span>a particular order". &nbsp;=
The first use case listed, for audio snippets to be</span><br><span>played b=
ack in sequence or search results, is a natural fit for</span><br><span>mult=
ipart/mixed. &nbsp;The second ("bag of representations"), however, includes<=
/span><br><span>a note that "the sequence in which these occur may not be re=
levant to the</span><br><span>application", which does not seem like a good f=
it for multipart/mixed:</span><br><span>depending on the specifics, either m=
ultipart/alternative or</span><br><span>multipart/parallel seem to be a bett=
er match for the stated semantics. &nbsp;</span></div></blockquote><div><br>=
</div>As far as I am concerned there is zero use of multipart/parallel in em=
ail or web. Even if it was a good idea at the time, the market decided again=
st it.<div><br></div><div>I think multipart/mixed is used for both as an ord=
ered sequence and as an unordered collection. Considering variety of UIs for=
 handling multipart/mixed, I don=E2=80=99t think the difference matters sign=
ificantly for people to care about differences between 2 cases.</div><div><d=
iv><br><blockquote type=3D"cite"><div dir=3D"ltr"><span>The</span><br><span>=
third listed use case (sender-selects from a union) also doesn't feel like</=
span><br><span>a great fit, since there is mostly just one "inner" type in a=
 give</span><br><span>response, and thus no ordering to be had; even in the (=
transient?) case</span><br><span>where a resource is represented by multiple=
 of the potential output</span><br><span>formats, it's not clear that the or=
dering will always be important. &nbsp;This</span><br><span>use case in part=
icular feels like a very good match for defining a new</span><br><span>subty=
pe with precise, rich, semantics for "sender selects from union".</span><br>=
</div></blockquote></div></div></div></blockquote><div><br></div>I am ambiva=
lent on this. It doesn=E2=80=99t match the multipart/alternative semantics (=
this case effectively just has 1 choice) and it is close enough to other cas=
es that I am not convinced that a new media type would be important to imple=
mentors.<div><br></div><div>Best Regards,</div><div>Alexey<br><blockquote ty=
pe=3D"cite"><div dir=3D"ltr"><div><div><blockquote type=3D"cite"><div dir=3D=
"ltr"><span></span><br><span>Finally, I would like to continue to push back o=
n the sense that it is good</span><br><span>to have the surrounding (request=
) context play a large role in interpreting</span><br><span>the semantics of=
 the response. &nbsp;While this is of course unavoidable to some</span><br><=
span>extent, I am not sure that encouraging it is wise. &nbsp;Consider, for e=
xample,</span><br><span>JWT, which is becoming quite popular, but also is ha=
ving to react to quite</span><br><span>real security threats due to the lack=
 of explicit typing from the start.</span><br><span>The mere fact that I hav=
e to ask "can my access token be misused as an</span><br><span>identity toke=
n?" seems like a failure of the context-dependent semantics.</span><br><span=
>Granted, JWT is a cryptographic construct involving a signature from a</spa=
n><br><span>trusted authority, which is not the case here, but the general q=
uestion of</span><br><span>whether we want to place more weight on the two p=
arties communicating</span><br><span>making the same implicit/heuristic-base=
d choices about interpreting content</span><br><span>when we can easily make=
 the semantics more explicit and rely less on all</span><br><span>implementa=
tions making the same choices seems to still apply.</span><br><span></span><=
br><span>Thanks,</span><br><span></span><br><span>Ben</span><br><span></span=
><br><span></span><br><blockquote type=3D"cite"><blockquote type=3D"cite"><s=
pan>On May 5, 2019, at 01:21, Benjamin Kaduk &lt;<a href=3D"mailto:kaduk@MIT=
.EDU">kaduk@MIT.EDU</a>&gt; wrote:</span><br></blockquote></blockquote><bloc=
kquote type=3D"cite"><blockquote type=3D"cite"><span></span><br></blockquote=
></blockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><span>On T=
hu, May 02, 2019 at 03:11:25PM +0200, Carsten Bormann wrote:</span><br></blo=
ckquote></blockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><bl=
ockquote type=3D"cite"><span>Hi Alexey,</span><br></blockquote></blockquote>=
</blockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote=
 type=3D"cite"><span></span><br></blockquote></blockquote></blockquote><bloc=
kquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><sp=
an>On May 2, 2019, at 14:40, Alexey Melnikov &lt;<a href=3D"mailto:aamelniko=
v@fastmail.fm">aamelnikov@fastmail.fm</a>&gt; wrote:</span><br></blockquote>=
</blockquote></blockquote><blockquote type=3D"cite"><blockquote type=3D"cite=
"><blockquote type=3D"cite"><blockquote type=3D"cite"><span></span><br></blo=
ckquote></blockquote></blockquote></blockquote><blockquote type=3D"cite"><bl=
ockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><=
span>Hi Benjamin,</span><br></blockquote></blockquote></blockquote></blockqu=
ote><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"=
cite"><blockquote type=3D"cite"><span></span><br></blockquote></blockquote><=
/blockquote></blockquote><blockquote type=3D"cite"><blockquote type=3D"cite"=
><blockquote type=3D"cite"><blockquote type=3D"cite"><span>On Thu, May 2, 20=
19, at 1:05 AM, Benjamin Kaduk via Datatracker wrote:</span><br></blockquote=
></blockquote></blockquote></blockquote><blockquote type=3D"cite"><blockquot=
e type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><span></=
span><br></blockquote></blockquote></blockquote></blockquote><blockquote typ=
e=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote t=
ype=3D"cite"><blockquote type=3D"cite"><span>-------------------------------=
---------------------------------------</span><br></blockquote></blockquote>=
</blockquote></blockquote></blockquote><blockquote type=3D"cite"><blockquote=
 type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquo=
te type=3D"cite"><span>DISCUSS:</span><br></blockquote></blockquote></blockq=
uote></blockquote></blockquote><blockquote type=3D"cite"><blockquote type=3D=
"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D=
"cite"><span>---------------------------------------------------------------=
-------</span><br></blockquote></blockquote></blockquote></blockquote></bloc=
kquote><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D=
"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><span></span><br>=
</blockquote></blockquote></blockquote></blockquote></blockquote><blockquote=
 type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquo=
te type=3D"cite"><blockquote type=3D"cite"><span>It's not clear to me that w=
e're really specifying the semantics of a</span><br></blockquote></blockquot=
e></blockquote></blockquote></blockquote><blockquote type=3D"cite"><blockquo=
te type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><blockq=
uote type=3D"cite"><span>single media-type. &nbsp;The introduction discusses=
 how we may want multiple</span><br></blockquote></blockquote></blockquote><=
/blockquote></blockquote><blockquote type=3D"cite"><blockquote type=3D"cite"=
><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cit=
e"><span>representations to appear in a sequence, potentially representing</=
span><br></blockquote></blockquote></blockquote></blockquote></blockquote><b=
lockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">=
<blockquote type=3D"cite"><blockquote type=3D"cite"><span>different content.=
</span><br></blockquote></blockquote></blockquote></blockquote></blockquote>=
<blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite=
"><blockquote type=3D"cite"><span></span><br></blockquote></blockquote></blo=
ckquote></blockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><bl=
ockquote type=3D"cite"><blockquote type=3D"cite"><span>I think this is simil=
ar to multipart/mixed.</span><br></blockquote></blockquote></blockquote></bl=
ockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote typ=
e=3D"cite"><span></span><br></blockquote></blockquote></blockquote><blockquo=
te type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><span>W=
e were indeed trying to follow the model of multipart/mixed.</span><br></blo=
ckquote></blockquote></blockquote><blockquote type=3D"cite"><blockquote type=
=3D"cite"><blockquote type=3D"cite"><span>This offers a number of embedded r=
epresentations the sequence of which may or may not be important.</span><br>=
</blockquote></blockquote></blockquote><blockquote type=3D"cite"><blockquote=
 type=3D"cite"><blockquote type=3D"cite"><span></span><br></blockquote></blo=
ckquote></blockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><bl=
ockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><=
span>Or we may have a set of related representations that</span><br></blockq=
uote></blockquote></blockquote></blockquote></blockquote><blockquote type=3D=
"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D=
"cite"><blockquote type=3D"cite"><span>conceptually are the same content (bu=
t are they literally the same</span><br></blockquote></blockquote></blockquo=
te></blockquote></blockquote><blockquote type=3D"cite"><blockquote type=3D"c=
ite"><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D=
"cite"><span>resource, or related content?).</span><br></blockquote></blockq=
uote></blockquote></blockquote></blockquote><blockquote type=3D"cite"><block=
quote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><spa=
n></span><br></blockquote></blockquote></blockquote></blockquote><blockquote=
 type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquo=
te type=3D"cite"><span>My understanding is that they are related contents.</=
span><br></blockquote></blockquote></blockquote></blockquote><blockquote typ=
e=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><span></span>=
<br></blockquote></blockquote></blockquote><blockquote type=3D"cite"><blockq=
uote type=3D"cite"><blockquote type=3D"cite"><span>There is no promise that t=
he related items are conceptually the same content.</span><br></blockquote><=
/blockquote></blockquote><blockquote type=3D"cite"><blockquote type=3D"cite"=
><blockquote type=3D"cite"><span>The difference between the first situation a=
nd the second one mainly is that the sequence is not important in the second=
 (i.e., we are using the sequence to describe a bag).</span><br></blockquote=
></blockquote></blockquote><blockquote type=3D"cite"><blockquote type=3D"cit=
e"><blockquote type=3D"cite"><span></span><br></blockquote></blockquote></bl=
ockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote typ=
e=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><span>And the=
re is yet a third option -- one</span><br></blockquote></blockquote></blockq=
uote></blockquote></blockquote><blockquote type=3D"cite"><blockquote type=3D=
"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D=
"cite"><span>that I'm not sure I fully understand -- wherein the representat=
ion is</span><br></blockquote></blockquote></blockquote></blockquote></block=
quote><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D=
"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><span>not importa=
nt, but rather which format is chosen of the several</span><br></blockquote>=
</blockquote></blockquote></blockquote></blockquote><blockquote type=3D"cite=
"><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"ci=
te"><blockquote type=3D"cite"><span>possibilities, to the extent that extrem=
e compression of the</span><br></blockquote></blockquote></blockquote></bloc=
kquote></blockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><blo=
ckquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><s=
pan>representation is possible, with the compression just outputting the</sp=
an><br></blockquote></blockquote></blockquote></blockquote></blockquote><blo=
ckquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><b=
lockquote type=3D"cite"><blockquote type=3D"cite"><span>format indicator.</s=
pan><br></blockquote></blockquote></blockquote></blockquote></blockquote><bl=
ockquote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><=
blockquote type=3D"cite"><span></span><br></blockquote></blockquote></blockq=
uote></blockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><block=
quote type=3D"cite"><blockquote type=3D"cite"><span>Hmm, I missed that. I th=
ink this is similar to multipart/alternative</span><br></blockquote></blockq=
uote></blockquote></blockquote><blockquote type=3D"cite"><blockquote type=3D=
"cite"><blockquote type=3D"cite"><span></span><br></blockquote></blockquote>=
</blockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote=
 type=3D"cite"><span>That wasn=E2=80=99t the intention.</span><br></blockquo=
te></blockquote></blockquote><blockquote type=3D"cite"><blockquote type=3D"c=
ite"><span></span><br></blockquote></blockquote><blockquote type=3D"cite"><b=
lockquote type=3D"cite"><span>I think that analogies to multipart/mixed and/=
or multipart/alternative</span><br></blockquote></blockquote><blockquote typ=
e=3D"cite"><blockquote type=3D"cite"><span>would help the reviewer assess wh=
ether the document text succeeds at</span><br></blockquote></blockquote><blo=
ckquote type=3D"cite"><blockquote type=3D"cite"><span>describing the intende=
d behavior (though it's not clear that using such a</span><br></blockquote><=
/blockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><span>refere=
nce to attempt to define the behavior by reference is a useful plan).</span>=
<br></blockquote></blockquote><blockquote type=3D"cite"><span></span><br></b=
lockquote><blockquote type=3D"cite"><span>Please have a look at what we did =E2=
=80=94 we made it more explicit that the semantics are indeed refined by the=
 request context, but that multipart/mixed is our model here and multipart/a=
lternative is outside the range that this media type addresses.</span><br></=
blockquote><blockquote type=3D"cite"><span></span><br></blockquote><blockquo=
te type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><span>T=
he choice in the third situation mentioned in the introduction is made by th=
e originator of the representation, not the receiver. &nbsp;The selected rep=
resentation is still packaged in an application/multipart-core envelope so t=
he media type does not need to diverge =E2=80=94 it is essentially used as t=
he (type!) union (a.k.a. choice) of the media types that the application wan=
ts to be able to put in the envelope.</span><br></blockquote></blockquote></=
blockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote t=
ype=3D"cite"><span></span><br></blockquote></blockquote></blockquote><blockq=
uote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><span=
>We may have painted ourselves into a corner in RFC 7641 with the mandate th=
at the representations provided by an observable resource stay within the sa=
me media type (content-format) over time. &nbsp;This makes it difficult in C=
oAP to observe a resource that alternates between a =E2=80=9Cpending=E2=80=9D=
 and a =E2=80=9Cready=E2=80=9D state that have different structures of their=
 representation. &nbsp;Multipart-core can be used to package either into the=
 same media type.</span><br></blockquote></blockquote></blockquote><blockquo=
te type=3D"cite"><blockquote type=3D"cite"><span></span><br></blockquote></b=
lockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><span>So while=
 this may not be quite multipart/alternative, there are still</span><br></bl=
ockquote></blockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><s=
pan>alternatives involved; they are just delievered in separate (streamed)</=
span><br></blockquote></blockquote><blockquote type=3D"cite"><blockquote typ=
e=3D"cite"><span>responses, as opposed to together in the same one. &nbsp;Th=
at is, the</span><br></blockquote></blockquote><blockquote type=3D"cite"><bl=
ockquote type=3D"cite"><span>alternation is over time and not at the choice o=
f the recipient.</span><br></blockquote></blockquote><blockquote type=3D"cit=
e"><span></span><br></blockquote><blockquote type=3D"cite"><span>Multipart/a=
lternative is recipient choice; scenario 3 is originator choice.</span><br><=
/blockquote><blockquote type=3D"cite"><span>The need for the =E2=80=9Cunion t=
ype=E2=80=9D alluded to in the introduction may be idiosyncratic to CoAP: We=
 expect an observed resource to go through states that all can be described b=
y representations of the same content type. &nbsp;Maybe that was not such a s=
mart expectation, but the union type mechanism allows us to paper over that.=
 &nbsp;In any case, there is no =E2=80=9Corder=E2=80=9D or =E2=80=9Cchoice=E2=
=80=9D problem in this scenario.</span><br></blockquote><blockquote type=3D"=
cite"><span></span><br></blockquote><blockquote type=3D"cite"><blockquote ty=
pe=3D"cite"><blockquote type=3D"cite"><span>I don=E2=80=99t think the third s=
ituation has semantics that differ from the first two.</span><br></blockquot=
e></blockquote></blockquote><blockquote type=3D"cite"><blockquote type=3D"ci=
te"><blockquote type=3D"cite"><span>You still get a bag with a representatio=
n in it (or maybe none). &nbsp;You still need to look into the bag to see wh=
at form it takes this time. &nbsp;Actually, the second situation might also a=
pply, so you might indeed get a couple representations in certain instances b=
ecause that=E2=80=99s what best describes the resource at this particular ti=
me.</span><br></blockquote></blockquote></blockquote><blockquote type=3D"cit=
e"><blockquote type=3D"cite"><span></span><br></blockquote></blockquote><blo=
ckquote type=3D"cite"><blockquote type=3D"cite"><span>I think it's important=
 to be clear about whether the sequencing within a</span><br></blockquote></=
blockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><span>given c=
ontent array is or is not semantically relevant,</span><br></blockquote></bl=
ockquote><blockquote type=3D"cite"><span></span><br></blockquote><blockquote=
 type=3D"cite"><span>This is very much a function of the semantics that the r=
equest had on the resource. &nbsp;If you get a mail with multipart/mixed in i=
t, is it semantically relevant that the service manual is first, then the us=
er manual next among the attachments?</span><br></blockquote><blockquote typ=
e=3D"cite"><span>The ordering may simply be alphabetic by name (and that may=
 actually be what the request originally said).</span><br></blockquote><bloc=
kquote type=3D"cite"><span></span><br></blockquote><blockquote type=3D"cite"=
><blockquote type=3D"cite"><span>and under what</span><br></blockquote></blo=
ckquote><blockquote type=3D"cite"><blockquote type=3D"cite"><span>conditions=
 a recipient might only consult a subset of the array</span><br></blockquote=
></blockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><span>(mul=
tipart/alternative) vs. assembling a conglomerate from components of</span><=
br></blockquote></blockquote><blockquote type=3D"cite"><blockquote type=3D"c=
ite"><span>different types (multipart/mixed).</span><br></blockquote></block=
quote><blockquote type=3D"cite"><span></span><br></blockquote><blockquote ty=
pe=3D"cite"><span>That is now addressed. &nbsp;</span><br></blockquote><bloc=
kquote type=3D"cite"><span></span><br></blockquote><blockquote type=3D"cite"=
><span>Gr=C3=BC=C3=9Fe, Carsten</span><br></blockquote><blockquote type=3D"c=
ite"><span></span><br></blockquote></div></blockquote></div></div></div></bl=
ockquote></div></body></html>=

--Apple-Mail-49FE1651-FA80-44AD-A093-B274B3F7A788--


From nobody Sat Aug 31 04:02:06 2019
Return-Path: <christer.holmberg@ericsson.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 35F74120020 for <core@ietfa.amsl.com>; Sat, 31 Aug 2019 04:02:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.001
X-Spam-Level: 
X-Spam-Status: No, score=-2.001 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=ericsson.com
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 DBwXr_Q00U-F for <core@ietfa.amsl.com>; Sat, 31 Aug 2019 04:02:02 -0700 (PDT)
Received: from EUR04-DB3-obe.outbound.protection.outlook.com (mail-eopbgr60047.outbound.protection.outlook.com [40.107.6.47]) (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 A3F7912007A for <core@ietf.org>; Sat, 31 Aug 2019 04:02:01 -0700 (PDT)
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=f3D9vSgRHKuRjoQ0UX8RjahUTtSX1J5cB5NbALBuGrqJI3Scr03eAk8gBVu5N0Ns3kXK5jBNbImeetFKQnlgRpbfRH0LQIitBu3o00wukY9dAprkV0sYSs/69Vy4AycHY8CbzDnmExxX9xVFSkE7z9MTwAJP1jo8nU+H7N8XOJjSC2+oXrOXbg6Y1SxZMR8s7NqtrYkhZUuD3NzHhwKPm0Sz9sIzi1m5XcHFE4QpbARR+63+UX2s+CUJ7kV9Un6PzgJ1RDJmfDJ005NJUe6cMT53bBILKnZXEwG0Om1r3HTXHHBZEZ0AvN3DDpT3G0GacI6M/U8k4a8E0BUkDzUqYw==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=PbV/LMo3fMfpTzfHTphIYLjgUfpU2PrWYG4AvEdJ+2Y=; b=Adgu+LPWohF1P6AgD/r3J0jdjqPHcSjhA6atZVv7nnTizCDkvLdjmOXWAmhdiRaAmkx01Z/yfe9JJk6SS3cpDXfjmGU/GrTmnPOWlyET5DJPBznXVOuq1jHA5aIoDUWw0Jham0RWdd0Gku5cPjO72RBj2USgiX1oZR5/Tm9tsRiOCvUIatFDkiLWkaefcDloKmKALKu/OvDHQ2SPIGDVf+KQ5NOGvfrbb19XU7ZDS35OU90SMotWgmBrvHV3lTljl6HqK9cnovOnihBigJcRAMCORiNUsNhsnlqyfr1AGINJf12MCHsp39RJLdyJ8ik6hkOUnyfqrKcJ/ZxMMDuxyQ==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ericsson.com; dmarc=pass action=none header.from=ericsson.com; dkim=pass header.d=ericsson.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericsson.com; s=selector2; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=PbV/LMo3fMfpTzfHTphIYLjgUfpU2PrWYG4AvEdJ+2Y=; b=coVVBRUDYEibzgpIHUX48G2PCvwaXA30T2IKvWSOsiTFoASuGY/D0A2f6d8mEf4qKxV9tOsqHCm8q6R0EEMTFxfO0fzM9FStn9mbZzYiJE9ZzdO7UT8YuwcrQLH6qBhbFdTc1Z4aDe9H99Wdw0pmVBq5Fc8zGlfXTVkyuvf4SvM=
Received: from HE1PR07MB3161.eurprd07.prod.outlook.com (10.170.245.23) by HE1PR07MB3260.eurprd07.prod.outlook.com (10.170.246.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2241.10; Sat, 31 Aug 2019 11:01:59 +0000
Received: from HE1PR07MB3161.eurprd07.prod.outlook.com ([fe80::f0a1:2199:7816:ff8d]) by HE1PR07MB3161.eurprd07.prod.outlook.com ([fe80::f0a1:2199:7816:ff8d%6]) with mapi id 15.20.2241.006; Sat, 31 Aug 2019 11:01:59 +0000
From: Christer Holmberg <christer.holmberg@ericsson.com>
To: "core@ietf.org" <core@ietf.org>
Thread-Topic: MULTIPART-CT: Clarify scope
Thread-Index: AdVf61mXlwiOtX4gQDGYsjW/PWSIDw==
Date: Sat, 31 Aug 2019 11:01:59 +0000
Message-ID: <HE1PR07MB3161B7519312CF59951050CB93BC0@HE1PR07MB3161.eurprd07.prod.outlook.com>
Accept-Language: en-US
Content-Language: fi-FI
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
authentication-results: spf=none (sender IP is ) smtp.mailfrom=christer.holmberg@ericsson.com; 
x-originating-ip: [79.134.118.162]
x-ms-publictraffictype: Email
x-ms-office365-filtering-correlation-id: 9550a7cf-1e7d-4740-dff3-08d72e02a53e
x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600166)(711020)(4605104)(1401327)(2017052603328)(7193020); SRVR:HE1PR07MB3260; 
x-ms-traffictypediagnostic: HE1PR07MB3260:
x-ms-exchange-purlcount: 1
x-microsoft-antispam-prvs: <HE1PR07MB32601B061A3A09A0CFBDE78493BC0@HE1PR07MB3260.eurprd07.prod.outlook.com>
x-ms-oob-tlc-oobclassifiers: OLM:9508;
x-forefront-prvs: 014617085B
x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(4636009)(396003)(346002)(376002)(136003)(366004)(39860400002)(199004)(189003)(4744005)(5660300002)(66066001)(52536014)(256004)(44832011)(486006)(76116006)(66446008)(66556008)(66476007)(66946007)(64756008)(790700001)(6116002)(3846002)(26005)(186003)(6506007)(102836004)(81166006)(71190400001)(476003)(71200400001)(81156014)(7696005)(1730700003)(6916009)(8936002)(8676002)(9326002)(74316002)(86362001)(316002)(33656002)(14454004)(25786009)(99286004)(966005)(55016002)(236005)(54896002)(5640700003)(2906002)(2351001)(53936002)(9686003)(6306002)(6436002)(2501003)(7736002)(478600001)(606006); DIR:OUT; SFP:1101; SCL:1; SRVR:HE1PR07MB3260; H:HE1PR07MB3161.eurprd07.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; A:1; MX:1; 
received-spf: None (protection.outlook.com: ericsson.com does not designate permitted sender hosts)
x-ms-exchange-senderadcheck: 1
x-microsoft-antispam-message-info: vV54Uhuuhow5P8xIphcq7KJBQREXmVselozuTvUX83HaaB05tXG/X0tgZn4o/mZO4Hlz/JfCvQGTlsV5S+vqWL8sHL4LKD/Bxd3gkUCfzJdGZIe+Q5MiZ4aZzva/3t9UuymFuG6S0krDLT8g9/G2dNMhVl8apw9mpqx6RYeABWhYlKcOSHT/CQ5pXkA6EGrj6+WZzwAcLfu9XYcMjOd5Rm3XDhd5AfPHXp+NSuj5wLkPz4KAT2DhJB9Uc60ijXV+Z5kv++4QCuTQBQimUjhc9cMHqf1Y6h8c30zFoHtA60ElKDWt3o8cOygLkbp8Nb9oL1DCrhBvN1YcLyvGDzERzW4b23bncezX+eCrZhbOaGgw43R1MNc3GPD0+Qn+hSVIpNSXOhjia11qBHvQHJIFgJfJtkOgSlyKtzOOFcdorNc=
x-ms-exchange-transport-forked: True
Content-Type: multipart/alternative; boundary="_000_HE1PR07MB3161B7519312CF59951050CB93BC0HE1PR07MB3161eurp_"
MIME-Version: 1.0
X-OriginatorOrg: ericsson.com
X-MS-Exchange-CrossTenant-Network-Message-Id: 9550a7cf-1e7d-4740-dff3-08d72e02a53e
X-MS-Exchange-CrossTenant-originalarrivaltime: 31 Aug 2019 11:01:59.2448 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 92e84ceb-fbfd-47ab-be52-080c6b87953f
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
X-MS-Exchange-CrossTenant-userprincipalname: fsFsy9AsT/lrtLM2YtQFXimXJ7U5W1HoDpFqSBDrsjhGRy7FAGhUPdJBFx2D6ShJx73jEwKLZ1udI0ZMpeqwL0+ElUyNsVZ+XvrDXqLuCIQ=
X-MS-Exchange-Transport-CrossTenantHeadersStamped: HE1PR07MB3260
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/TcJLxgYx3V_9l3-k0x4B5Izu2xQ>
Subject: [core] MULTIPART-CT: Clarify scope
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Sat, 31 Aug 2019 11:02:04 -0000

--_000_HE1PR07MB3161B7519312CF59951050CB93BC0HE1PR07MB3161eurp_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi,

There is an issue discussed on GitHub, that I think is useful to clarify on=
 the list.

It has been claimed that the multipart mechanism is not specific to CoAP, b=
ut it is generic. So far so good.

Based on that claim, I have suggested that we explicitly indicate that, whi=
le the mechanism is generic, the multipart-ct draft was written with CoAP i=
n mind, and that other specifications may have to define how to use the mul=
tipart mechanism with other protocols. There may be no such other protocols=
 today, but maybe tomorrow.

I have also suggested that it should be indicated that the example is for C=
oAP usage.

https://github.com/core-wg/multipart-ct/pull/27

Thanks!

Regards,

Christer

--_000_HE1PR07MB3161B7519312CF59951050CB93BC0HE1PR07MB3161eurp_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri",sans-serif;
	mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:#0563C1;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:#954F72;
	text-decoration:underline;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
	{mso-style-priority:34;
	margin-top:0cm;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:36.0pt;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri",sans-serif;
	mso-fareast-language:EN-US;}
span.Shkpostityyli17
	{mso-style-type:personal-compose;
	font-family:"Calibri",sans-serif;
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-family:"Calibri",sans-serif;
	mso-fareast-language:EN-US;}
@page WordSection1
	{size:612.0pt 792.0pt;
	margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
	{page:WordSection1;}
/* List Definitions */
@list l0
	{mso-list-id:1423378688;
	mso-list-type:hybrid;
	mso-list-template-ids:1702381270 134807569 134807577 134807579 134807567 1=
34807577 134807579 134807567 134807577 134807579;}
@list l0:level1
	{mso-level-text:"%1\)";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-18.0pt;}
@list l0:level2
	{mso-level-number-format:alpha-lower;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-18.0pt;}
@list l0:level3
	{mso-level-number-format:roman-lower;
	mso-level-tab-stop:none;
	mso-level-number-position:right;
	text-indent:-9.0pt;}
@list l0:level4
	{mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-18.0pt;}
@list l0:level5
	{mso-level-number-format:alpha-lower;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-18.0pt;}
@list l0:level6
	{mso-level-number-format:roman-lower;
	mso-level-tab-stop:none;
	mso-level-number-position:right;
	text-indent:-9.0pt;}
@list l0:level7
	{mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-18.0pt;}
@list l0:level8
	{mso-level-number-format:alpha-lower;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-18.0pt;}
@list l0:level9
	{mso-level-number-format:roman-lower;
	mso-level-tab-stop:none;
	mso-level-number-position:right;
	text-indent:-9.0pt;}
ol
	{margin-bottom:0cm;}
ul
	{margin-bottom:0cm;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"EN-GB" link=3D"#0563C1" vlink=3D"#954F72">
<div class=3D"WordSection1">
<p class=3D"MsoNormal"><span lang=3D"FI">Hi,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"FI"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal">There is an issue discussed on GitHub, that I think =
is useful to clarify on the list.<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">It has been claimed that the multipart mechanism is =
not specific to CoAP, but it is generic. So far so good.<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Based on that claim, I have suggested that we explic=
itly indicate that, while the mechanism is generic, the multipart-ct draft =
was written with CoAP in mind, and that other specifications may have to de=
fine how to use the multipart mechanism
 with other protocols. There may be no such other protocols today, but mayb=
e tomorrow.<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">I have also suggested that it should be indicated th=
at the example is for CoAP usage.<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><a href=3D"https://github.com/core-wg/multipart-ct/p=
ull/27">https://github.com/core-wg/multipart-ct/pull/27</a><o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Thanks!<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Regards,<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Christer<o:p></o:p></p>
</div>
</body>
</html>

--_000_HE1PR07MB3161B7519312CF59951050CB93BC0HE1PR07MB3161eurp_--

