Re: [Cbor] tags for non-CBOR Content-Formats (was Re: I-D Action: draft-ietf-cbor-file-magic-07.txt)

Carsten Bormann <cabo@tzi.org> Thu, 16 December 2021 16:54 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: cbor@ietfa.amsl.com
Delivered-To: cbor@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 292DC3A1196 for <cbor@ietfa.amsl.com>; Thu, 16 Dec 2021 08:54:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_MSPIKE_H2=-0.001, 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 RoSJFTOldR6s for <cbor@ietfa.amsl.com>; Thu, 16 Dec 2021 08:54:20 -0800 (PST)
Received: from gabriel-smtp.zfn.uni-bremen.de (gabriel-smtp.zfn.uni-bremen.de [134.102.50.15]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8B08B3A1191 for <cbor@ietf.org>; Thu, 16 Dec 2021 08:54:20 -0800 (PST)
Received: from [192.168.217.118] (p5089a436.dip0.t-ipconnect.de [80.137.164.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-smtp.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4JFJ9k0JP6zDCjQ; Thu, 16 Dec 2021 17:54:18 +0100 (CET)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <CAN40gSuVxjxHMPJUK60kVGCTcohFtuh2fSR-C_1eP+4gdv1MZg@mail.gmail.com>
Date: Thu, 16 Dec 2021 17:54:17 +0100
Cc: Michael Richardson <mcr+ietf@sandelman.ca>, cbor@ietf.org
X-Mao-Original-Outgoing-Id: 661366457.612694-d43b3b9e629dfac753e6c5ae88831c03
Content-Transfer-Encoding: quoted-printable
Message-Id: <908F81F1-53AF-426E-814E-9F0781A5E5D7@tzi.org>
References: <163957657258.13411.7816087918094513382@ietfa.amsl.com> <4768.1639592647@localhost> <86C6CE04-19A2-43D2-B10A-935F68D1E469@tzi.org> <31680.1639619194@localhost> <CAN40gSuVxjxHMPJUK60kVGCTcohFtuh2fSR-C_1eP+4gdv1MZg@mail.gmail.com>
To: Ira McDonald <blueroofmusic@gmail.com>
X-Mailer: Apple Mail (2.3608.120.23.2.7)
Archived-At: <https://mailarchive.ietf.org/arch/msg/cbor/606D0ocgFwY4pqGeNC8uRfcabVE>
Subject: Re: [Cbor] tags for non-CBOR Content-Formats (was Re: I-D Action: draft-ietf-cbor-file-magic-07.txt)
X-BeenThere: cbor@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "Concise Binary Object Representation \(CBOR\)" <cbor.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/cbor>, <mailto:cbor-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/cbor/>
List-Post: <mailto:cbor@ietf.org>
List-Help: <mailto:cbor-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/cbor>, <mailto:cbor-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 16 Dec 2021 16:54:26 -0000

Hi Ira,

> On 2021-12-16, at 03:16, Ira McDonald <blueroofmusic@gmail.com> wrote:
> 
> Just a thought.  What about "CBXX" (for CBOR wrapped external data)?

There are many strings starting with C we could use (even ones with c).

I still would like to stick with “CBOR", as I wrote:

>> I thought about that, but the tag should be the determining factor; keeping the information in two places invites mismatches.

Grüße, Carsten