[MMUSIC] Finding a max length of "a=mid" attribute

Harald Alvestrand <harald@alvestrand.no> Wed, 03 March 2021 08:52 UTC

Return-Path: <harald@alvestrand.no>
X-Original-To: mmusic@ietfa.amsl.com
Delivered-To: mmusic@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id AEA003A1D23 for <mmusic@ietfa.amsl.com>; Wed, 3 Mar 2021 00:52:02 -0800 (PST)
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 ejrcPcCC1O7m for <mmusic@ietfa.amsl.com>; Wed, 3 Mar 2021 00:52:01 -0800 (PST)
Received: from mork.alvestrand.no (mork.alvestrand.no [158.38.152.117]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 032C53A1D22 for <mmusic@ietf.org>; Wed, 3 Mar 2021 00:52:01 -0800 (PST)
Received: from [192.168.3.157] (unknown [78.156.11.215]) by mork.alvestrand.no (Postfix) with ESMTPSA id 74D677C6843 for <mmusic@ietf.org>; Wed, 3 Mar 2021 09:51:59 +0100 (CET)
To: mmusic@ietf.org
From: Harald Alvestrand <harald@alvestrand.no>
Message-ID: <e3aef40f-8f4e-5205-3ac1-b3e715c5e5ad@alvestrand.no>
Date: Wed, 03 Mar 2021 09:51:59 +0100
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/mmusic/_Kew1cU1-xK6mGfVebMi1-00_EM>
Subject: [MMUSIC] Finding a max length of "a=mid" attribute
X-BeenThere: mmusic@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Multiparty Multimedia Session Control Working Group <mmusic.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/mmusic>, <mailto:mmusic-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/mmusic/>
List-Post: <mailto:mmusic@ietf.org>
List-Help: <mailto:mmusic-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/mmusic>, <mailto:mmusic-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 03 Mar 2021 08:52:03 -0000

I'm searching for the source of a max length limit on the "a=mid" attribute.

I couldn't find it in RFC 5888 (grouping framework) or RFC 8843 (BUNDLE).

Does anyone remember where it's supposed to be?

(I have code that will insist that it should be 16 bytes or less, but 
I'm trying to verify that this is the correct limit.)


Harald