<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.43 (Ruby 3.4.9) -->
<?rfc docmapping="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-moq-transport-20" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="moq-transport">Media over QUIC Transport</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-moq-transport-20"/>
    <author initials="S." surname="Nandakumar" fullname="Suhas Nandakumar">
      <organization>Cisco</organization>
      <address>
        <email>snandaku@cisco.com</email>
      </address>
    </author>
    <author initials="V." surname="Vasiliev" fullname="Victor Vasiliev">
      <organization>Google</organization>
      <address>
        <email>vasilvv@google.com</email>
      </address>
    </author>
    <author initials="I." surname="Swett" fullname="Ian Swett" role="editor">
      <organization>Google</organization>
      <address>
        <email>ianswett@google.com</email>
      </address>
    </author>
    <author initials="A." surname="Frindell" fullname="Alan Frindell" role="editor">
      <organization>Meta</organization>
      <address>
        <email>afrind@meta.com</email>
      </address>
    </author>
    <date/>
    <area>Web and Internet Transport</area>
    <workgroup>Media Over QUIC</workgroup>
    <keyword>media over quic</keyword>
    <abstract>
      <?line 62?>

<t>This document defines Media over QUIC Transport (MOQT), a publish/subscribe
protocol that runs over QUIC and WebTransport. MOQT leverages the features of
these transports, such as streams, datagrams, priorities, and partial
reliability. MOQT operates both point-to-point and through intermediate relays,
enabling scalable low-latency delivery. Despite its name, MOQT is media
agnostic and can be used for a wide range of use cases.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://moq-wg.github.io/moq-transport/draft-ietf-moq-transport.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-moq-transport/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Media Over QUIC Working Group mailing list (<eref target="mailto:moq@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/moq/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/moq/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/moq-wg/moq-transport"/>.</t>
    </note>
  </front>
  <middle>
    <?line 71?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Media Over QUIC Transport (MOQT) is a publish/subscribe protocol that runs over
QUIC <xref target="QUIC"/> or WebTransport <xref target="WebTransport"/>. Publishers produce data that is
delivered to subscribers either point-to-point or through intermediate relays.
MOQT leverages transport features such as streams, datagrams, priorities, and
partial reliability to support a wide range of use cases with different
resiliency and latency needs, from live to interactive, without compromising
scalability.</t>
      <t>Despite its name, MOQT is content agnostic. MoQ Streaming Formats define how
specific content types are encoded, packaged, and mapped to MOQT objects, along
with policies for discovery and subscription.</t>
      <ul spacing="normal">
        <li>
          <t><xref target="model"/> describes the data model employed by MOQT.</t>
        </li>
        <li>
          <t><xref target="session"/> covers aspects of setting up an MOQT session.</t>
        </li>
        <li>
          <t><xref target="priorities"/> covers mechanisms for prioritizing subscriptions.</t>
        </li>
        <li>
          <t><xref target="relays-moq"/> covers behavior at the relay entities.</t>
        </li>
        <li>
          <t><xref target="message"/> covers how control messages are encoded on the wire.</t>
        </li>
        <li>
          <t><xref target="data-streams"/> covers how data messages are encoded on the wire.</t>
        </li>
      </ul>
      <section anchor="motivation">
        <name>Motivation</name>
        <t>The development of MOQT is driven by goals in a number of areas -
specifically latency, the robust feature set of QUIC and relay
support.</t>
        <section anchor="latency">
          <name>Latency</name>
          <t>Latency is necessary to correct for variable network throughput. Ideally live
content is consumed at the same bitrate it is produced. End-to-end latency would
be fixed and only subject to encoding and transmission delays. Unfortunately,
networks have variable throughput, primarily due to congestion. Attempting to
deliver content encoded at a higher bitrate than the network can cause
queuing along the path from producer to consumer. The speed at which a protocol
can detect and respond to congestion determines the overall latency. TCP-based
protocols are simple but are slow to detect congestion and suffer from
head-of-line blocking. Protocols utilizing UDP directly can avoid queuing, but
the application is then responsible for the complexity of fragmentation,
congestion control, retransmissions, receiver feedback, reassembly, and
more. One goal of MOQT is to achieve the best of both these worlds: leverage the
features of QUIC to create a simple yet flexible low latency protocol that can
rapidly detect and respond to congestion.</t>
        </section>
        <section anchor="leveraging-quic">
          <name>Leveraging QUIC</name>
          <t>The parallel nature of QUIC streams can provide improvements in the face
of loss. A goal of MOQT is to design a streaming protocol to leverage
the transmission benefits afforded by parallel QUIC streams as well as
exercising options for flexible loss recovery.</t>
        </section>
        <section anchor="convergence">
          <name>Convergence</name>
          <t>Some live media architectures today have separate protocols for ingest and
distribution, for example RTMP and HTTP based HLS or DASH. Switching protocols
necessitates intermediary origins which re-package the
media content. While specialization can have its benefits, there are efficiency
gains to be had in not having to re-package content. A goal of MOQT is to
develop a single protocol which can be used for transmission from contribution
to distribution. A related goal is the ability to support existing encoding and
packaging schemas, both for backwards compatibility and for interoperability
with the established content preparation ecosystem.</t>
        </section>
        <section anchor="relays">
          <name>Relays</name>
          <t>An integral feature of a protocol being successful is its ability to
deliver media at scale. Greatest scale is achieved when third-party
networks, independent of both the publisher and subscriber, can be
leveraged to relay the content. These relays must cache content for
distribution efficiency while simultaneously routing content and
deterministically responding to congestion in a multi-tenant network. A
goal of MOQT is to treat relays as first-class citizens of the protocol
and ensure that objects are structured such that information necessary
for distribution is available to relays while the media content itself
remains opaque and private.</t>
        </section>
      </section>
      <section anchor="terms-and-definitions">
        <name>Terms and Definitions</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

<t>The following terms are used with the first letter capitalized.</t>
        <dl>
          <dt>Application:</dt>
          <dd>
            <t>The entity using MOQT to transmit and receive data.</t>
          </dd>
          <dt>Client:</dt>
          <dd>
            <t>The party initiating a Transport Session.</t>
          </dd>
          <dt>Server:</dt>
          <dd>
            <t>The party accepting an incoming Transport Session.</t>
          </dd>
          <dt>Endpoint:</dt>
          <dd>
            <t>A Client or Server.</t>
          </dd>
          <dt>Peer:</dt>
          <dd>
            <t>The other endpoint than the one being described.</t>
          </dd>
          <dt>Publisher:</dt>
          <dd>
            <t>An endpoint that handles subscriptions by sending requested Objects from the requested track.</t>
          </dd>
          <dt>Subscriber:</dt>
          <dd>
            <t>An endpoint that subscribes to and receives tracks.</t>
          </dd>
          <dt>Original Publisher:</dt>
          <dd>
            <t>The initial publisher of a given track.</t>
          </dd>
          <dt>End Subscriber:</dt>
          <dd>
            <t>A subscriber that initiates a subscription and does not send the data on to other subscribers.</t>
          </dd>
          <dt>Relay:</dt>
          <dd>
            <t>An entity that is both a Publisher and a Subscriber, is not the Original
Publisher or End Subscriber, and conforms to all requirements in <xref target="relays-moq"/>.</t>
          </dd>
          <dt>Upstream:</dt>
          <dd>
            <t>In the direction of the Original Publisher.</t>
          </dd>
          <dt>Downstream:</dt>
          <dd>
            <t>In the direction of the End Subscriber(s).</t>
          </dd>
          <dt>Transport Session:</dt>
          <dd>
            <t>A raw QUIC connection or a WebTransport session.</t>
          </dd>
          <dt>Stream:</dt>
          <dd>
            <t>A bidirectional or unidirectional bytestream provided by the
QUIC transport or WebTransport.</t>
          </dd>
          <dt>Congestion:</dt>
          <dd>
            <t>Packet loss and queuing caused by degraded or overloaded networks.</t>
          </dd>
          <dt>Group:</dt>
          <dd>
            <t>A collection of objects within a track. A group represents a join point
in a track. See (<xref target="model-group"/>).</t>
          </dd>
          <dt>Subgroup:</dt>
          <dd>
            <t>A sequence of one or more objects from the same group, sent on a single
transport stream whenever possible. See (<xref target="model-subgroup"/>).</t>
          </dd>
          <dt>Object:</dt>
          <dd>
            <t>An object is an addressable unit whose payload is a sequence of
bytes. Objects form the base element in the MOQT data model. See
(<xref target="model-object"/>).</t>
          </dd>
          <dt>Track:</dt>
          <dd>
            <t>A track is a collection of groups. See (<xref target="model-track"/>).</t>
          </dd>
        </dl>
      </section>
      <section anchor="stream-management-terms">
        <name>Stream Management Terms</name>
        <t>This document uses stream management terms described in <xref section="1.3" sectionFormat="comma" target="RFC9000"/> including STOP_SENDING, RESET_STREAM, and FIN. It also uses
RESET_STREAM_AT from <xref target="I-D.draft-ietf-quic-reliable-stream-reset"/>.
RESET_STREAM_AT can be used by MOQT, but the protocol is also designed to work
correctly when the extension is not supported.</t>
        <t>When this document says an endpoint "resets" a stream, it means the endpoint
sends a RESET_STREAM or RESET_STREAM_AT frame on that stream (see
<xref target="closing-subgroup-streams"/> for considerations on choosing between them).</t>
      </section>
      <section anchor="notational-conventions">
        <name>Notational Conventions</name>
        <t>This document uses the conventions detailed in (<xref section="1.3" sectionFormat="comma" target="RFC9000"/>)
when describing the binary encoding.</t>
        <section anchor="variable-length-integers">
          <name>Variable-Length Integers</name>
          <t>MOQT requires a variable-length integer encoding with the following properties:</t>
          <ol spacing="normal" type="1"><li>
              <t>The encoded length can be determined from the first encoded byte.</t>
            </li>
            <li>
              <t>The range of 1 byte values is as large as possible.</t>
            </li>
            <li>
              <t>All 64 bit numbers can be encoded.</t>
            </li>
          </ol>
          <t>The variable-length integer encoding uses the number of leading 1 bits of the
first byte to indicate the length of the encoding in bytes. The remaining bits
after the first 0 and subsequent bytes, if any, represent the integer value,
encoded in network byte order.</t>
          <t>Integers are encoded in 1 to 9 bytes and can encode up to 64
bit unsigned integers. The following table summarizes the encoding properties.</t>
          <table>
            <name>Summary of Integer Encodings</name>
            <thead>
              <tr>
                <th align="left">Leading Bits</th>
                <th align="left">Length (bytes)</th>
                <th align="left">Usable Bits</th>
                <th align="left">Range</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">0</td>
                <td align="left">1</td>
                <td align="left">7</td>
                <td align="left">0-127</td>
              </tr>
              <tr>
                <td align="left">10</td>
                <td align="left">2</td>
                <td align="left">14</td>
                <td align="left">0-16383</td>
              </tr>
              <tr>
                <td align="left">110</td>
                <td align="left">3</td>
                <td align="left">21</td>
                <td align="left">0-2097151</td>
              </tr>
              <tr>
                <td align="left">1110</td>
                <td align="left">4</td>
                <td align="left">28</td>
                <td align="left">0-268435455</td>
              </tr>
              <tr>
                <td align="left">11110</td>
                <td align="left">5</td>
                <td align="left">35</td>
                <td align="left">0-34359738367</td>
              </tr>
              <tr>
                <td align="left">111110</td>
                <td align="left">6</td>
                <td align="left">42</td>
                <td align="left">0-4398046511103</td>
              </tr>
              <tr>
                <td align="left">1111110</td>
                <td align="left">7</td>
                <td align="left">49</td>
                <td align="left">0-562949953421311</td>
              </tr>
              <tr>
                <td align="left">11111110</td>
                <td align="left">8</td>
                <td align="left">56</td>
                <td align="left">0-72057594037927935</td>
              </tr>
              <tr>
                <td align="left">11111111</td>
                <td align="left">9</td>
                <td align="left">64</td>
                <td align="left">0-18446744073709551615</td>
              </tr>
            </tbody>
          </table>
          <t>The following table contains some example encodings:</t>
          <table>
            <name>Example Integer Encodings</name>
            <thead>
              <tr>
                <th align="left">Byte Sequence</th>
                <th align="left">Decimal Value</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">0x25</td>
                <td align="left">37</td>
              </tr>
              <tr>
                <td align="left">0x8025</td>
                <td align="left">37</td>
              </tr>
              <tr>
                <td align="left">0xbbbd</td>
                <td align="left">15,293</td>
              </tr>
              <tr>
                <td align="left">0xed7f3e7d</td>
                <td align="left">226,442,877</td>
              </tr>
              <tr>
                <td align="left">0xfaa1a0e403d8</td>
                <td align="left">2,893,212,287,960</td>
              </tr>
              <tr>
                <td align="left">0xfc8998abc66bc0</td>
                <td align="left">151,288,809,941,952</td>
              </tr>
              <tr>
                <td align="left">0xfefa318fa8e3ca11</td>
                <td align="left">70,423,237,261,249,041</td>
              </tr>
              <tr>
                <td align="left">0xffffffffffffffffff</td>
                <td align="left">18,446,744,073,709,551,615</td>
              </tr>
            </tbody>
          </table>
          <t>Variable-length integers do not need to be encoded using the minimum number of
bytes; any encoding length that can represent the value is valid. Note that, as
a result, the same numeric value can be represented by more than one byte
sequence. For example, the value 0 can be encoded as <tt>0x00</tt>, <tt>0x8000</tt>,
<tt>0xc00000</tt>, or any longer form.</t>
          <dl>
            <dt>x (vi64):</dt>
            <dd>
              <t>Indicates that x holds an integer value using the variable-length
encoding as described above.</t>
            </dd>
          </dl>
        </section>
        <section anchor="location-structure">
          <name>Location Structure</name>
          <t>Location identifies a particular Object in a Group within a Track.</t>
          <figure anchor="moq-location">
            <name>Location structure</name>
            <artwork><![CDATA[
Location {
  Group (vi64),
  Object (vi64)
}
]]></artwork>
          </figure>
          <t>In this document, a Location can be expressed in the form of {GroupID,
ObjectID}, where GroupID and ObjectID indicate the Group ID and Object ID of the
Location, respectively.  The constituent parts of any Location A can be referred
to using A.Group or A.Object.</t>
          <t>Location A &lt; Location B if:</t>
          <t><tt>A.Group &lt; B.Group || (A.Group == B.Group &amp;&amp; A.Object &lt; B.Object)</tt></t>
        </section>
        <section anchor="key-value-pair-structure">
          <name>Key-Value-Pair Structure</name>
          <t>Key-Value-Pair is a flexible structure that carries key/value
pairs in which the key is a variable-length integer and the value
is either a variable-length integer or a byte field of arbitrary
length.</t>
          <t>Key-Value-Pairs encode a Type value as a delta from the previous Type value,
or from 0 if there is no previous Type value. This is efficient on the wire
and makes it easy to ensure there is only one instance of a type when needed.
The previous Type value plus the Delta Type <bcp14>MUST NOT</bcp14> be greater than 2^64 - 1.
If a Delta Type is received that would be too large, the Session <bcp14>MUST</bcp14> be closed
with a <tt>PROTOCOL_VIOLATION</tt>.</t>
          <t>Key-Value-Pair is used in both the data plane and control plane, but
is optimized for use in the data plane.</t>
          <figure anchor="moq-key-value-pair">
            <name>MOQT Key-Value-Pair</name>
            <artwork><![CDATA[
Key-Value-Pair {
  Delta Type (vi64),
  [Length (vi64),]
  Value (..)
}
]]></artwork>
          </figure>
          <ul spacing="normal">
            <li>
              <t>Delta Type: an unsigned variable-length integer identifying the Type
as a delta encoded value from the previous Type, if any. The Type identifies
the type of value and also the subsequent serialization.</t>
            </li>
            <li>
              <t>Length: Only present when Type is odd. Specifies the length of the Value field
in bytes. The maximum length of a value is 2^16-1 bytes.  If an endpoint
receives a length larger than the maximum, it <bcp14>MUST</bcp14> close the session with a
<tt>PROTOCOL_VIOLATION</tt>.</t>
            </li>
            <li>
              <t>Value: A single variable-length integer when Type is even, otherwise a
sequence of Length bytes.</t>
            </li>
          </ul>
          <t>If a receiver understands a Type, and the following Value or Length/Value does
not match the serialization defined by that Type, the receiver <bcp14>MUST</bcp14> close
the session with error code <tt>KEY_VALUE_FORMATTING_ERROR</tt>.</t>
          <t>Key-Value-Pairs are always parsed with a known byte length, which bounds
the sequence. The source of this length varies by context.</t>
        </section>
        <section anchor="reason-phrase">
          <name>Reason Phrase Structure</name>
          <t>Reason Phrase provides a way for the sender to encode additional diagnostic
information about an error condition, where appropriate.</t>
          <artwork><![CDATA[
Reason Phrase {
  Reason Phrase Length (vi64),
  Reason Phrase Value (..)
}
]]></artwork>
          <ul spacing="normal">
            <li>
              <t>Reason Phrase Length: A variable-length integer specifying the length of the
reason phrase in bytes. The reason phrase length has a maximum value of
1024 bytes. If an endpoint receives a length exceeding the maximum, it <bcp14>MUST</bcp14>
close the session with a <tt>PROTOCOL_VIOLATION</tt></t>
            </li>
            <li>
              <t>Reason Phrase Value: Additional diagnostic information about an error condition.
The reason phrase value is encoded as UTF-8 string and does not carry information,
such as language tags, that would aid comprehension by any entity other than
the one that created the text.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="namespace-name-format">
        <name>Representing Namespace and Track Names</name>
        <t>There is often a need to render namespace tuples and track names for
purposes such as logging, representing track filenames, or use in
certain authorization verification schemes. The namespace and track name
are binary and need to be converted to a safe form.</t>
        <t>The following format is <bcp14>RECOMMENDED</bcp14>:</t>
        <ul spacing="normal">
          <li>
            <t>Each of the namespace tuples are rendered in order with a hyphen (-)
between them followed by the track name with a double hyphen (--)
between the last namespace and track name.</t>
          </li>
          <li>
            <t>Bytes in the range a-z, A-Z, 0-9 as well as _ (0x5f) are output verbatim,
while all other bytes are encoded as a period (.) symbol followed by
exactly two lowercase hexadecimal digits.</t>
          </li>
        </ul>
        <t>This format allows many common names to be rendered in an easily human readable
form while still supporting binary values.  Note that while the character set
is chosen to be generally both filename and URL safe, filename safety is
platform specific; for instance, on case-insensitive filesystems, track names
can collide.</t>
        <section anchor="parsing-serialized-names">
          <name>Parsing Serialized Names</name>
          <t>When parsing a serialized namespace or track name back to its binary form,
implementations <bcp14>MUST</bcp14> apply the following rules to ensure a canonical encoding:</t>
          <ul spacing="normal">
            <li>
              <t>A period (.) <bcp14>MUST</bcp14> be followed by exactly two hexadecimal digits. A trailing period
or a period followed by fewer than two hexadecimal digits is invalid.</t>
            </li>
            <li>
              <t>The hexadecimal digits following a period (.) <bcp14>MUST</bcp14> be lowercase (a-f). Uppercase
hexadecimal digits (A-F) are invalid and <bcp14>MUST</bcp14> cause parsing to fail.</t>
            </li>
            <li>
              <t>Bytes that can be represented literally (a-z, A-Z, 0-9, _) <bcp14>MUST NOT</bcp14> appear
in their hex-encoded form. For example, <tt>.61</tt> is invalid because <tt>a</tt> must
be represented as the literal character <tt>a</tt>. A parser <bcp14>MUST</bcp14> reject such
redundant encodings.</t>
            </li>
          </ul>
          <t>These rules ensure that the encoding is bijective: every binary value has
exactly one valid serialized representation, and every valid serialized
string maps to exactly one binary value. This property simplifies comparison
of serialized names without requiring full deserialization.</t>
          <t>Implementations that receive an invalid serialized name <bcp14>SHOULD</bcp14> treat it as
an error. The specific error handling behavior is application-defined.</t>
          <t>Example:</t>
          <artwork><![CDATA[
example.2enet-team2-project_x--report
  Namespace tuples: (example.net, team2, project_x)
  Track name: report
]]></artwork>
        </section>
      </section>
    </section>
    <section anchor="model">
      <name>Object Data Model</name>
      <t>MOQT has a hierarchical data model, comprised of tracks which contain
groups, and groups that contain objects. Inside of a group, the objects
can be organized into subgroups.</t>
      <t>To give an example of how an application might use this data model,
consider an application sending high and low resolution video using a
codec with temporal scalability. Each resolution is sent as a separate
track to allow the subscriber to pick the appropriate resolution given
the display environment and available bandwidth. Each independently
coded sequence of pictures in a resolution is sent as a group as the
first picture in the sequence can be used as a random access point.
This allows the client to join at the logical points where decoding
of the media can start without needing information before the join
points. The temporal layers are sent as separate subgroups to allow
the priority mechanism to favor lower temporal layers when there is
not enough bandwidth to send all temporal layers. Each frame of video
is sent as a single object.</t>
      <section anchor="model-object">
        <name>Objects</name>
        <t>The basic data element of MOQT is an object.  An object is an
addressable unit whose payload is a sequence of bytes.  All objects
belong to a group, indicating ordering and potential
dependencies (see <xref target="model-group"/>).  An object is uniquely identified by
its track namespace, track name, group ID, and object ID, and must be an
identical sequence of bytes regardless of how or where it is retrieved.
An Object can become unavailable, but its contents <bcp14>MUST NOT</bcp14> change over
time.</t>
        <t>Objects are comprised of two parts: metadata and a payload.  The metadata is
never encrypted and is always visible to relays (see <xref target="relays-moq"/>). The
payload portion may be encrypted, in which case it is only visible to the
Original Publisher and End Subscribers. The Original Publisher is solely
responsible for the content of the object payload. This includes the
underlying encoding, compression, any end-to-end encryption, or
authentication.</t>
        <t>From the perspective of a subscriber or a cache, an Object can be in three
possible states:</t>
        <ol spacing="normal" type="1"><li>
            <t>The Object is known to not exist. This state is permanent.  All signals
that an Object does not exist are authoritative.</t>
          </li>
          <li>
            <t>The Object is known to exist. From this state, it can transition to not
existing, but not vice versa.</t>
          </li>
          <li>
            <t>The state of the Object is unknown, either because it has not yet been
received, or it has not yet been produced.</t>
          </li>
        </ol>
        <t>A gap in the observed Object IDs does not by itself convey any information about
the skipped Objects. Skipped Objects remain in the unknown state until they are
received or their non-existence is signalled, for example in a FETCH stream (see
<xref target="fetch-header"/>) or via a Prior Object ID Gap (see <xref target="prior-object-id-gap"/>).</t>
        <t>Since Objects can be delivered out of order, an endpoint can receive an Object
after it has already recorded that the Object does not exist (e.g., via a FETCH
gap from one source and delayed delivery via a subscription).  This is not a
protocol error and the Track is not malformed.</t>
        <t>Whenever the publisher communicates that certain objects do not exist, this
fact is expressed as a contiguous range of non-existent objects and
by including Properties indicating the group/object gaps; MOQT
implementers should take that into account when selecting appropriate data
structures.</t>
      </section>
      <section anchor="model-subgroup">
        <name>Subgroups</name>
        <t>A subgroup is a sequence of one or more objects from the same group
(<xref target="model-group"/>) in ascending order by Object ID. Objects in a subgroup
have a dependency and priority relationship consistent with sharing a
stream and are sent on a single stream whenever possible. A Group is delivered
using at least as many streams as there are Subgroups in the Group,
typically with a one-to-one mapping between Subgroups and streams.</t>
        <t>When an Object's forwarding preference (see <xref target="object-properties"/>) is
"Datagram", it is not sent in Subgroups, does not belong to a Subgroup in any
way, and the description in the remainder of this section does not apply.</t>
        <t>Streams offer in-order reliable delivery and the ability to cancel sending and
retransmission of data. Furthermore, many QUIC and WebTransport implementations
offer the ability to control the relative scheduling priority of pending stream
data.</t>
        <t>Every Object within a Group belongs to exactly one Subgroup or Datagram.</t>
        <t>When Objects are sent in a subscription (see <xref target="subscriptions"/>),  Objects
from two subgroups <bcp14>MUST NOT</bcp14> be sent on the same stream, and Objects from the
same Subgroup <bcp14>MUST NOT</bcp14> be sent on different streams, unless one of the streams
was reset prematurely, or upstream conditions have forced objects from a Subgroup
to be sent out of Object ID order.</t>
        <t>Original publishers assign each Subgroup a Subgroup ID, and do so as they see fit.  The
scope of a Subgroup ID is a Group, so Subgroups from different Groups <bcp14>MAY</bcp14> share a Subgroup
ID without implying any relationship between them. In general, publishers assign
objects to subgroups in order to leverage the features of streams as described
above.</t>
        <t>In general, if Object B is dependent on Object A, then delivery of B can follow
A, i.e. A and B can be usefully delivered over a single stream.  If an Object is
dependent on all previous Objects in a Subgroup, it likely fits best in that
Subgroup.  If an Object is not dependent on any of the Objects in a Subgroup, it
likely belongs in a different Subgroup.</t>
        <t>When assigning Objects to different Subgroups, the Original Publisher makes a
reasonable tradeoff between having an optimal mapping of Object relationships in
a Group and minimizing the number of streams used.</t>
        <t>When the Original Publisher opens a new subgroup, it <bcp14>MUST</bcp14> set the FIRST_OBJECT
bit (<xref target="subgroup-header"/>) to indicate that the first object in the subgroup
stream is the first object ever published in that subgroup. A relay forwarding a
subgroup that begins with the first object ever published in that subgroup <bcp14>MUST</bcp14>
set the FIRST_OBJECT bit.</t>
      </section>
      <section anchor="model-group">
        <name>Groups</name>
        <t>A group is a collection of Objects and is a sub-unit of a Track
(<xref target="model-track"/>).  Groups <bcp14>SHOULD</bcp14> be independently useful, so Objects within a
Group <bcp14>SHOULD NOT</bcp14> depend on Objects in other Groups. A Group provides a join
point for subscriptions, so a subscriber that does not want to receive the
entire Track can opt to receive only Groups starting from a given Group ID.
Groups can contain any number of Objects.</t>
        <section anchor="group-ids">
          <name>Group IDs</name>
          <t>Within a track, the original publisher <bcp14>SHOULD</bcp14> publish Group IDs which increase
with time (where "time" is defined according to the internal clock of the media
being sent). In some cases, Groups will be produced in increasing order, but sent
to subscribers in a different order, for example when the subscription's Group
Order is Descending.  Due to network reordering and the partial reliability
features of MOQT, Objects from different Groups can always be received out of order.</t>
          <t>As a result, subscribers cannot infer the existence of a Group until an object in
the Group is received. This can create gaps in a cache that can be filled
by doing a Fetch upstream, if necessary.</t>
          <t>Applications that do not produce Group IDs that increase with time are limited
to the subset of MOQT that does not compare group IDs. Subscribers to these
Tracks <bcp14>SHOULD NOT</bcp14> use Location filters which span multiple Groups in FETCH or
SUBSCRIBE.  SUBSCRIBE and FETCH delivery use Group Order, so they could have
an unexpected delivery order if Group IDs do not increase with time.</t>
          <t>The amount of time elapsed between publishing an Object in Group ID N and in a
Group ID &gt; N, or even which will be published first, is not defined by this
specification and is defined by the applications using MOQT.</t>
        </section>
      </section>
      <section anchor="model-track">
        <name>Track</name>
        <t>A track is a sequence of groups (<xref target="model-group"/>). It is the entity
against which a subscriber issues a subscription request.  A subscriber
can request to receive individual tracks starting at a group boundary,
including any new objects pushed by the publisher while the track is
active.</t>
        <section anchor="track-name">
          <name>Track Naming</name>
          <t>In MOQT, every track is identified by a Full Track Name, consisting of a Track
Namespace and a Track Name.</t>
          <t>Track Namespace is an ordered set of between 0 and 32 Track Namespace Fields,
encoded as follows:</t>
          <artwork><![CDATA[
Track Namespace {
  Number of Track Namespace Fields (vi64),
  Track Namespace Field (..) ...
}
]]></artwork>
          <ul spacing="normal">
            <li>
              <t>Number of Track Namespace Fields: A variable-length integer specifying
the number of Track Namespace Fields in the Track Namespace.</t>
            </li>
          </ul>
          <t>Each Track Namespace Field is encoded as follows:</t>
          <artwork><![CDATA[
Track Namespace Field {
  Track Namespace Field Length (vi64),
  Track Namespace Field Value (..)
}
]]></artwork>
          <ul spacing="normal">
            <li>
              <t>Track Namespace Field Length: A variable-length integer specifying the length
of the Track Namespace Field in bytes.</t>
            </li>
            <li>
              <t>Track Namespace Field Value: A sequence of bytes that forms a Track Namespace
Field.</t>
            </li>
          </ul>
          <t>Each Track Namespace Field Value <bcp14>MUST</bcp14> contain at least one byte. If an endpoint
receives a Track Namespace Field with a Track Namespace Field Length of 0, it
<bcp14>MUST</bcp14> close the session with a <tt>PROTOCOL_VIOLATION</tt>.</t>
          <t>The structured nature of Track Namespace allows relays and applications to
manipulate prefixes of a namespace. If an endpoint receives a Track Namespace
consisting of greater than 32 Track Namespace Fields, it <bcp14>MUST</bcp14> close the
session with a <tt>PROTOCOL_VIOLATION</tt>.</t>
          <t>Track Name is a sequence of bytes, possibly empty, that identifies an individual
track within the namespace.</t>
          <t>The maximum total length of a Full Track Name is 4,096 bytes. The length of a
Full Track Name is computed as the sum of the Track Namespace Field Length
fields and the Track Name Length field. The length of a Track Namespace is the
sum of the Track Namespace Field Length fields. If an endpoint receives a Track
Namespace or a Full Track Name exceeding 4,096 bytes, it <bcp14>MUST</bcp14> close the session
with a <tt>PROTOCOL_VIOLATION</tt>.</t>
          <t>In this specification, both the Track Namespace Fields and the Track Name
are not constrained to a specific encoding. They carry a sequence of bytes and
comparison between two Track Namespace Fields or Track Names is done by
exact comparison of the bytes. Specifications that use MOQT may constrain the
information in these fields, for example by restricting them to UTF-8. Any such
specification needs to specify the canonicalization into the bytes in the Track
Namespace Fields or Track Name such that exact comparison works.</t>
        </section>
        <section anchor="malformed-tracks">
          <name>Malformed Tracks</name>
          <t>There are multiple ways a publisher can transmit a Track that does not conform
to MOQT constraints. Such a Track is considered malformed.  Some example
conditions that constitute a malformed track when detected by a receiver
include:</t>
          <ol spacing="normal" type="1"><li>
              <t>An Object with a particular Subgroup ID is received, but its
 Publisher Priority is different from that of the previous Object with the same
 Subgroup ID.</t>
            </li>
            <li>
              <t>An Object is received whose Object ID is larger than the final Object in the
Subgroup.  The final Object in a Subgroup is the last Object received on a
Subgroup stream before a FIN.</t>
            </li>
            <li>
              <t>A Subgroup is received over multiple transport streams terminated by FIN with
different final Objects.</t>
            </li>
            <li>
              <t>An Object is received in a Group whose Object
ID is larger than the final Object in the Group.  The final Object in a Group
is the Object with Status END_OF_GROUP, or the last Object before a FIN in a
Subgroup which has the END_OF_GROUP bit set.  If the end of a Group is
implicitly determined via a gap in a FETCH response, the final Object in the
Group remains unknown.</t>
            </li>
            <li>
              <t>An Object is received whose Group and Object ID are larger than
the final Object in the Track.  The final Object in a Track is the Object
with Status END_OF_TRACK or the last Object sent in a FETCH whose response
indicated End of Track.</t>
            </li>
            <li>
              <t>The same Object is received more than once with different Payload or
other immutable properties.</t>
            </li>
            <li>
              <t>An Object is received with a different Forwarding Preference than previously
observed.</t>
            </li>
          </ol>
          <t>The above list of conditions is not considered exhaustive.</t>
          <t>When a subscriber detects a Malformed Track, it <bcp14>MUST</bcp14> cancel any corresponding
subscription or fetches for that Track from that publisher
(see <xref target="request-cancellation"/>), and <bcp14>SHOULD</bcp14> deliver an error to the application.
If a relay detects a Malformed Track, it <bcp14>MUST</bcp14> immediately terminate downstream
subscriptions with PUBLISH_DONE and reset any fetch streams with
Status Code <tt>MALFORMED_TRACK</tt>. Object(s) triggering Malformed Track status
<bcp14>MUST NOT</bcp14> be cached.</t>
        </section>
        <section anchor="track-scope">
          <name>Scope</name>
          <t>An MOQT scope is a set of servers (as identified by their connection
URIs) for which a Full Track Name is guaranteed to be unique and identify a
specific track. It is up to the application using MOQT to define how broad or
narrow the scope is. An application that deals with connections between devices
on a local network may limit the scope to a single connection; by
contrast, an application that uses multiple CDNs to serve media may
require the scope to include all of those CDNs.</t>
          <t>A single MOQT transport session is tied to the scope that is negotiated in the
beginning of the session. Unless the application has additional information,
two tracks are assumed to belong to the same scope if and only if the
<tt>authority</tt> and <tt>path-abempty</tt> components (<xref target="moqt-uri-scheme"/>) of their
connection URIs are equal. These values are communicated through the SETUP
message in case of raw QUIC, and through HTTP request header fields in case of
WebTransport.</t>
          <t>The <tt>query</tt> component of the connection URI is not part of the scope; two
connection URIs that differ only in their <tt>query</tt> components identify the same
scope.</t>
          <t>Because each Full Track Name is unique within an MOQT scope, they can be used as
a cache key for the track. If, at a given moment in time, two tracks within the
same scope contain different data, they <bcp14>MUST</bcp14> have different names and/or
namespaces. MOQT provides subscribers with the ability to alter the specific
manner in which tracks are delivered via Parameters, but the actual content of
the tracks does not depend on those parameters; this is in contrast to protocols
like HTTP, where request headers can alter the server response.</t>
          <t>A publisher that loses state (e.g. crashes) and intends to resume publishing on
the same Track risks colliding with previously published Objects and violating
the above requirements.  A publisher can handle this in application specific
ways, for example:</t>
          <ol spacing="normal" type="1"><li>
              <t>Select a unique Track Name or Track Namespace whenever it resumes
publishing. For example, it can base one of the Namespace Fields on the
current time, or select a sufficiently large random value.</t>
            </li>
            <li>
              <t>Resume publishing under a previous Track Name and Namespace and set the
initial Group ID to a unique value guaranteed to be larger than all
previously used groups.  This can be done by choosing a Group ID based on the
current time.</t>
            </li>
            <li>
              <t>Use TRACK_STATUS or similar mechanism to query the previous state to
determine the largest published Group ID.</t>
            </li>
          </ol>
        </section>
      </section>
      <section anchor="properties">
        <name>Properties</name>
        <t>Tracks and Objects can have additional relay-visible fields, known as
Properties, which do not require negotiation, and can be used to alter
MOQT Object distribution.</t>
        <t>Properties are defined in <xref target="moqt-properties"/> as well as external
specifications and are registered in an IANA table <xref target="iana"/>. These
specifications define the type and value of the property, along with any rules
concerning processing, modification, caching and forwarding.</t>
        <t>If a Relay does not support a Property, it <bcp14>MUST NOT</bcp14> be modified, <bcp14>MUST</bcp14> be
forwarded, and <bcp14>MUST</bcp14> be cached with the Track or Object, unless it is a Mandatory
Track Property as described in <xref target="mandatory-track-properties"/>.  If a Track or Object
arrives with a different set of unknown properties than previously cached,
the most recent set <bcp14>SHOULD</bcp14> replace any cached values, removing any unknown
values not present in the new set.  Relays <bcp14>MUST NOT</bcp14> attempt to merge sets
of unknown properties received in different messages.</t>
        <t>If a Relay supports a Property, it <bcp14>MUST</bcp14> follow the processing rules in the
Property's definition.  Unless those rules permit otherwise, a Relay <bcp14>MUST NOT</bcp14>
modify, add, or remove the Property; it <bcp14>MUST</bcp14> forward the Property to downstream
subscribers and <bcp14>MUST</bcp14> cache it with the Track or Object if the Track or Object is
cached.</t>
        <t>Properties are serialized as Key-Value-Pairs (see <xref target="moq-key-value-pair"/>).
Track Properties always appear as the final field in the messages that
carry them; their length is the remaining bytes of the message after all
preceding fields have been consumed. Object Properties (<xref target="object-properties"/>)
are preceded by an explicit length field.</t>
        <t>Property types are registered in the IANA table 'MOQ Properties'.
See <xref target="iana"/>.</t>
        <t>Certain Property type ranges are reserved for application-specific
use and will never be allocated by IANA in future MOQT specifications:</t>
        <ul spacing="normal">
          <li>
            <t>0x78 to 0x7F (1-byte encoding): 8 code points for applications with
tight space constraints</t>
          </li>
          <li>
            <t>0x3800 to 0x3FFF (2-byte encoding): 2048 code points (including grease
<xref target="grease"/>) for applications with moderate space constraints</t>
          </li>
        </ul>
        <t>Applications <bcp14>MAY</bcp14> use code points in these ranges without registration for
format-specific metadata or other application-defined purposes. Relays that
do not understand the application format <bcp14>MUST</bcp14> forward these properties
unchanged but <bcp14>MUST NOT</bcp14> attempt to interpret their semantic meaning. Different
applications using the same code point in these ranges may assign different
meanings; the interpretation depends on the track or application
context known to the publisher and subscriber.</t>
        <section anchor="mandatory-track-properties">
          <name>Mandatory Track Properties</name>
          <t>Property types in the range 0x4000-0x7FFF are designated as Mandatory Track
Properties. These properties <bcp14>MUST</bcp14> have Track scope. Mandatory Track Properties
have special handling rules that prevent tracks with required properties from
being forwarded to or processed by endpoints that do not understand them.</t>
          <t>An Object received with a Mandatory Track Property as an Object Property is
malformed (see <xref target="malformed-tracks"/>).</t>
          <t>When an endpoint receives a Mandatory Track Property in PUBLISH,
SUBSCRIBE_OK, or FETCH_OK that it does not
understand, it <bcp14>MUST NOT</bcp14> process or forward that track:</t>
          <ul spacing="normal">
            <li>
              <t>For PUBLISH messages: the subscriber <bcp14>MUST</bcp14> respond with REQUEST_ERROR with
error code UNSUPPORTED_EXTENSION.</t>
            </li>
            <li>
              <t>For SUBSCRIBE_OK messages: the subscriber <bcp14>MUST</bcp14> cancel the subscription
(see <xref target="request-cancellation"/>).  If the subscriber is a relay with pending
downstream subscribers, it <bcp14>MUST</bcp14> send REQUEST_ERROR with error code
UNSUPPORTED_EXTENSION to the downstream subscribers.</t>
            </li>
            <li>
              <t>For FETCH_OK messages: the subscriber <bcp14>MUST</bcp14> cancel the fetch
(see <xref target="request-cancellation"/>).  If the subscriber is a relay and has not yet
sent a FETCH_OK or REQUEST_ERROR downstream, it <bcp14>MUST</bcp14> send REQUEST_ERROR with
error code UNSUPPORTED_EXTENSION to the downstream fetch requester.  If the
relay has already forwarded data on a fetch stream, it <bcp14>MUST</bcp14> reset the stream.</t>
            </li>
          </ul>
          <t>A publisher that knows a subscriber does not support a Mandatory Track Property
<bcp14>SHOULD</bcp14> take the following action:</t>
          <ul spacing="normal">
            <li>
              <t>For SUBSCRIBE: respond with REQUEST_ERROR with error code UNSUPPORTED_EXTENSION.</t>
            </li>
            <li>
              <t>For FETCH: respond with REQUEST_ERROR with error code UNSUPPORTED_EXTENSION.</t>
            </li>
            <li>
              <t>For PUBLISH: do not publish the track to that subscriber.</t>
            </li>
          </ul>
        </section>
      </section>
    </section>
    <section anchor="session">
      <name>Sessions</name>
      <section anchor="session-establishment">
        <name>Session establishment</name>
        <t>This document defines a protocol that can be used interchangeably both
over a QUIC connection directly <xref target="QUIC"/>, and over WebTransport
<xref target="WebTransport"/>.  Both provide streams and datagrams with similar
semantics (see <xref section="4" sectionFormat="comma" target="I-D.ietf-webtrans-overview"/>); thus, the
main difference lies in how the servers are identified and how the
connection is established. The QUIC DATAGRAM extension (<xref target="RFC9221"/>)
<bcp14>MUST</bcp14> be supported and negotiated in the QUIC connection used for MOQT,
which is already a requirement for WebTransport over HTTP/3.</t>
        <t>There is no definition of the protocol over other transports,
such as TCP, and applications using MOQT might need to fallback to
another protocol when QUIC or WebTransport aren't available.</t>
        <t>MOQT uses ALPN in QUIC and "WT-Available-Protocols" in WebTransport
(<xref section="3.3" sectionFormat="comma" target="WebTransport"/>) to perform version negotiation.</t>
        <t>The ALPN value <xref target="RFC7301"/> for the final version of this specification
is <tt>moqt</tt>.</t>
        <t>[[RFC editor: please remove the remainder of this section before publication.]]</t>
        <t>ALPNs used to identify IETF drafts are created by appending
the draft number to "moqt-". For example, draft-ietf-moq-transport-13
would be identified as "moqt-13".</t>
        <t>Note: Draft versions prior to -15 all used moq-00 ALPN, followed by version
negotiation in the SETUP messages.</t>
        <section anchor="moqt-uri-scheme">
          <name>MOQT URI Scheme</name>
          <t>An MOQT server is identified using a URI with the "moqt" scheme.  The "moqt"
URI scheme is defined as follows, using definitions from <xref target="RFC3986"/>:</t>
          <artwork><![CDATA[
moqt-URI = "moqt" "://" authority path-abempty [ "?" query ]
]]></artwork>
          <t>The <tt>authority</tt> portion <bcp14>MUST NOT</bcp14> contain an empty <tt>host</tt> portion.
The <tt>moqt</tt> URI scheme supports the <tt>/.well-known/</tt> path prefix defined in
<xref target="RFC8615"/>.</t>
          <t>The <tt>moqt</tt> URI scheme follows the generic URI syntax of <xref target="RFC3986"/> for
the <tt>authority</tt>, <tt>path-abempty</tt>, and <tt>query</tt> components, including the
use of reserved characters and percent-encoding defined therein.  A <tt>moqt</tt>
URI can be converted to an <tt>https</tt> URI by replacing the scheme (see
<xref target="webtransport"/>), so the <tt>path-abempty</tt> and <tt>query</tt> components use the same
syntax as <tt>https</tt> URIs.</t>
        </section>
        <section anchor="moqt-fragment">
          <name>Fragment Identifiers</name>
          <t>The media type for resources identified by <tt>moqt</tt> URIs is
<tt>application/moqt</tt> (see <xref target="iana-media-type"/>).</t>
          <t>Fragment identifiers <bcp14>MAY</bcp14> be used with <tt>moqt</tt> URIs. The fragment is not
transmitted to the server; it is processed locally by the client after
establishing the MOQT session.</t>
          <t>A <tt>moqt</tt> URI fragment <bcp14>MUST</bcp14> begin with a registered fragment type
identifier, followed by a colon (<tt>:</tt>), followed by a type-specific value:</t>
          <artwork><![CDATA[
moqt://example.com/app#<type>:<value>
]]></artwork>
          <t>Fragment type identifiers <bcp14>MUST</bcp14> consist of ASCII lowercase letters,
digits, and hyphens (<tt>a-z</tt>, <tt>0-9</tt>, <tt>-</tt>). The
semantics of the value after the colon are defined by the specification
that registers the fragment type.</t>
          <t>Fragment type identifiers are registered in the "MOQT URI Fragment
Types" registry (<xref target="iana-fragment-types"/>).</t>
        </section>
        <section anchor="dereferencing-a-moqt-uri">
          <name>Dereferencing a MOQT URI</name>
          <t>The default operation for dereferencing a <tt>moqt</tt> URI is to establish a
MOQT session to the identified server.</t>
          <t>The <tt>moqt</tt> URI scheme has the following security considerations:</t>
          <ul spacing="normal">
            <li>
              <t>The <tt>authority</tt> component is sent in the TLS SNI extension during
connection establishment, exposing the target server identity to
on-path observers. Encrypted Client Hello (ECH) <xref target="RFC9580"/> can
mitigate this exposure.</t>
            </li>
            <li>
              <t>The <tt>path-abempty</tt> and <tt>query</tt> components are visible to the relay
that terminates the client's connection.</t>
            </li>
          </ul>
          <t>TODO: Add internationalization statement per RFC 7595 Section 3.6.</t>
          <t>The client resolves the <tt>host</tt> subcomponent of the <tt>authority</tt> to one or
more network addresses, most commonly using DNS A <xref target="RFC1035"/> and AAAA <xref target="RFC3596"/> records.</t>
          <t>When SVCB-compatible records <xref target="RFC9460"/> are published for the <tt>authority</tt>,
a client <bcp14>MAY</bcp14> use them to learn the server's endpoints and supported ALPN
protocols before connecting. A client using WebTransport resolves the
<tt>https</tt> URI derived in <xref target="webtransport"/> using HTTPS resource records as for
any <tt>https</tt> origin.
TODO: reference moqt SVCB record draft once available.</t>
          <t>If the port is omitted in the URI, a default port of 443 is used.</t>
          <t>The client <bcp14>MAY</bcp14> use either native QUIC or WebTransport. On a QUIC connection,
the client offers any combination of MOQT ALPNs (e.g. <tt>moqt-1</tt>, <tt>moqt-2</tt>)
and <tt>h3</tt> that it supports in its TLS ClientHello, in preference order. If the
server selects an MOQT ALPN, the session proceeds as described in
<xref target="native-quic"/>. If the server selects <tt>h3</tt>, the client establishes a
WebTransport session as described in <xref target="webtransport"/>. On a TCP+TLS
connection, the client offers <tt>h2</tt> in its TLS ClientHello and establishes a
WebTransport session as described in <xref target="webtransport"/>.</t>
        </section>
        <section anchor="webtransport">
          <name>WebTransport</name>
          <t>When the client uses WebTransport, it constructs an <tt>https</tt> URI from the <tt>moqt</tt>
URI by replacing the scheme with <tt>https</tt>.
For example, <tt>moqt://example.com/path</tt> becomes
<tt>https://example.com/path</tt>. The client sends an extended CONNECT request to this
URI to establish a WebTransport session, as described in
(<xref section="3" sectionFormat="comma" target="WebTransport"/>). The client includes MOQT protocol identifiers in
the WT-Available-Protocols header (<xref section="3.3" sectionFormat="comma" target="WebTransport"/>).</t>
        </section>
        <section anchor="native-quic">
          <name>Native QUIC</name>
          <t>The client establishes a QUIC connection to the host and port identified by the
<tt>authority</tt> section of the URI.
When the client uses native QUIC, the <tt>authority</tt>, <tt>path-abempty</tt> and <tt>query</tt>
portions of the URI are transmitted in Setup Options (see <xref target="setup-options"/>).</t>
        </section>
        <section anchor="connection-url">
          <name>Connection URL</name>
          <t>Each track <bcp14>MAY</bcp14> have one or more associated connection URLs specifying
network hosts through which a track may be accessed. The syntax of the
Connection URL and the associated connection setup procedures are
specific to the underlying transport protocol usage (see <xref target="session"/>).</t>
        </section>
      </section>
      <section anchor="extension-negotiation">
        <name>Extension Negotiation</name>
        <t>Endpoints use the exchange of Setup messages to negotiate MOQT extensions.
Extensions can define new Message types, new Parameters, new Properties,
new Parameter values, or new framing for Streams and Datagrams.</t>
        <t>The client and server <bcp14>MUST</bcp14> include all Setup Options <xref target="setup-options"/>
required for the negotiated MOQT version in SETUP.</t>
        <t>Each endpoint declares the extensions it supports and provides any initial
values required by those extensions as Setup Options in SETUP. Once an endpoint
has both sent and received SETUP messages, it determines the set of negotiated
extensions.</t>
        <t>New versions of MOQT <bcp14>MUST</bcp14> specify which existing extensions can be used with
that version. New extensions <bcp14>MUST</bcp14> specify the existing versions with which they
can be used.</t>
        <section anchor="reserved-namespaces">
          <name>Reserved Namespaces</name>
          <t>MOQT reserves all Track Namespace values whose first tuple field begins with
a period (0x2e, <tt>.</tt>). These namespaces <bcp14>MUST NOT</bcp14> be used unless their meaning
is defined through IANA registration. Unless otherwise specified, an
endpoint that receives a request for an unrecognized reserved namespace <bcp14>MUST</bcp14>
pass it to the Application, so that future extensions can define new reserved
namespaces without breaking older implementations.</t>
          <t>A Track Namespace whose first field is exactly <tt>.</tt> (a single period, 0x2e)
is reserved and <bcp14>MUST NOT</bcp14> be used for any purpose; endpoints <bcp14>MUST NOT</bcp14> publish
tracks or namespaces under it and <bcp14>MUST</bcp14> reject requests referencing it with
DOES_NOT_EXIST.</t>
        </section>
        <section anchor="session-level-tracks">
          <name>Session-Level Tracks and Namespaces</name>
          <t>MOQT defines the <tt>.session</tt> namespace (the bytes 0x2e, 0x73, 0x65, 0x73,
0x73, 0x69, 0x6f, 0x6e) in the first position of the Track Namespace for
session-level tracks and namespaces. Session-level tracks and namespaces are
managed by the MOQT implementation, not the Application. They provide a
mechanism for extending MOQT transport functionality using existing
subscription and object delivery machinery, without defining new control
messages or stream types.</t>
          <t>The Application <bcp14>MUST NOT</bcp14> publish tracks or namespaces whose first
field is <tt>.session</tt>. Relays <bcp14>MUST NOT</bcp14> forward requests for session-level
tracks and namespaces to other sessions.</t>
          <t>The empty track name in the <tt>.session</tt> namespace is defined to not exist.
A request with a Track Namespace whose first field is <tt>.session</tt> and an
empty Track Name <bcp14>MUST</bcp14> be rejected with DOES_NOT_EXIST.</t>
          <t>An endpoint that receives a request for an unrecognized session-level track
or namespace <bcp14>MUST</bcp14> reject it with REQUEST_ERROR using error code
DOES_NOT_EXIST rather than passing it to the Application.</t>
          <t>The track names and namespaces available under the <tt>.session</tt> namespace are
defined by extensions to this specification and registered with IANA (see
<xref target="iana-session-level-tracks"/>).</t>
        </section>
      </section>
      <section anchor="session-init">
        <name>Session initialization</name>
        <t>MOQT uses a pair of unidirectional streams for creating the session and
exchanging control messages. Each peer opens one control stream beginning with
a SETUP message. Using a pair of unidirectional streams rather than a single
bidirectional stream allows either peer to send data as soon as it is able.
Depending on whether 0-RTT is available on the QUIC connection, either the client or
the server might be able to send stream data first.</t>
        <t>In addition to the control streams, this specification uses bidirectional streams
to carry requests.  A request stream begins with one of these seven message types:
TRACK_STATUS, SUBSCRIBE, PUBLISH, FETCH, PUBLISH_NAMESPACE,
SUBSCRIBE_NAMESPACE, and SUBSCRIBE_TRACKS. Bidirectional streams <bcp14>MUST NOT</bcp14>
begin with any other message type unless negotiated. If they do, the peer <bcp14>MUST</bcp14>
close the Session with a <tt>PROTOCOL_VIOLATION</tt>. Objects are sent on unidirectional
streams.</t>
        <t>As such, a client can initiate a MOQT session, subscribe, and
start publishing Objects all in parallel. When this is done before the
handshake completes using 0-RTT, the security implications described in
<xref target="zero-rtt"/> apply.</t>
        <t>Unidirectional streams containing Objects or bidirectional stream(s) beginning
with a request message could arrive prior to the control streams, in which case
the data <bcp14>SHOULD</bcp14> be buffered until both control streams arrive and setup is
complete. If an implementation does not want to buffer or if the message type is
not supported, it <bcp14>MAY</bcp14> reset such bidirectional streams before the session and
control streams are established.</t>
        <t>A control stream <bcp14>MUST NOT</bcp14> be closed at the underlying transport layer during the
session's lifetime.  Doing so results in the session being closed as a
<tt>PROTOCOL_VIOLATION</tt>.</t>
        <t>Prior to receiving the peer's SETUP message, it's unknown what extensions
a peer will support. Message Parameters requiring negotiation <bcp14>SHOULD NOT</bcp14>
be used prior to receiving the peer's SETUP message unless the application
requires the extension or the endpoint knows the peer supports the
extension. If an unsupported Message Parameter is used, the peer will be
unable to process it and the session will be terminated. See <xref target="message-params"/>.</t>
        <section anchor="zero-rtt">
          <name>0-RTT</name>
          <t>QUIC supports 0-RTT (<xref section="2.3" sectionFormat="of" target="RFC8446"/>), but WebTransport over QUIC
is not expected to use 0-RTT, because initializing a WebTransport session
uses CONNECT, which is not a safe method. <xref target="RFC8470"/> describes the use of
0-RTT with HTTP in more detail. If 0-RTT is used with an existing or future
version of WebTransport, the following would apply to it as well as QUIC.</t>
          <t>MOQT Messages and Objects as defined in this draft are safe to replay in most
circumstances.</t>
          <ul spacing="normal">
            <li>
              <t>TRACK_STATUS gets the Largest Object and Track Properties, but does not
change the state of a Track or any Object in the Track.</t>
            </li>
            <li>
              <t>SUBSCRIBE requests Objects be delivered, but does not change the Objects
being requested.</t>
            </li>
            <li>
              <t>PUBLISH initiates a Subscription. Objects can be immediately sent to
the Subscriber. Processing the same Objects multiple times is
idempotent, as the subscriber or relay can identify and discard
duplicates based on the Group ID and Object ID.</t>
            </li>
            <li>
              <t>SUBSCRIBE_NAMESPACE requests a list of namespaces and the establishment
of new subscriptions, but does not change the available Namespaces,
Tracks, or Objects contained within a Track.</t>
            </li>
            <li>
              <t>PUBLISH_NAMESPACE requests that Subscriptions under the namespace be sent
to that Publisher. If a Subscription was sent to the replaying endpoint, it
would fail because the endpoint cannot complete the handshake.</t>
            </li>
          </ul>
          <t>Some potential side effects of replay are:</t>
          <ul spacing="normal">
            <li>
              <t>Publishing Objects that were previously published could cause those
Objects to be distributed to active Subscriptions if the relays do
not identify them as already having been published. This re-distribution could
also make them available in cache again after they previously expired.</t>
            </li>
          </ul>
          <t>Replays could increase load on the MOQT network. For relay to client
traffic, this is no worse than 0-RTT in HTTP/3, since the server is limited by
the amplification factor until address validation. However, it could cause
the relay to initiate new upstream Subscriptions. For a SUBSCRIBE_TRACKS
request, sending that upstream could cause the Relay to receive a number of new
Subscriptions on the replaying client's behalf.</t>
          <t>Relays <bcp14>MAY</bcp14> defer initiating upstream subscriptions until the handshake is complete
or reject 0-RTT entirely to mitigate resource exhaustion from replayed packets.</t>
        </section>
        <section anchor="graceful-request-closure">
          <name>Graceful Request Stream Closure</name>
          <t>A request stream is bidirectional and each direction is closed independently,
either gracefully with a FIN or abruptly with RESET_STREAM.</t>
          <t>A FIN only indicates that an endpoint will send no further messages in that
direction; it is not a request cancellation. An endpoint <bcp14>MUST NOT</bcp14> send a FIN on
a direction of a request stream until it has sent all required messages on that
direction for its request type. In particular, an endpoint sending a response to
a request <bcp14>MUST</bcp14> send the corresponding response message, and the publisher of an
<tt>Established</tt> subscription <bcp14>MUST</bcp14> send PUBLISH_DONE, before sending a FIN. A FIN
sent by the responder after its response and any subsequent messages for the
request signals that the request is complete; if it has not already done so, the
requester <bcp14>SHOULD</bcp14> then send a FIN on its direction, gracefully closing the stream.
An endpoint that receives a FIN before all required messages have arrived treats
the request as failed.</t>
          <t>An endpoint <bcp14>SHOULD</bcp14> send a FIN promptly after a message when it has nothing
further to send on that direction and will not need to respond to a future
REQUEST_UPDATE. A requester, with the exception of the sender of PUBLISH,
<bcp14>MAY</bcp14> FIN immediately after sending a message if it will not send a
REQUEST_UPDATE.</t>
        </section>
        <section anchor="request-cancellation">
          <name>Request Cancellation and Rejection</name>
          <t>Once a request stream has been opened, the request <bcp14>MAY</bcp14> be cancelled by either
endpoint. Senders cancel requests if the response is no longer of interest;
Receivers cancel requests if they are unable to or choose not to respond.
Implementations cancel a request by abruptly terminating any directions of the
stream that are still open, using RESET_STREAM for a direction they are sending
and STOP_SENDING for a direction they are receiving. An endpoint that has
already sent a FIN on its sending direction and subsequently wishes to cancel
sends STOP_SENDING on the receiving direction.</t>
          <t>When an endpoint rejects a request without performing any application
processing, it <bcp14>SHOULD</bcp14> send a REQUEST_ERROR and FIN the stream.</t>
        </section>
        <section anchor="stream-reset-codes">
          <name>Stream Reset Error Codes</name>
          <t>The application <bcp14>SHOULD</bcp14> use a relevant error code when resetting or sending
STOP_SENDING on any stream.</t>
          <dl>
            <dt>INTERNAL_ERROR (0x0):</dt>
            <dd>
              <t>An implementation specific error.</t>
            </dd>
            <dt>CANCELLED (0x1):</dt>
            <dd>
              <t>The stream was cancelled by either endpoint. For Subscriptions,
PUBLISH_DONE (<xref target="message-publish-done"/>) may have a more detailed status code.</t>
            </dd>
            <dt>DELIVERY_TIMEOUT (0x2):</dt>
            <dd>
              <t>A delivery timeout (<xref target="delivery-timeouts"/>) was exceeded for this stream.</t>
            </dd>
            <dt>SESSION_CLOSED (0x3):</dt>
            <dd>
              <t>The session is being closed.</t>
            </dd>
            <dt>GOING_AWAY (0x4):</dt>
            <dd>
              <t>The endpoint is rejecting this request because it has sent or received a GOAWAY.</t>
            </dd>
            <dt>TOO_FAR_BEHIND (0x5):</dt>
            <dd>
              <t>The corresponding subscription has exceeded the publisher's resource limits and
is being terminated (see <xref target="delivery-timeouts"/>).</t>
            </dd>
            <dt>UNKNOWN_OBJECT_STATUS (0x6):</dt>
            <dd>
              <t>In response to a FETCH, the publisher is unable to determine the status
of the next Object in the requested range.</t>
            </dd>
            <dt>EXPIRED_AUTH_TOKEN (0x7):</dt>
            <dd>
              <t>The authorization token for the request has expired.</t>
            </dd>
            <dt>EXCESSIVE_LOAD (0x9):</dt>
            <dd>
              <t>The endpoint is overloaded and is resetting this stream.</t>
            </dd>
            <dt>MALFORMED_TRACK (0x12):</dt>
            <dd>
              <t>A relay publisher detected that the track was malformed (see
<xref target="malformed-tracks"/>).</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="stream-types">
        <name>Unidirectional Stream Types</name>
        <t>All unidirectional MOQT streams start with a variable-length integer indicating
the type of the stream.</t>
        <table>
          <thead>
            <tr>
              <th align="right">ID</th>
              <th align="left">Type</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">0x05</td>
              <td align="left">FETCH_HEADER  (<xref target="fetch-header"/>)</td>
            </tr>
            <tr>
              <td align="right">0b0XX1XXXX</td>
              <td align="left">SUBGROUP_HEADER  (<xref target="subgroup-header"/>)</td>
            </tr>
            <tr>
              <td align="right">0x2F00</td>
              <td align="left">SETUP (<xref target="message-setup"/>)</td>
            </tr>
            <tr>
              <td align="right">0x132B3E28</td>
              <td align="left">PADDING  (<xref target="padding-streams"/>)</td>
            </tr>
          </tbody>
        </table>
        <t>An endpoint that receives an unknown stream type <bcp14>MUST</bcp14> close the session.</t>
        <t>Control streams (SETUP) are described in <xref target="session-init"/>.
Data streams (FETCH_HEADER, SUBGROUP_HEADER) are described in <xref target="data-streams"/>.
Padding streams are described in <xref target="padding"/>.</t>
      </section>
      <section anchor="session-termination">
        <name>Termination</name>
        <t>The Transport Session can be terminated at any point.  When native QUIC
is used, the session is closed using the CONNECTION_CLOSE frame
(<xref section="19.19" sectionFormat="comma" target="QUIC"/>).  When WebTransport is used, the session is
closed using the CLOSE_WEBTRANSPORT_SESSION capsule (<xref section="6" sectionFormat="comma" target="WebTransport"/>).</t>
        <t>When terminating the Session, the application <bcp14>MAY</bcp14> use any error message
and <bcp14>SHOULD</bcp14> use a relevant code, as defined below:</t>
        <dl>
          <dt>NO_ERROR (0x0):</dt>
          <dd>
            <t>The session is being terminated without an error.</t>
          </dd>
          <dt>INTERNAL_ERROR (0x1):</dt>
          <dd>
            <t>An implementation specific error occurred.</t>
          </dd>
          <dt>UNAUTHORIZED (0x2):</dt>
          <dd>
            <t>The client is not authorized to establish a session.</t>
          </dd>
          <dt>PROTOCOL_VIOLATION (0x3):</dt>
          <dd>
            <t>The remote endpoint performed an action that was disallowed by the
specification.</t>
          </dd>
          <dt>INVALID_REQUEST_ID (0x4):</dt>
          <dd>
            <t>The endpoint received a Request ID with an incorrect least significant
bit for the sender, or a duplicate Request ID. See <xref target="request-id"/>.</t>
          </dd>
          <dt>DUPLICATE_TRACK_ALIAS (0x5):</dt>
          <dd>
            <t>The endpoint attempted to use a Track Alias that was already in use.</t>
          </dd>
          <dt>KEY_VALUE_FORMATTING_ERROR (0x6):</dt>
          <dd>
            <t>The key-value pair has a formatting error.</t>
          </dd>
          <dt>INVALID_PATH (0x8):</dt>
          <dd>
            <t>The PATH parameter was used by a server, on a WebTransport session, or the
server does not support the path.</t>
          </dd>
          <dt>MALFORMED_PATH (0x9):</dt>
          <dd>
            <t>The PATH parameter does not conform to the rules in <xref target="path"/>.</t>
          </dd>
          <dt>GOAWAY_TIMEOUT (0x10):</dt>
          <dd>
            <t>The session was closed because the peer took too long to close the session
in response to a GOAWAY (<xref target="message-goaway"/>) message. See session migration
(<xref target="session-migration"/>).</t>
          </dd>
          <dt>CONTROL_MESSAGE_TIMEOUT (0x11):</dt>
          <dd>
            <t>The session was closed because the peer took too long to respond to a
control message.</t>
          </dd>
          <dt>DATA_STREAM_TIMEOUT (0x12):</dt>
          <dd>
            <t>The session was closed because the peer took too long to send data expected
on an open Data Stream (see <xref target="data-streams"/>). This includes fields of a
stream header or an object header within a data stream. If an endpoint
times out waiting for a new object header on an open subgroup stream, it
<bcp14>MAY</bcp14> send a STOP_SENDING on that stream or terminate the subscription.</t>
          </dd>
          <dt>AUTH_TOKEN_CACHE_OVERFLOW (0x13):</dt>
          <dd>
            <t>The Session limit <xref target="max-auth-token-cache-size"/> of the size of all
registered Authorization tokens has been exceeded.</t>
          </dd>
          <dt>DUPLICATE_AUTH_TOKEN_ALIAS (0x14):</dt>
          <dd>
            <t>Authorization Token attempted to register an Alias that was in use (see
<xref target="authorization-token"/>).</t>
          </dd>
          <dt>MALFORMED_AUTH_TOKEN (0x16):</dt>
          <dd>
            <t>Invalid Auth Token serialization during registration (see
<xref target="authorization-token"/>).</t>
          </dd>
          <dt>UNKNOWN_AUTH_TOKEN_ALIAS (0x17):</dt>
          <dd>
            <t>No registered token found for the provided Alias (see
<xref target="authorization-token"/>).</t>
          </dd>
          <dt>EXPIRED_AUTH_TOKEN (0x18):</dt>
          <dd>
            <t>Authorization token has expired (<xref target="authorization-token"/>).</t>
          </dd>
          <dt>INVALID_AUTHORITY (0x19):</dt>
          <dd>
            <t>The specified AUTHORITY does not correspond to this server or cannot be
used in this context.</t>
          </dd>
          <dt>MALFORMED_AUTHORITY (0x1A):</dt>
          <dd>
            <t>The AUTHORITY value is syntactically invalid.</t>
          </dd>
          <dt>TOO_MANY_REQUEST_UPDATES (0x1B):</dt>
          <dd>
            <t>The endpoint received a REQUEST_UPDATE that exceeded the per-stream limit
communicated via the MAX_REQUEST_UPDATES Setup Option
(<xref target="max-request-updates"/>).</t>
          </dd>
        </dl>
        <t>An endpoint <bcp14>MAY</bcp14> choose to treat a subscription or request specific error as a
session error under certain circumstances, closing the entire session in
response to a condition with a single subscription or message. Implementations
need to consider the impact on other outstanding subscriptions before making
this choice.</t>
      </section>
      <section anchor="session-migration">
        <name>Session Migration</name>
        <t>MOQT requires a long-lived and stateful session. However, a service
provider needs the ability to shutdown/restart a server without waiting for all
sessions to drain naturally, as that can take days for long-form media.
MOQT enables proactively draining sessions via the GOAWAY message (<xref target="message-goaway"/>).</t>
        <t>A GOAWAY on the control stream migrates the entire session, as described in
this section. A GOAWAY on a single request stream instead migrates only that
request, leaving the rest of the session in place; see <xref target="message-goaway"/>.</t>
        <t>The server sends a GOAWAY message, signaling the client to establish a new
session and migrate any <tt>Established</tt> subscriptions. The GOAWAY message optionally
contains a new URI for the new session, otherwise the current URI is
reused. The GOAWAY message contains a Timeout indicating how long, in
milliseconds, the sender intends to wait before closing the session. The sender
<bcp14>SHOULD</bcp14> close the session with <tt>GOAWAY_TIMEOUT</tt> after the indicated timeout if
there are still open subscriptions or fetches on a connection.</t>
        <t>When the server is a subscriber, it <bcp14>SHOULD</bcp14> send a GOAWAY message to downstream
subscribers prior to unsubscribing from upstream publishers.</t>
        <t>After the client receives a GOAWAY, it's <bcp14>RECOMMENDED</bcp14> that the client waits until
there are no more <tt>Established</tt> subscriptions before closing the session with NO_ERROR.
Ideally this is transparent to the application using MOQT, which involves
establishing a new session in the background and migrating <tt>Established</tt> subscriptions
and published namespaces. The client can choose to delay closing the session if
it expects more OBJECTs to be delivered. The sender closes the session with a
<tt>GOAWAY_TIMEOUT</tt> if the peer doesn't close the session within the
indicated Timeout.</t>
      </section>
      <section anchor="congestion-control">
        <name>Congestion Control</name>
        <t>MOQT does not specify a congestion controller, but there are important attributes
to consider when selecting a congestion controller for use with an application
built on top of MOQT.</t>
        <section anchor="bufferbloat">
          <name>Bufferbloat</name>
          <t>Traditional AIMD congestion controllers (ex. CUBIC <xref target="RFC9438"/> and Reno <xref target="RFC6582"/>)
are prone to Bufferbloat. Bufferbloat occurs when elements along the path build up
a substantial queue of packets, commonly more than doubling the round trip time.
These queued packets cause head-of-line blocking and latency, even when there is
no packet loss.</t>
        </section>
        <section anchor="application-limited">
          <name>Application-Limited</name>
          <t>The average bitrate for latency sensitive content needs to be less than the available
bandwidth, otherwise data will be queued and/or dropped. As such,
many MOQT applications will typically be limited by the available data to send, and
not the congestion controller. Many congestion control algorithms
only increase the congestion window or bandwidth estimate if fully utilized. This
combination can lead to underestimating the available network bandwidth. As a result,
applications might need to periodically ensure the congestion controller is not
app-limited for at least a full round trip to ensure the available bandwidth can be
measured.</t>
          <t>Some applications might have APIs to allow sending duplicate data or forward error
correction to probe for more bandwidth while also limiting the impact of probing
in case it causes packet loss. Subscribers wanting to switch to an alternate
representation of a Track can subscribe to it at a lower priority, or subscribe
to additional Tracks at the lowest (255) priority to fill the congestion window
during probing intervals while minimizing the impact on higher priority
media. Publishers can send padding (<xref target="padding"/>) to probe for additional
bandwidth without requiring additional subscriptions.
Network-assisted bandwidth estimation mechanisms such as SCONE
<xref target="I-D.ietf-scone-protocol"/> can provide receivers with sustainable bandwidth hints,
which subscribers can use to inform track selection decisions and potentially avoid
unnecessary probing.</t>
        </section>
        <section anchor="consistent-throughput">
          <name>Consistent Throughput</name>
          <t>Congestion control algorithms are commonly optimized for throughput, not consistency.
For example, BBR's PROBE_RTT state halves the sending rate for more than a round trip
in order to obtain an accurate minimum RTT. Similarly, Reno halves its congestion
window upon detecting loss.  In both cases, the large reduction in sending rate might
cause issues with latency sensitive applications.</t>
        </section>
      </section>
    </section>
    <section anchor="extensibility">
      <name>Extensibility</name>
      <t>MOQT defines all messages necessary to implement both simple publishing or
subscribing endpoints as well as fully capable Relays.  Non-Relay endpoints
<bcp14>MAY</bcp14> implement only the subset of functionality required to perform necessary
tasks.  For example, a limited media player could operate using only SUBSCRIBE
related messages.  Limited endpoints <bcp14>SHOULD</bcp14> respond to any unsupported messages
with the appropriate <tt>NOT_SUPPORTED</tt> error code, rather than ignoring them.</t>
      <t>Relays <bcp14>MUST</bcp14> implement all MOQT messages defined in this document, as well as
processing rules described in <xref target="relays-moq"/>.</t>
    </section>
    <section anchor="publishing-and-retrieving-tracks">
      <name>Publishing and Retrieving Tracks</name>
      <section anchor="subscriptions">
        <name>Subscriptions</name>
        <t>All subscriptions begin in the <tt>Idle</tt> state. A subscription can be
initiated and moved to the <tt>Pending</tt> state by either a publisher or a
subscriber.  A publisher initiates a subscription to a track by
sending the PUBLISH message.  The subscriber either accepts or rejects
the subscription using PUBLISH_OK (<xref target="message-request-ok"/>) or
REQUEST_ERROR.  A subscriber
initiates a subscription to a track by sending the SUBSCRIBE message.
The publisher either accepts or rejects the subscription using
SUBSCRIBE_OK or REQUEST_ERROR.  Once either of these sequences is
successful, the subscription moves to the <tt>Established</tt> state and can
be updated by the subscriber using REQUEST_UPDATE.  Either endpoint
can terminate an <tt>Established</tt> subscription, moving it to the
<tt>Terminated</tt> state.  The subscriber terminates a subscription in the
<tt>Pending (Subscriber)</tt> or <tt>Established</tt> states by sending STOP_SENDING.
The publisher terminates a subscription in the
<tt>Pending (Publisher)</tt> or <tt>Established</tt> states by sending PUBLISH_DONE
and closing the stream.</t>
        <t>This diagram shows the subscription state machine:</t>
        <artwork><![CDATA[
                              +--------+
                              |  Idle  |
                              +--------+
                                |    |
                      SUBSCRIBE |    | PUBLISH
                    (subscriber)|    | (publisher)
                                V    V
                   +--------------+ +--------------+
                   | Pending      | | Pending      |
              +----| (Subscriber) | | (Publisher)  |----+
              |    +--------------+ +--------------+    |
              |                 |    |                  |
REQUEST_ERROR |    SUBSCRIBE_OK |    | PUBLISH_OK       | REQUEST_ERROR
(publisher)   |      (publisher)|    | (subscriber)     | (subscriber)
              |                 V    V                  |
              |            +-------------+              |
              |            | Established | ------+
              |            |             |       | REQUEST_UPDATE
              |            +-------------+ <-----+
              |                 |    |                  |
              +--- STOP_SENDING |    | PUBLISH_DONE ----+
              |     (subscriber)|    | (publisher)      |
              |                 V    V                  |
              |            +-------------+              |
              +----------->| Terminated  | <------------+
                           +-------------+
]]></artwork>
        <t>A publisher <bcp14>MUST</bcp14> send exactly one SUBSCRIBE_OK or REQUEST_ERROR in response to
a SUBSCRIBE. A subscriber <bcp14>MUST</bcp14> send exactly one PUBLISH_OK
(<xref target="message-request-ok"/>) or REQUEST_ERROR in response to a PUBLISH. The peer <bcp14>SHOULD</bcp14> close the session with a protocol error
if it receives more than one.</t>
        <t>All <tt>Established</tt> subscriptions have a Forward State which is either 0 or 1.
The publisher does not send Objects if the Forward State is 0, and does send them
if the Forward State is 1.  The initiator of the subscription sets the initial
Forward State in either PUBLISH or SUBSCRIBE.  The subscriber can send
REQUEST_UPDATE to update the Forward State. Control messages, such as
PUBLISH_DONE (<xref target="message-publish-done"/>) are sent regardless of the forward state.</t>
        <t>Either endpoint can initiate a subscription to a track without exchanging any
prior messages other than SETUP.  Relays <bcp14>MUST NOT</bcp14> send any PUBLISH messages
without knowing the client is interested in and authorized to receive the
content. The communication of intent and authorization can be accomplished by
the client sending SUBSCRIBE_NAMESPACE, or conveyed in other mechanisms out of
band.</t>
        <t>An endpoint <bcp14>MAY</bcp14> SUBSCRIBE to a Track it is publishing, though only Relays are
required to handle such a SUBSCRIBE.  Such self-subscriptions are identical to
subscriptions initiated by other endpoints, and all published Objects will be
forwarded back to the endpoint, subject to priority and congestion response
rules.</t>
        <t>An endpoint <bcp14>MAY</bcp14> have multiple concurrent subscriptions to the same Track,
each identified by a unique Request ID. A publisher <bcp14>MAY</bcp14> assign the same or
different Track Aliases to these subscriptions.</t>
        <t>When an Object matches the filters of multiple subscriptions to the same Track,
the publisher <bcp14>MUST</bcp14> send the Object once for each matching subscription, even
when those subscriptions share the same Track Alias. Because subscriptions can
share a Track Alias, the subscriber re-applies each subscription's filter to
determine which subscription a received Object belongs to. Subscribers <bcp14>SHOULD</bcp14>
avoid overlapping filters across subscriptions to the same Track, as they are
responsible for deduplicating any resulting duplicate Objects.</t>
        <t>A publisher <bcp14>SHOULD</bcp14> begin sending incomplete objects when available to avoid
incurring additional latency.</t>
        <t>Publishers <bcp14>MAY</bcp14> start sending Objects on PUBLISH-initiated subscriptions before
receiving a PUBLISH_OK response to reduce latency.  Doing so can consume
unnecessary resources in cases where the Subscriber rejects the subscription
with REQUEST_ERROR or sets Forward=0 in REQUEST_UPDATE. It can also result in
the Subscriber dropping Objects if its buffering limits are exceeded (see
<xref target="datagrams"/> and <xref target="subgroup-header"/>).</t>
        <section anchor="subscription-state-management">
          <name>Subscription State Management</name>
          <t>A subscriber keeps subscription state until it cancels the request
(see <xref target="request-cancellation"/>), or until receipt of a PUBLISH_DONE or
REQUEST_ERROR. Note that PUBLISH_DONE does not usually indicate that state
can immediately be removed, see <xref target="message-publish-done"/>.</t>
          <t>The Publisher can remove subscription state as soon as it has received
STOP_SENDING. It <bcp14>MUST</bcp14> reset any open streams associated with the SUBSCRIBE.</t>
          <t>The Publisher can also immediately delete subscription state after sending
PUBLISH_DONE, but <bcp14>MUST NOT</bcp14> send it until it has closed all related streams.</t>
          <t>A REQUEST_ERROR indicates no objects will be delivered, and both endpoints can
immediately remove relevant state. Objects <bcp14>MUST NOT</bcp14> be sent for requests that
end with an error.</t>
        </section>
        <section anchor="location-filters">
          <name>Location Filters</name>
          <t>Subscribers can specify a Location filter on a subscription indicating to the publisher
which Objects to send.  Subscriptions without a filter pass all Objects
published or received via upstream subscriptions.</t>
          <t>Fetch requests can also specify a Location filter.  Fetch requests without a filter
include all Locations from {0, 0} up to <tt>Largest Object</tt> (defined below).</t>
          <t>A Location filter specifies an inclusive range of Locations.  Only objects
with Locations within the inclusive range pass the filter.</t>
          <t>An object published or received in a subgroup or datagram is
<strong>subscription-delivered</strong>.  Objects delivered via a fill fetch stream (see
<xref target="fill-semantics"/>) are <strong>fill-delivered</strong>.</t>
          <t>Some Location filters are defined to be relative to the <tt>Largest Object</tt>. The <tt>Largest
Object</tt> is the Object with the largest Location (<xref target="location-structure"/>) in the
Track from the perspective of the publisher processing the message. Largest
Object updates when the first byte of an Object with a Location larger than the
previous value is published or received through a subscription.</t>
          <t>A Location filter parameter has the following length-prefixed structure:</t>
          <artwork><![CDATA[
LOCATION_FILTER Parameter {
  Parameter Type (vi64) = 0x21,
  Length (vi64),
  [StartGroup (vi64),]
  [StartObject (vi64),]
  [EndGroupDelta (vi64),]
  [EndObject (vi64),]
}
]]></artwork>
          <t>Length (in bytes) determines how many optional vi64 fields are present.
A length of 0 indicates no filter, for example to remove the filter in REQUEST_UPDATE.
  * If only one field is present, it is StartGroup.
  * If only two fields are present, they are StartGroup and StartObject.
  * If only three fields are present, they are StartGroup, StartObject, and EndGroupDelta.</t>
          <t>If only StartGroup is present, it is a relative number of groups prior to the Next Group,
hence the start Location is <tt>{Largest Object.Group + 1 - StartGroup, 0}</tt>. For example:
  * StartGroup=0 will start at the Next Group
  * StartGroup=1 will start at the current group
  * StartGroup=2 will start at 1 group prior to the current group
  * StartGroup=N will start at N-1 groups prior to the current group</t>
          <t>If only StartGroup and StartObject are present and both 0, the start Location
is the Next Object which is <tt>{Largest Object.Group, Largest Object.Object + 1}</tt>,
or {0, 0} if no content has been delivered yet.  An open-ended filter that starts at absolute
Location {0, 0} is equivalent to unfiltered, so the subscriber need not include a Location filter.
Note that due to network reordering or prioritization, relays can receive Objects with
Locations smaller than <tt>Largest Object</tt> after the SUBSCRIBE is processed, but
these Objects do not pass this filter.</t>
          <t>If a relative start group results in a computed absolute group less than 0, the
computed value is set to 0; if greater than 2^64 - 1, it is set to 2^64 - 1.</t>
          <t>Otherwise, all fields are absolute.  EndGroupDelta is delta
encoded from StartGroup, but both the start and end groups are absolute, not
relative to <tt>Largest Object</tt>.  If StartGroup + EndGroupDelta exceeds 2^64 - 1,
the endpoint <bcp14>MUST</bcp14> close the session with a <tt>PROTOCOL_VIOLATION</tt>.</t>
          <t>When EndGroupDelta and EndObject are omitted from a subscription filter, the
subscription is open-ended. When they are omitted from a Fetch, the
EndGroup and EndObject are <tt>Largest Object</tt>.</t>
          <t>When EndObject is omitted, the filter includes all objects in the End Group.</t>
          <t>A Location Filter on a subscription is always valid, even if it specifies a range
entirely before Largest Object.</t>
          <t>A publisher <bcp14>MUST NOT</bcp14> send subscription-delivered objects from outside the
requested range.  Because updating filters is asynchronous,
subscribers can receive objects outside the current filter.</t>
          <t>A publisher does not end a subscription solely because the Largest Object advances
past the end of the current Location Filter.</t>
          <t>Fill-delivered objects are governed by the Location filter in
FILL_PARAMETERS (see <xref target="fill-semantics"/>).</t>
        </section>
        <section anchor="fill-semantics">
          <name>Fill Semantics</name>
          <t>A subscription that carries a FILL_PARAMETERS parameter (see
<xref target="fill-parameters"/>) causes the publisher to open a unidirectional stream
beginning with a FETCH_HEADER (see <xref target="fetch-header"/>) and delivered as a FETCH
response (see <xref target="message-fetch"/>).  This is called a fill fetch stream.</t>
          <t>The <strong>fill range</strong> is the range of Locations selected by the Location filter
inside FILL_PARAMETERS, or the subscription's Location filter if it is
omitted. The filter is evaluated using the rules for a Fetch in
<xref target="location-filters"/>, so the fill range never extends beyond <tt>Largest
Object</tt>. When the subscription has no Location filter, or the LOCATION_FILTER
inside FILL_PARAMETERS is zero-length, the fill range is the entire track up to
<tt>Largest Object</tt>.  The subscriber learns the <tt>Largest Object</tt> from the
<tt>LARGEST_OBJECT</tt> parameter in SUBSCRIBE_OK or REQUEST_UPDATE_OK.</t>
          <t>Because the fill range is specified independently of the subscription's
Location filter, a subscriber can retrieve a range of Groups prior to the live
edge while the subscription itself starts at the Next Group.  If the fill range
is empty, or starts after Largest Object, the publisher does not open a fill fetch stream.</t>
          <t>The fill fetch stream inherits the subscription's parameters, including
subscriber priority, range filters and authorization; parameters carried inside
FILL_PARAMETERS override them for the fill fetch stream.  FILL_TIMEOUT (see
<xref target="fill-timeout"/>) applies to fill fetch streams in the same way it applies to a
FETCH.</t>
          <t>The FETCH_HEADER on the fill fetch stream carries the Request ID of the message
that initiated it: the SUBSCRIBE Request ID for the initial fill, or the
REQUEST_UPDATE Request ID for a subsequent fill.  As a result of
REQUEST_UPDATE, a subscription can have
multiple fill fetch streams open at once, each identified by its Request ID;
opening a new fill fetch stream does not implicitly cancel any previously
opened fill fetch streams.</t>
          <t>An object delivered on the fill fetch stream is <strong>fill-delivered</strong>.  When the
fill range overlaps the subscription's Location filter, an object can be both
fill-delivered and subscription-delivered.  A subscriber that wants each Object
delivered exactly once uses the Next Object Subscription Location Filter coupled
with an open-ended fill range, which the publisher will end at Largest Object.</t>
          <section anchor="opening-and-closing-fill-fetch-streams">
            <name>Opening and Closing Fill Fetch Streams</name>
            <t>A publisher opens a fill fetch stream when it processes a SUBSCRIBE or
REQUEST_UPDATE that carries FILL_PARAMETERS while Forward State is 1.</t>
            <ul spacing="normal">
              <li>
                <t>FILL_PARAMETERS carried while Forward State is 0 opens no fill fetch stream.
Transitioning to Forward State 1 without re-sending FILL_PARAMETERS does not
open one either.</t>
              </li>
              <li>
                <t>A REQUEST_UPDATE that does not carry FILL_PARAMETERS does not open a new fill
fetch stream.</t>
              </li>
              <li>
                <t>When the subscription is cancelled, the publisher <bcp14>MUST</bcp14> reset any open fill fetch streams.</t>
              </li>
            </ul>
            <t>The publisher signals that the fill is complete by closing the stream with a
FIN once all objects in the fill range have been delivered.  Because there is
no REQUEST_ERROR associated with a fill fetch stream, the publisher signals a
fill failure by resetting the stream; it <bcp14>MUST</bcp14> open a fill fetch stream and reset
it immediately after the FETCH_HEADER if necessary.  A subscriber can cancel a
fill fetch stream independently using STOP_SENDING.  Resetting or
cancelling a fill fetch stream, by either endpoint, does not affect the
subscription, which continues to deliver objects using subscribe subgroups and
datagrams.</t>
          </section>
        </section>
        <section anchor="range-filters">
          <name>Range Filters</name>
          <t>Range Filters are parameters in SUBSCRIBE, FETCH, or SUBSCRIBE_TRACKS that
tell a publisher to filter tracks (via TRACK PROPERTY FILTER) and objects
according to subscriber-provided criteria.  Range filters are specified as
ranges of integer values in Track and Object Properties and other
Object header fields (Subgroup ID, Object ID, and Publisher Priority).
There are five Range Filter parameter types, 0x25-0x29, as shown below.</t>
          <artwork><![CDATA[
SUBGROUP_FILTER {
  Type (vi64) = 0x25,
  Length (vi64),
  [SetID (8)],
  [Range (..) ...]
}

OBJECTID_FILTER {
  Type (vi64) = 0x26,
  Length (vi64),
  [SetID (8)],
  [Range (..) ...]
}

PRIORITY_FILTER {
  Type (vi64) = 0x27,
  Length (vi64),
  [SetID (8)],
  [Range (..) ...]
}

OBJECT_PROPERTY_FILTER {
  Type (vi64) = 0x28,
  Length (vi64),
  [SetID (8)],
  [Property Type (vi64)],
  [Range (..) ...]
}

TRACK_PROPERTY_FILTER {
  Type (vi64) = 0x29,
  Length (vi64),
  [SetID (8)],
  [Property Type (vi64)],
  [Range (..) ...]
}

Range {
  Start (vi64),
  [End (vi64)]
}
]]></artwork>
          <t>Length (vi64) is the byte count of all fields after itself.  When Length
is 0, there is no filter and no further fields are present.  This can be
used in REQUEST_UPDATE to remove a filter.  The Object Property and Track
Property Filters include a Property Type (vi64) which follows SetID.</t>
          <t>Each Range is an inclusive Start/End pair.  End is optional in the last
pair; if omitted it indicates the last Range is open-ended.  An object
matches the filter if its value falls within any Range (i.e., Ranges are
OR'd within a filter parameter).</t>
          <t>Each Start is delta encoded from the prior Range's End (or from 0 for the
first Range), and End is delta encoded from its own Start.  If adding the delta
would exceed 2^64-1, the request <bcp14>MUST</bcp14> be rejected with <tt>INVALID_FILTER</tt>.
For example, ranges 3-5 and 10-15 encode as: Start=3, End=2, Start=5, End=5.</t>
          <t>Filter parameters with the same SetID are AND'd; distinct SetIDs are OR'd.
The final result is SetID=0 OR SetID=1 OR ... SetID=255, where each
SetID=i is the AND of all filter parameters carrying that SetID.</t>
          <t>The Track Property filter parameter <bcp14>MAY</bcp14> appear multiple times in a
SUBSCRIBE_TRACKS message or REQUEST_UPDATE for it.
All other filter parameters <bcp14>MAY</bcp14> appear multiple times in a FETCH, SUBSCRIBE,
SUBSCRIBE_TRACKS, or REQUEST_UPDATE (on a subscription, from the subscriber only)
message.  If the same combination of Parameter Type, SetID, and Property Type
(only in the Track and Object Property Filters) repeat in any message,
an endpoint <bcp14>MUST</bcp14> reject this with REQUEST_ERROR with error code INVALID_FILTER.</t>
          <t>In REQUEST_UPDATE, Length of 0 removes the filter; non-zero replaces it
entirely.  If a filter parameter is omitted from REQUEST_UPDATE, it is
unchanged.  If omitted from other messages, the default is no filter.</t>
          <t>Range Filters are only allowed if the setup option MAX_FILTER_RANGES
is non-zero, which limits the total number of Ranges allowed
in all Range Filter parameters for a given subscription or fetch.
If this limit is exceeded, an endpoint <bcp14>MUST</bcp14> reject this with REQUEST_ERROR
with error code INVALID_FILTER.</t>
          <t>The Track Property Filter can be used in SUBSCRIBE_TRACKS to filter PUBLISH
messages with required Track Property types and values.  PUBLISH messages
which pass the filter will be forwarded while those which do not pass it
will not be forwarded nor will any Objects.</t>
          <t>The Object Property Filter can be used to filter Objects with required
Object Property types and values.  It only filters Object Properties in
the Object header, and does not evaluate Track Properties in PUBLISH
messages.</t>
        </section>
        <section anchor="combining-filters">
          <name>Combining Filters</name>
          <t>All filter types are combined using logical "AND" operations
to further restrict which tracks and objects pass all filter criteria.
This includes all Range Filters <xref target="range-filters"/> and Location
Filters <xref target="location-filters"/>, which can be evaluated in any order.
The Forward parameter is also a type of filter.  The publisher <bcp14>MUST</bcp14>
forward only objects that pass all filters.</t>
          <artwork><![CDATA[
Pass = Forward AND Location Filters AND Range Filters
]]></artwork>
        </section>
        <section anchor="joining-tracks">
          <name>Joining an Ongoing Track</name>
          <t>The MOQT Object model is designed with the concept that the beginning of a Group
is a join point, so in order for a subscriber to join a Track, it needs to
request an existing Group or wait for a future Group.  Different applications
will have different approaches for when to begin a new Group.</t>
          <t>To join a Track immediately, the subscriber sends a SUBSCRIBE with a Location
Filter <xref target="location-filters"/> that starts at the Next Object.  Delivery begins
with the next Object and can begin mid-group.</t>
          <t>To join a Track at the current Group, the subscriber sends a SUBSCRIBE with a
Location Filter that starts at the Next Object and a FILL_PARAMETERS parameter
(see <xref target="fill-parameters"/>) whose Location filter has StartGroup=1, which fills
the current Group from its start.</t>
          <t>To join a Track at a past Group, the subscriber sends a SUBSCRIBE with a
FILL_PARAMETERS parameter whose Location filter selects the intended Groups,
which can be relative.  The publisher delivers the fill range on a fill fetch
stream and subscription-delivered Objects in subgroups or
datagrams (see <xref target="fill-semantics"/>).</t>
          <t>To join a Track at the next Group, the subscriber sends a SUBSCRIBE with
a Location Filter <xref target="location-filters"/> that starts at the Next Group.</t>
          <section anchor="dynamically-starting-new-groups">
            <name>Dynamically Starting New Groups</name>
            <t>While some publishers will deterministically create new Groups, other
applications might want to only begin a new Group when needed.  A subscriber
joining a Track might detect that it is more efficient to request the Original
Publisher create a new group than to fill the current group.  Publishers
indicate a Track supports dynamic group creation using the DYNAMIC_GROUPS
Track Property (<xref target="dynamic-groups"/>).</t>
            <t>One possible subscriber pattern is to SUBSCRIBE to a Track using a Location Filter
that starts at the Next Object and observe the <tt>Largest Object</tt> in the response.  If the
Object ID is below the application's threshold, the subscriber sends a FETCH for
the beginning of the Group.  If the Object ID is above the threshold and the
Track supports dynamic groups, the subscriber sends a REQUEST_UPDATE message with the
NEW_GROUP_REQUEST parameter equal to the Next Group (see <xref target="new-group-request"/>).</t>
            <t>Another possible subscriber pattern is to send a SUBSCRIBE with a Location Filter
that starts at the Next Group and NEW_GROUP_REQUEST equal to 0.  The value of
DYNAMIC_GROUPS in SUBSCRIBE_OK will indicate if the publisher supports dynamic
groups. A publisher that does will begin the next group as soon as practical.</t>
          </section>
        </section>
      </section>
      <section anchor="fetch-state-management">
        <name>Fetch State Management</name>
        <t>The publisher <bcp14>MUST</bcp14> send exactly one FETCH_OK or REQUEST_ERROR in response to a
FETCH.</t>
        <t>A subscriber keeps FETCH state until it cancels the request
(see <xref target="request-cancellation"/>), receives REQUEST_ERROR, or the FETCH data stream
receives a FIN or is reset. If the data stream is already open,
the subscriber wishing to cancel the FETCH <bcp14>MAY</bcp14> send STOP_SENDING for the
data stream as well as the bidi request stream. It <bcp14>MUST</bcp14> send STOP_SENDING
for the bidi request stream.</t>
        <t>The Publisher can remove fetch state as soon as it has received a
STOP_SENDING. It <bcp14>MUST</bcp14> reset the bidi request stream and unidirectional
data stream associated with the FETCH. It can also remove state after closing
the FETCH data stream.</t>
        <t>It can remove all FETCH state after closing the data stream with a FIN.</t>
        <t>A REQUEST_ERROR indicates that both endpoints can immediately remove state.
Since a relay can start delivering FETCH Objects from cache before determining
the result of the request, some Objects could be received even if the FETCH
results in error.</t>
      </section>
    </section>
    <section anchor="track-discovery">
      <name>Namespace Discovery</name>
      <t>Discovery of MOQT servers is always done out-of-band. Namespace discovery can be
done in the context of an established MOQT session using SUBSCRIBE_NAMESPACE
(see <xref target="subscribing-to-namespaces"/>).</t>
      <t>Given sufficient out of band information, it is valid for a subscriber to send a
SUBSCRIBE or FETCH message to a publisher (including a relay) without any
previous MOQT messages besides SETUP. However, SUBSCRIBE_NAMESPACE, SUBSCRIBE_TRACKS, PUBLISH and
PUBLISH_NAMESPACE messages provide an in-band means of discovery of publishers
for a namespace.</t>
      <t>The syntax of these messages is described in <xref target="message"/>.</t>
      <section anchor="subscribing-to-namespaces">
        <name>Subscribing to Namespaces</name>
        <t>If the subscriber is aware of a namespace of interest, it can send
SUBSCRIBE_NAMESPACE or SUBSCRIBE_TRACKS to publishers/relays it has established
a session with. The Track Namespace Prefix carried in these messages is
compared against the namespaces known to the receiver using Namespace Prefix
Matching (<xref target="namespace-prefix-matching"/>).</t>
        <t>SUBSCRIBE_NAMESPACE requests namespace discovery: the publisher sends relevant
NAMESPACE and NAMESPACE_DONE messages for namespaces matching the prefix,
including echoing back Track Namespaces under the prefix that have been published
to it.</t>
        <t>SUBSCRIBE_TRACKS requests track subscriptions: the publisher sends PUBLISH
messages for tracks within matching namespaces, excluding tracks published
by the subscriber.</t>
        <t>Either message with zero Track Namespace fields indicates the sender is
interested in all namespaces or all tracks from the receiver, respectively.</t>
        <t>By sending SUBSCRIBE_NAMESPACE, the subscriber indicates that it trusts the
relay to be authoritative for namespaces matching the requested prefix.
NAMESPACE messages received on the SUBSCRIBE_NAMESPACE response stream inherit
this trust and do not independently carry authorization.</t>
        <t>The subscriber sends SUBSCRIBE_NAMESPACE or SUBSCRIBE_TRACKS on a new
bidirectional stream and the publisher <bcp14>MUST</bcp14> send a single REQUEST_OK or
REQUEST_ERROR as the first message on the bidirectional stream in response.</t>
        <t>If a Subscription cannot be created because there are no available bidirectional
streams or any other reason, the Publisher sends a PUBLISH_SKIPPED message on the
SUBSCRIBE_TRACKS response stream to indicate the Full Track Name of the
Subscription that was not created. The Publisher <bcp14>MUST NOT</bcp14> send a PUBLISH for a
Track for a given SUBSCRIBE_TRACKS after PUBLISH_SKIPPED has been sent,
scoped to a single PUBLISH.  If, for example, the publisher disconnects from
a relay and later reconnects and sends a new PUBLISH, the relay <bcp14>MAY</bcp14> send the new
PUBLISH downstream.
If desired, the subscriber can issue a SUBSCRIBE to establish a subscription to
that track.</t>
        <t>The receiver of a REQUEST_OK or REQUEST_ERROR ought to
forward the result to the application, so the application can decide which other
publishers to contact, if any.</t>
        <t>A SUBSCRIBE_NAMESPACE or SUBSCRIBE_TRACKS is cancelled as described in
<xref target="request-cancellation"/>, by resetting or sending STOP_SENDING on the stream.
Cancelling SUBSCRIBE_TRACKS does not prohibit original publishers
from sending further PUBLISH messages, but relays <bcp14>MUST NOT</bcp14>
send any further PUBLISH messages to a client without knowing the client is
interested in and authorized to receive the content.</t>
      </section>
      <section anchor="publishing-namespaces">
        <name>Publishing Namespaces</name>
        <t>A publisher <bcp14>MAY</bcp14> send PUBLISH_NAMESPACE messages to any subscriber. A
PUBLISH_NAMESPACE indicates to the subscriber that the publisher has tracks
available in that namespace. A subscriber <bcp14>MAY</bcp14> send SUBSCRIBE or FETCH for tracks
in a namespace without having received a PUBLISH_NAMESPACE for it.</t>
        <t>If a publisher is the Original Publisher for one or more tracks in a given
namespace, or is a relay that has received an authorized PUBLISH_NAMESPACE for
that namespace from an upstream publisher, it <bcp14>MUST</bcp14> send a NAMESPACE message
that includes this namespace to any subscriber that has sent a
SUBSCRIBE_NAMESPACE whose prefix matches this namespace.</t>
        <t>A subscriber can receive a PUBLISH_NAMESPACE on a request stream for a
namespace that falls within an active SUBSCRIBE_NAMESPACE prefix. This
occurs when SUBSCRIBE_NAMESPACE or its response is in flight at the same time
as a PUBLISH_NAMESPACE, or when an original publisher sends PUBLISH_NAMESPACE
to advertise namespaces within the prefix being discovered. Such a
PUBLISH_NAMESPACE is valid and <bcp14>MAY</bcp14> carry an AUTHORIZATION TOKEN parameter.
Its lifetime is independent of the SUBSCRIBE_NAMESPACE stream.</t>
        <t>An endpoint <bcp14>SHOULD</bcp14> report the reception of a REQUEST_OK or
REQUEST_ERROR to the application to inform the search for additional
subscribers for a namespace, or to abandon the attempt to publish under this
namespace. A
subscriber <bcp14>MUST</bcp14> send exactly one REQUEST_OK or REQUEST_ERROR as the first
message on the bidi stream in response to a PUBLISH_NAMESPACE. The publisher
<bcp14>SHOULD</bcp14> close the session with a protocol error if it receives more than one.</t>
        <t>A PUBLISH_NAMESPACE is withdrawn by cancelling the request
(see <xref target="request-cancellation"/>), although it is not a protocol error for
the subscriber to send a SUBSCRIBE or FETCH message for a track in a
namespace after the namespace is withdrawn.</t>
        <t>A subscriber can cancel the request (see <xref target="request-cancellation"/>) to revoke
acceptance of a PUBLISH_NAMESPACE. If the reason for cancellation is expiration
of authorization credentials, the publisher can send PUBLISH_NAMESPACE again
on a new bidi stream with refreshed authorization, or close the stream and
discard associated state.</t>
        <t>While PUBLISH_NAMESPACE indicates to relays how to connect publishers and
subscribers, it is not a full-fledged routing protocol and does not protect
against loops and other phenomena. In particular, PUBLISH_NAMESPACE <bcp14>SHOULD NOT</bcp14>
be used to find paths through richly connected networks of relays.</t>
        <t>A subscriber <bcp14>MAY</bcp14> send a SUBSCRIBE or FETCH for a track to any publisher. If it
has accepted a PUBLISH_NAMESPACE with a namespace that exactly matches the
namespace for that track, it <bcp14>SHOULD</bcp14> only request it from the senders of those
PUBLISH_NAMESPACE messages.</t>
      </section>
      <section anchor="filtering-subscribetracks">
        <name>Filtering SUBSCRIBE_TRACKS</name>
        <t>Range Filters <xref target="range-filters"/> can be used in SUBSCRIBE_TRACKS to filter
Tracks in a namespace using the Track Property Filter. Objects published in
the resulting Subscriptions can be filtered by any Range Filter.</t>
        <section anchor="large-namespaces">
          <name>Relay Resource Protection in Large Namespaces</name>
          <t>Relays <bcp14>SHOULD</bcp14> aggregate and propagate filters upstream on subscriptions,
especially namespace subscriptions,
to conserve and protect their resources from excessive load.  They <bcp14>MAY</bcp14>
also impose limits on the number of publishers in a namespace, by rejecting
or closing namespace subscriptions with the error NAMESPACE_TOO_LARGE, or
CONFLICTING_FILTERS if too many disjoint filters are requested on downstream
subscriptions across a large number of subscribers, or PREFIX_OVERLAP if different
subscribers force an aggregated upstream subscription to overlap.</t>
        </section>
      </section>
    </section>
    <section anchor="priorities">
      <name>Priorities</name>
      <t>MOQT priorities allow a subscriber and original publisher to influence
the transmission order of Objects within a session in the presence of
congestion.</t>
      <section anchor="definitions">
        <name>Definitions</name>
        <t>MOQT maintains priorities between different schedulable objects.
A schedulable object in MOQT is either:</t>
        <ol spacing="normal" type="1"><li>
            <t>The first or next Object in a Subgroup that is in response to a subscription.</t>
          </li>
          <li>
            <t>An Object with forwarding preference Datagram.</t>
          </li>
          <li>
            <t>An Object in response to a FETCH where that Object is the next
Object in the response.</t>
          </li>
        </ol>
        <t>An Object is not schedulable if it is known that no part of it can be written
due to underlying transport flow control limits.</t>
        <t>A single subgroup or datagram has a single publisher priority. Within a
subscription, it can be useful to conceptualize this process as
scheduling subgroups or datagrams instead of individual objects on them.
FETCH responses however can contain objects with different publisher
priorities.</t>
        <t>A <tt>priority number</tt>is an unsigned integer with a value between 0 and 255.
A lower priority number indicates higher priority; the highest priority is 0.</t>
        <t><tt>Subscriber Priority</tt> is a priority number associated with an individual
request.  It is carried in the SUBSCRIBER_PRIORITY parameter
(<xref target="subscriber-priority"/>), and can be updated.  The subscriber priority of an
individual schedulable object is the subscriber priority of the request that
caused that object to be sent. When subscriber priority is changed, a best
effort <bcp14>SHOULD</bcp14> be
made to apply the change to all objects that have not been scheduled, but it is
implementation dependent what happens to objects that have already been
scheduled.</t>
        <t><tt>Publisher Priority</tt> is a priority number associated with an individual
schedulable object.  A default for the subscription is specified in the
DEFAULT_PUBLISHER_PRIORITY Track Property (<xref target="publisher-priority"/>). Publisher
priority can also be set per subgroup or datagram in the subgroup header or
datagram (see <xref target="data-streams"/>), which overrides the default.</t>
        <t><tt>Group Order</tt> is a property of an individual subscription.  It can be either
'Ascending' (groups with lower group ID are sent first), or 'Descending'
(groups with higher group ID are sent first).  The subscriber optionally
communicates its group order preference in the SUBSCRIBE or SUBSCRIBE_TRACKS
message; the publisher's preference, carried in the
DEFAULT_PUBLISHER_GROUP_ORDER Track Property (<xref target="group-order-pref"/>), is used if
the subscriber did not express one (by omitting the Group Order parameter). The
group order of an existing subscription cannot be changed.</t>
      </section>
      <section anchor="scheduling-algorithm">
        <name>Scheduling Algorithm</name>
        <t>When an MOQT publisher has multiple schedulable objects it can choose between,
the objects <bcp14>SHOULD</bcp14> be selected as follows:</t>
        <ol spacing="normal" type="1"><li>
            <t>If two objects have different subscriber priorities associated with them,
the one with <strong>the highest subscriber priority</strong> is scheduled to be sent first.</t>
          </li>
          <li>
            <t>If two objects have the same subscriber priority, but different publisher
priorities, the one with <strong>the highest publisher priority</strong> is scheduled to be
sent first.</t>
          </li>
          <li>
            <t>If two objects in the same subscription have the same subscriber and
publisher priority, but belong to two different groups of the same track,
<strong>the group order</strong> of the subscription is used to decide the one that is
scheduled to be sent first. When a subscription fill's Group Order differs
from the subscription's Group Order, the subscription-delivered object is scheduled
first.</t>
          </li>
          <li>
            <t>If two objects in the same subscription have the same subscriber
and publisher priority and belong to the same group of the same track, and
one is delivered by the fill fetch stream while the other is
subscription-delivered, the fill-delivered object is scheduled first. Otherwise,
the one with <strong>the lowest Subgroup ID</strong> (for objects with forwarding preference
Subgroup), or <strong>the lowest Object ID</strong> (for objects with forwarding preference
Datagram) is scheduled to be sent first.  If the two objects have
different Forwarding Preferences the datagram is sent first.</t>
          </li>
        </ol>
        <t>Within the same group, fill-delivered objects win the tie-break over
subscription-delivered objects (rule 4) because objects with smaller Locations
are assumed to be needed before those with larger Locations.</t>
        <t>The definition of "scheduled to be sent first" in the algorithm is implementation
dependent and is constrained by the prioritization interface of the underlying
transport. For some implementations, it could mean that the object is serialized
and passed to the underlying transport first.  Other implementations can
control the order packets are initially transmitted.</t>
        <t>This algorithm does not provide a well-defined ordering for objects that belong
to different subscriptions or FETCH responses, but have the same subscriber and
publisher priority.  The ordering in those cases is implementation-defined,
though the expectation is that all subscriptions will be able to send some data.</t>
        <t>A publisher might not utilize the entire available congestion window,
session flow control, or all available streams for lower
priority Objects if it expects higher priority Objects will be available to send
in the near future or it wants to reserve some bandwidth for control messages.</t>
        <t>Given the critical nature of control messages and their relatively
small size, the control streams <bcp14>SHOULD</bcp14> be prioritized highest, followed by the
bidi request streams and then all Objects. Bidi request streams <bcp14>MAY</bcp14> be
prioritized within themselves by Subscriber Priority if specified.</t>
      </section>
      <section anchor="considerations-for-setting-priorities">
        <name>Considerations for Setting Priorities</name>
        <t>For downstream subscriptions, relays <bcp14>SHOULD</bcp14> respect the subscriber and original
publisher's priorities.  Relays can receive subscriptions with conflicting
subscriber priorities or Group Order preferences.  Relays <bcp14>SHOULD NOT</bcp14> directly
use Subscriber Priority or Group Order from incoming subscriptions for upstream
subscriptions. A Relay's use of these fields for upstream subscriptions can be
based on factors specific to it, such as the popularity of the content or
policy, or relays can specify the same value for all upstream subscriptions.</t>
        <t>MOQT Sessions can span multiple namespaces, and priorities might not
be coordinated across namespaces.  The subscriber's priority is
considered first, so there is a mechanism for a subscriber to fix
incompatibilities between different namespaces prioritization schemes.
Additionally, it is anticipated that when multiple namespaces
are present within a session, the namespaces could be coordinating,
possibly part of the same application.  In cases when pooling among
namespaces is expected to cause issues, multiple MOQT sessions, either
within a single connection or on multiple connections can be used.</t>
        <t>Implementations that have a default priority <bcp14>SHOULD</bcp14> set it to a value in
the middle of the range (eg: 128) to allow non-default priorities to be
set either higher or lower.</t>
      </section>
    </section>
    <section anchor="delivery-timeouts">
      <name>Delivery Timeouts and Data Reliability</name>
      <t>Each MOQT subscription has two timeout values associated with it: a
SUBGROUP_DELIVERY_TIMEOUT and an OBJECT_DELIVERY_TIMEOUT.  Both of those values
are expressed in milliseconds and both are optional; a value of 0 means that
there is no timeout set.</t>
      <t>The publisher communicates both timeout values as a Track Property; the
subscriber communicates them as Message Parameters.  Either timeout value can
also be set as an Object Property on the first object in a subgroup, overriding
the Track-level value for that subgroup.  If either timeout is set as an Object
Property on any object other than the first in a subgroup, it is ignored.  For
each type of timeout, the
publisher's value is the Object Property when present on the first object of the
subgroup, and the Track Property otherwise.  If both the publisher's value and
the subscriber's value are non-zero, the smaller of the two is used.</t>
      <t>If the OBJECT_DELIVERY_TIMEOUT is not zero, the MOQT implementation <bcp14>MUST</bcp14> retain
the time at which the last header byte of every object has been either
received from the upstream subscription, or provided by the original publisher
application.  The actual mechanism by which the timeout works depends on the
Object Forwarding Preference:</t>
      <ul spacing="normal">
        <li>
          <t>For subgroups, the implementation <bcp14>MUST</bcp14> check the time elapsed
before attempting to pass it to the underlying transport
for transmission; if the time elapsed exceeds OBJECT_DELIVERY_TIMEOUT, it
<bcp14>MUST</bcp14> reset the underlying transport stream with the reset stream code
DELIVERY_TIMEOUT (see <xref target="closing-subgroup-streams"/>) and <bcp14>SHOULD NOT</bcp14> attempt to
open a new stream to deliver additional Objects in that Subgroup.  The
implementation <bcp14>SHOULD</bcp14> check object delivery timeouts before retransmitting
object data if the underlying transport implementation allows.  The
implementations <bcp14>SHOULD</bcp14> minimize the amount of data buffered at the underlying
transport layer, as any data buffered at this layer can no longer be timed
out, potentially leading to transmission of expired data.</t>
        </li>
        <li>
          <t>For datagrams, the implementation <bcp14>MUST</bcp14> drop the datagrams if the time elapsed
exceeds OBJECT_DELIVERY_TIMEOUT.  Similar to subgroups,
implementations <bcp14>SHOULD</bcp14> either minimize datagram queueing, or use datagram
queueing mechanisms that support time bounds (such as the <tt>outgoingMaxAge</tt>
parameter in the W3C WebTransport API).</t>
        </li>
      </ul>
      <t>If the Object Forwarding Preference is Subgroup and the value of
SUBGROUP_DELIVERY_TIMEOUT is not zero, the MOQT implementation <bcp14>MUST</bcp14>
start a timer of SUBGROUP_DELIVERY_TIMEOUT duration once it becomes
aware that all of the objects on the subgroup have been published
(either by receiving a FIN from the upstream subscription, or, in case
of the original publisher, through being notified of this fact by the
application).  If the timer expires before the underlying transport
stream reaches "all data committed" state
(<xref section="4.3" sectionFormat="comma" target="I-D.ietf-webtrans-overview"/>), the implementation
<bcp14>MUST</bcp14> reset the stream.  This ensures that MOQT can time out subgroups
where all of the data has been sent but not yet fully delivered due to
packet loss.</t>
      <t>For objects whose Object Forwarding Preference is Datagram, the
SUBGROUP_DELIVERY_TIMEOUT acts the same way as OBJECT_DELIVERY_TIMEOUT; if both
are non-zero, the smaller of the two is used.</t>
      <table anchor="timeout-comparison">
        <name>Comparison of the delivery timeout mechanisms</name>
        <thead>
          <tr>
            <th align="left"> </th>
            <th align="left">SUBGROUP_DELIVERY_TIMEOUT</th>
            <th align="left">OBJECT_DELIVERY_TIMEOUT</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">Timeout starts</td>
            <td align="left">When the FIN for the subgroup is received</td>
            <td align="left">When the last byte of the object header is received</td>
          </tr>
          <tr>
            <td align="left">Timeout checked at</td>
            <td align="left">Via a timer until all data is acknowledged</td>
            <td align="left">When the object is sent to the underlying transport</td>
          </tr>
          <tr>
            <td align="left">Action upon timeout</td>
            <td align="left">Reset for subgroups, drop for datagrams</td>
            <td align="left">Reset for subgroups, drop for datagrams</td>
          </tr>
        </tbody>
      </table>
      <t>Publishers can, at their discretion, discontinue forwarding Objects before
either timeout occurs, subject to stream closure and ordering
constraints described in <xref target="closing-subgroup-streams"/>.  However, if neither
timeout is set to a non-zero value, all Objects in the track matching the
subscription filter are delivered as indicated by their Group Order and
Priority.  If a subscriber fails to consume Objects at a sufficient rate,
causing the publisher to exceed its resource limits, the publisher <bcp14>MAY</bcp14>
terminate the subscription using PUBLISH_DONE with error <tt>TOO_FAR_BEHIND</tt>.</t>
    </section>
    <section anchor="relays-moq">
      <name>Relays</name>
      <t>Relays are leveraged to enable distribution scale in the MOQT
architecture. Relays can be used to form an overlay delivery network,
similar in functionality to Content Delivery Networks
(CDNs). Additionally, relays serve as policy enforcement points by
validating subscribe and publish requests at the edge of a network.</t>
      <t>Relays are endpoints, which means they terminate Transport Sessions in order to
have visibility of MOQT Object metadata.</t>
      <section anchor="caching-relays">
        <name>Caching Relays</name>
        <t>Relays <bcp14>MAY</bcp14> cache Objects, but are not required to.</t>
        <t>A caching relay saves Objects to its cache identified by the Object's Full Track
Name, Group ID and Object ID. If multiple objects are received with the same
Full Track Name, Group ID and Object ID, Relays <bcp14>MAY</bcp14> ignore subsequently received
Objects or <bcp14>MAY</bcp14> use them to update certain cached fields. Implementations that
update the cache need to protect against cache poisoning.  The only Object
fields that can be updated are the following:</t>
        <ol spacing="normal" type="1"><li>
            <t>Object can transition from existing to not existing in cases where the
object is no longer available.</t>
          </li>
          <li>
            <t>Object Properties can be added, removed or updated, subject
to the constraints of the specific property.</t>
          </li>
        </ol>
        <t>An endpoint that receives a duplicate Object with a different Forwarding
Preference, Subgroup ID, Priority or Payload <bcp14>MUST</bcp14> treat the track as Malformed.</t>
        <t>For ranges of objects that do not exist, relays <bcp14>MAY</bcp14> change the representation
of a missing range to a semantically equivalent one.  For instance, a relay may
change an End-of-Group="Y" Subgroup Header to an equivalent object with an End
of Group status, or a Prior Group ID Gap property could be removed in FETCH,
where it's redundant.</t>
        <t>As described in <xref target="model-object"/>, an endpoint can receive an Object after it has
already recorded that the Object does not exist.  A caching relay <bcp14>SHOULD NOT</bcp14>
cache or forward the Object in this case.</t>
        <t>A cache <bcp14>MUST</bcp14> store all fields of an Object defined in <xref target="object-header"/>,
with the exception of any Object Properties (<xref target="object-properties"/>)
that specify otherwise.</t>
      </section>
      <section anchor="forward-handling">
        <name>Forward Handling</name>
        <t>If one or more downstream subscribers to a track have Forward=1, the relay
<bcp14>MUST</bcp14> set Forward=1 upstream in order to receive and forward the requested
Objects. When no downstream subscriber has Forward=1, the relay chooses the
upstream Forward value at its discretion, considering the following
tradeoffs and deployment considerations:</t>
        <ul spacing="normal">
          <li>
            <t>Setting Forward=1 upstream starts object delivery and pre-warms the
relay's cache, so objects are available when a downstream subscriber
sets Forward=1. This reduces latency but consumes upstream and publisher
resources for content no downstream subscriber is currently receiving.</t>
          </li>
          <li>
            <t>Setting Forward=0 upstream avoids that work, at the cost of higher
latency when forwarding is later enabled.</t>
          </li>
        </ul>
      </section>
      <section anchor="multiple-publishers">
        <name>Multiple Publishers</name>
        <t>A Relay can receive PUBLISH_NAMESPACE for the same Track Namespace or PUBLISH
messages for the same Track from multiple publishers.  The following sections
explain how Relays maintain subscriptions to all available publishers for a
given Track.</t>
        <t>There is no specified limit to the number of publishers of a Track Namespace or
Track.  An implementation can use mechanisms such as REQUEST_ERROR or
unsubscribing (see <xref target="request-cancellation"/>) if it cannot accept an additional
publisher due to implementation constraints. Implementations can consider the
establishment or idle time of the session or subscription to determine which
publisher to reject or disconnect.</t>
        <t>Relays <bcp14>MUST</bcp14> handle Objects for the same Track from multiple publishers and
forward them to matching <tt>Established</tt> subscriptions. The Relay <bcp14>SHOULD</bcp14> attempt to
deduplicate Objects before forwarding, subject to implementation constraints.</t>
      </section>
      <section anchor="subscriber-interactions">
        <name>Subscriber Interactions</name>
        <t>Subscribers request Tracks by sending a SUBSCRIBE (see
<xref target="message-subscribe-req"/>) or FETCH (see <xref target="message-fetch"/>) control message for
each Track of interest. Relays <bcp14>MUST</bcp14> ensure subscribers are authorized to access
the content associated with the Track. The authorization information can be part
of request itself or part of the encompassing session. The specifics of how a
relay authorizes a user are outside the scope of this specification.</t>
        <t>The relay <bcp14>MUST</bcp14> have an <tt>Established</tt> upstream subscription before sending
SUBSCRIBE_OK in response to a downstream SUBSCRIBE.  If a relay does not have
sufficient information to send a FETCH_OK immediately in response to a FETCH, it
<bcp14>MUST</bcp14> withhold sending FETCH_OK until it does.  Relays <bcp14>MUST</bcp14> follow the
constraints on LARGEST_OBJECT defined in <xref target="largest-param"/>.</t>
        <t>Publishers maintain a list of <tt>Established</tt> downstream subscriptions for
each Track. Relays use the Track Alias (<xref target="track-alias"/>) of an incoming Object
to identify its Track and find the current subscribers.  Each new Object
belonging to the Track is forwarded to each subscriber, as allowed by the
subscription's filter (see <xref target="message-subscribe-req"/>), and delivered according
to the priority (see <xref target="priorities"/>) and delivery timeout (see
<xref target="delivery-timeouts"/>).</t>
        <t>A relay <bcp14>MUST NOT</bcp14> reorder or drop objects received on a multi-object stream when
forwarding to subscribers.</t>
        <t>Relays <bcp14>MAY</bcp14> aggregate authorized subscriptions for a given Track when
multiple subscribers request the same Track. Subscription aggregation
allows relays to make only a single upstream subscription for the
Track. The published content received from the upstream subscription
request is cached and shared among the pending subscribers.
Relays that aggregate subscriptions <bcp14>MAY</bcp14> combine filters from downstream
subscribers on the upstream subscription, up to the peer's MAX_FILTER_RANGES.
If adding filters to an upstream subscription is not possible, the relay can either
remove some or all filters, or make additional subscriptions to the same Track.
Multiple subscriptions to the same Track with non-disjoint filter sets will result in
duplicate objects arriving at the relay.  Using wider upstream filters can protect the
relay from churn as subscribers with disparate filters subscribe and unsubscribe from
a Track, at the cost of receiving more objects.</t>
        <t>A subscriber remains subscribed to a Track at a Relay until it unsubscribes, the
upstream publisher terminates the subscription, or the subscription expires (see
<xref target="message-subscribe-ok"/>).  A subscription with a filter can reach a state where
all possible Objects matching the filter have been delivered to the subscriber.
Since tracking this can be prohibitively expensive, Relays are not required or
expected to do so.</t>
        <section anchor="graceful-subscriber-switchover">
          <name>Graceful Subscriber Relay Switchover</name>
          <t>This section describes a behavior that a Subscriber <bcp14>MAY</bcp14> implement to improve
user experience when a relay sends a GOAWAY or the Subscriber switches between
networks, such as WiFi to Cellular, and QUIC Connection Migration is not possible.</t>
          <t>When a subscriber receives the GOAWAY message, it starts the process
of connecting to a new relay and sending the SUBSCRIBE requests for
all <tt>Established</tt> subscriptions to the new relay. The new relay will send a
response to the subscribes and if they are successful, the subscriptions
to the old relay can be cancelled (see <xref target="request-cancellation"/>).</t>
        </section>
      </section>
      <section anchor="publisher-interactions">
        <name>Publisher Interactions</name>
        <t>There are two ways to publish through a relay:</t>
        <ol spacing="normal" type="1"><li>
            <t>Send a PUBLISH message for a specific Track to the relay. The relay <bcp14>MAY</bcp14>
pause the Subscription with REQUEST_UPDATE in Forward State=0 until there are
known subscribers for new Tracks.</t>
          </li>
          <li>
            <t>Send a PUBLISH_NAMESPACE message for a Track Namespace to the relay. This
enables the relay to send SUBSCRIBE or FETCH messages to publishers for Tracks
in this Namespace in response to requests received from subscribers.</t>
          </li>
        </ol>
        <t>Relays <bcp14>MUST</bcp14> verify that publishers are authorized to publish the set of Tracks
whose Track Namespace matches the namespace in a PUBLISH_NAMESPACE, or the Full
Track Name in PUBLISH. Relays <bcp14>MUST NOT</bcp14> assume that an authorized publisher of a single
Track is implicitly authorized to publish any other Tracks or Track Namespaces.
If a Publisher would like Subscriptions in a Namespace routed to it, it <bcp14>MUST</bcp14> send
an explicit PUBLISH_NAMESPACE.
The authorization and identification of the publisher depends on the way the
relay is managed and is application specific.</t>
        <t>When a publisher wants to stop new subscriptions for a published namespace, it
cancels the request (see <xref target="request-cancellation"/>) to withdraw the PUBLISH_NAMESPACE.
A subscriber indicates it will no longer subscribe to Tracks in a namespace it
previously responded PUBLISH_NAMESPACE_OK to by cancelling the
PUBLISH_NAMESPACE request.</t>
        <t>A Relay connects publishers and subscribers by managing sessions based on the
Track Namespace or Full Track Name. When a SUBSCRIBE message is sent, its Full
Track Name is matched exactly against existing upstream subscriptions.</t>
        <t anchor="namespace-prefix-matching">Namespace Prefix Matching is further used to decide which publishers receive a
SUBSCRIBE and which subscribers receive a PUBLISH. In this process, the fields
in the Track Namespace are matched sequentially, requiring an exact match for
each field. If the published or subscribed Track Namespace has the same or fewer
fields than the Track Namespace in the message, it qualifies as a match.</t>
        <t>For example:
A SUBSCRIBE message with namespace=(foo, bar) and name=x will match sessions
that sent PUBLISH_NAMESPACE messages with namespace=(foo) or namespace=(foo,
bar).  It will not match a session with namespace=(foobar).</t>
        <t>Relays <bcp14>MUST</bcp14> send SUBSCRIBE messages to all matching publishers. This includes
matching both Established subscriptions on the Full Track Name and Namespace
Prefix Matching against published Namespaces.  Relays <bcp14>MUST</bcp14> forward
PUBLISH_NAMESPACE or PUBLISH messages to all matching subscribers.</t>
        <t>When a Relay needs to make an upstream FETCH request, it determines the
available publishers using the same matching rules as SUBSCRIBE. When more than
one publisher is available, the Relay <bcp14>MUST</bcp14> send the FETCH to at least one of them.</t>
        <t>When a Relay receives a SUBSCRIBE with FILL_PARAMETERS, it serves the fill
range from its cache and retrieves any missing objects upstream using
a SUBSCRIBE with FILL_PARAMETERS or FETCHes (see <xref target="fill-semantics"/>).</t>
        <t>When a Relay receives an authorized SUBSCRIBE for a Track with one or more
<tt>Established</tt> upstream subscriptions, it <bcp14>MUST</bcp14> reply with SUBSCRIBE_OK.  If the
SUBSCRIBE has Forward State=1 and the upstream subscriptions are in Forward
State=0, the Relay <bcp14>MUST</bcp14> send REQUEST_UPDATE with Forward=1 to all publishers.
If there are no <tt>Established</tt> upstream subscriptions for the requested Track, the Relay
<bcp14>MUST</bcp14> send a SUBSCRIBE request to each publisher that has published the
subscription's namespace or prefix thereof.  If the SUBSCRIBE has Forward=1,
then the Relay <bcp14>MUST</bcp14> use Forward=1 when subscribing upstream.</t>
        <t>When a relay receives an incoming PUBLISH message, it <bcp14>MUST</bcp14> send a PUBLISH
request to each subscriber that has sent SUBSCRIBE_TRACKS for the Track's
namespace or a prefix thereof. However, if the relay is
holding a downstream SUBSCRIBE awaiting a publisher for this Track (see
<xref target="rendezvous-timeout"/>), it <bcp14>MUST</bcp14> proceed with the SUBSCRIBE and
<bcp14>MUST NOT</bcp14> also forward the PUBLISH to that subscriber.</t>
        <t>When a relay receives an authorized PUBLISH_NAMESPACE for a namespace that
matches one or more existing subscriptions to other upstream sessions, it <bcp14>MUST</bcp14>
send a SUBSCRIBE to the publisher that sent the PUBLISH_NAMESPACE for each
matching subscription.  When it receives an authorized PUBLISH message for a
Track that has <tt>Established</tt> downstream subscriptions, it <bcp14>MUST</bcp14> respond with
PUBLISH_OK.  If at least one downstream subscriber for the Track has
Forward State=1, the Relay <bcp14>MUST</bcp14> change the Forward State to 1 with
REQUEST_UPDATE.</t>
        <t>If a Session is closed due to an unknown or invalid control message or Object,
the Relay <bcp14>MUST NOT</bcp14> propagate that message or Object to another Session, because
it would enable a single Session error to force an unrelated Session, which
might be handling other subscriptions, to be closed.</t>
        <section anchor="graceful-publisher-switchover">
          <name>Graceful Publisher Relay Switchover</name>
          <t>This section describes a behavior that a publisher <bcp14>MAY</bcp14> implement to improve
user experience when a relay sends a GOAWAY or the publisher switches between
networks, such as WiFi to Cellular, and QUIC Connection Migration is not possible.</t>
          <t>A new Session is established, to a new URI if specified in a GOAWAY. The
publisher sends PUBLISH_NAMESPACE and/or PUBLISH messages to begin publishing
on the new Session, but it does not immediately stop publishing Objects on the
old Session.</t>
          <t>Once the subscriptions have migrated over to the new session, the publisher
can stop publishing Objects on the old session. The relay will attempt
to deduplicate Objects received on both subscriptions. Ideally, the
subscriptions downstream from the relay do not observe this change, and keep
receiving the Objects on the same subscription.</t>
        </section>
      </section>
      <section anchor="relay-track-handling">
        <name>Relay Track Handling</name>
        <t>A relay <bcp14>MUST</bcp14> include all Properties associated with a Track when sending any PUBLISH,
SUBSCRIBE_OK, TRACK_STATUS_OK, or FETCH_OK, unless
allowed by the property's specification (see <xref target="properties"/>).</t>
      </section>
      <section anchor="relay-object-handling">
        <name>Relay Object Handling</name>
        <t>MOQT encodes the delivery information in the Object header (<xref target="object-header"/>).
A relay <bcp14>MUST NOT</bcp14> modify Object fields when forwarding, except for
Object Properties as specified in <xref target="properties"/>.</t>
        <t>A relay <bcp14>MUST</bcp14> treat the object payload as opaque.  A relay <bcp14>MUST NOT</bcp14>
combine, split, or otherwise modify object payloads.</t>
        <t>Relays prioritize forwarded Objects as described in <xref target="priorities"/>.</t>
      </section>
    </section>
    <section anchor="message">
      <name>Control Messages</name>
      <t>MOQT uses a pair of unidirectional streams to exchange control messages, as
defined in <xref target="session-init"/>.  Every message on a control or request stream is
formatted as follows:</t>
      <figure anchor="moq-transport-message-format">
        <name>MOQT Control Message</name>
        <artwork><![CDATA[
MOQT Control Message {
  Message Type (vi64),
  Message Length (16),
  Message Body (..),
}
]]></artwork>
      </figure>
      <t>The following Message Types are defined. The Stream column indicates
which stream type each message is sent on: Control indicates the
control stream (<xref target="session-init"/>), and Request indicates a bidirectional
request stream. Messages marked "First" <bcp14>MUST</bcp14> be the first message on a
new request stream.</t>
      <table>
        <thead>
          <tr>
            <th align="right">ID</th>
            <th align="left">Messages</th>
            <th align="left">Stream</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="right">0x01</td>
            <td align="left">RESERVED (SETUP for version 00)</td>
            <td align="left"> </td>
          </tr>
          <tr>
            <td align="right">0x40</td>
            <td align="left">RESERVED (CLIENT_SETUP for &lt;= 10)</td>
            <td align="left"> </td>
          </tr>
          <tr>
            <td align="right">0x41</td>
            <td align="left">RESERVED (SERVER_SETUP for &lt;= 10)</td>
            <td align="left"> </td>
          </tr>
          <tr>
            <td align="right">0x20</td>
            <td align="left">RESERVED (CLIENT_SETUP in &lt;= 16)</td>
            <td align="left"> </td>
          </tr>
          <tr>
            <td align="right">0x21</td>
            <td align="left">RESERVED (SERVER_SETUP in &lt;= 16)</td>
            <td align="left"> </td>
          </tr>
          <tr>
            <td align="right">0x2F00</td>
            <td align="left">SETUP (<xref target="message-setup"/>)</td>
            <td align="left">Control</td>
          </tr>
          <tr>
            <td align="right">0x10</td>
            <td align="left">GOAWAY (<xref target="message-goaway"/>)</td>
            <td align="left">Control, Request</td>
          </tr>
          <tr>
            <td align="right">0x3</td>
            <td align="left">SUBSCRIBE (<xref target="message-subscribe-req"/>)</td>
            <td align="left">Request, First</td>
          </tr>
          <tr>
            <td align="right">0x4</td>
            <td align="left">SUBSCRIBE_OK (<xref target="message-subscribe-ok"/>)</td>
            <td align="left">Request</td>
          </tr>
          <tr>
            <td align="right">0x22</td>
            <td align="left">PUBLISH_STATE_NOTIFY (<xref target="ps-notify"/>)</td>
            <td align="left">Request</td>
          </tr>
          <tr>
            <td align="right">0x1D</td>
            <td align="left">PUBLISH (<xref target="message-publish"/>)</td>
            <td align="left">Request, First</td>
          </tr>
          <tr>
            <td align="right">0x1E</td>
            <td align="left">RESERVED (PUBLISH_OK in &lt;= 17)</td>
            <td align="left">Request</td>
          </tr>
          <tr>
            <td align="right">0xB</td>
            <td align="left">PUBLISH_DONE (<xref target="message-publish-done"/>)</td>
            <td align="left">Request</td>
          </tr>
          <tr>
            <td align="right">0x16</td>
            <td align="left">FETCH (<xref target="message-fetch"/>)</td>
            <td align="left">Request, First</td>
          </tr>
          <tr>
            <td align="right">0x18</td>
            <td align="left">FETCH_OK (<xref target="message-fetch-ok"/>)</td>
            <td align="left">Request</td>
          </tr>
          <tr>
            <td align="right">0xD</td>
            <td align="left">TRACK_STATUS (<xref target="message-track-status"/>)</td>
            <td align="left">Request, First</td>
          </tr>
          <tr>
            <td align="right">0x6</td>
            <td align="left">PUBLISH_NAMESPACE (<xref target="message-pub-ns"/>)</td>
            <td align="left">Request, First</td>
          </tr>
          <tr>
            <td align="right">0x50</td>
            <td align="left">SUBSCRIBE_NAMESPACE (<xref target="message-subscribe-ns"/>)</td>
            <td align="left">Request, First</td>
          </tr>
          <tr>
            <td align="right">0x51</td>
            <td align="left">SUBSCRIBE_TRACKS (<xref target="message-subscribe-tracks"/>)</td>
            <td align="left">Request, First</td>
          </tr>
          <tr>
            <td align="right">0x8</td>
            <td align="left">NAMESPACE (<xref target="message-namespace"/>)</td>
            <td align="left">Request</td>
          </tr>
          <tr>
            <td align="right">0xE</td>
            <td align="left">NAMESPACE_DONE (<xref target="message-namespace-done"/>)</td>
            <td align="left">Request</td>
          </tr>
          <tr>
            <td align="right">0xF</td>
            <td align="left">PUBLISH_SKIPPED (<xref target="message-publish-skipped"/>)</td>
            <td align="left">Request</td>
          </tr>
          <tr>
            <td align="right">0x2</td>
            <td align="left">REQUEST_UPDATE (<xref target="message-request-update"/>)</td>
            <td align="left">Request</td>
          </tr>
          <tr>
            <td align="right">0x7</td>
            <td align="left">REQUEST_OK (<xref target="message-request-ok"/>)</td>
            <td align="left">Request</td>
          </tr>
          <tr>
            <td align="right">0x5</td>
            <td align="left">REQUEST_ERROR (<xref target="message-request-error"/>)</td>
            <td align="left">Request</td>
          </tr>
        </tbody>
      </table>
      <t>An endpoint that receives an unknown message type <bcp14>MUST</bcp14> close the session.
Control messages have a length to simplify parsing, but no control messages
are intended to be ignored. The length is set to the number of bytes in the
Message Body, which is defined by each message type.  If the length does not
match the length of the Message Body, the receiver <bcp14>MUST</bcp14> close the session with a
<tt>PROTOCOL_VIOLATION</tt>.</t>
      <section anchor="request-id">
        <name>Request ID</name>
        <t>Request ID is included in request messages and is used to identify
requests across messages. For example, fetch streams reference
the Request ID of a SUBSCRIBE, PUBLISH, FETCH, or REQUEST_UPDATE.</t>
        <t>The client generates even numbered Request IDs, starting at 0, and the
server generates odd numbered Request IDs, starting at 1.  Each
endpoint increments its Request ID by 2 for each new request.</t>
        <t>Each SUBSCRIBE, PUBLISH, FETCH, SUBSCRIBE_NAMESPACE, SUBSCRIBE_TRACKS,
PUBLISH_NAMESPACE, REQUEST_UPDATE, and TRACK_STATUS message consumes a
Request ID. Only
request messages include a Request ID; response messages do not, since
they are sent on the same bidirectional stream as the request.</t>
        <t>If an endpoint receives a Request ID where the least significant bit is
incorrect for the sender, or a duplicate Request ID, it <bcp14>MUST</bcp14> close the
session with <tt>INVALID_REQUEST_ID</tt>.</t>
      </section>
      <section anchor="message-params">
        <name>Message Parameters</name>
        <t>Some control messages include a field that encodes optional Message Parameters.
Message Parameters are serialized as follows:</t>
        <figure anchor="moq-message-param">
          <name>Message Parameter</name>
          <artwork><![CDATA[
Message Parameter {
  Type Delta (vi64),
  Value (..)
}
]]></artwork>
        </figure>
        <t>Type Delta: The difference between this Parameter Type and the previous
   Parameter Type in the message, or the Parameter Type itself for the first
   parameter. Parameters <bcp14>MUST</bcp14> be serialized in ascending order by Type.
   If the resulting Type would be greater than 2^64 - 1, the endpoint
   <bcp14>MUST</bcp14> close the session with a <tt>PROTOCOL_VIOLATION</tt>.</t>
        <ul spacing="normal">
          <li>
            <t>Value: The encoding is specified by each parameter definition.
The encodings defined in this draft are:
            </t>
            <ul spacing="normal">
              <li>
                <t>uint8: A single-byte unsigned integer (0-255)</t>
              </li>
              <li>
                <t>varint: A variable-length integer</t>
              </li>
              <li>
                <t>Location: Two consecutive varints (Group, Object)</t>
              </li>
              <li>
                <t>Length-prefixed: A varint length followed by that many bytes</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>Message Parameters are intended for the peer only and are not
forwarded by Relays, though relays can consider received parameter values when
making a request.</t>
        <t>All Message Parameters <bcp14>MUST</bcp14> be defined in the negotiated version of MOQT or
negotiated via Setup Options. An endpoint that receives an unknown Message
Parameter <bcp14>MUST</bcp14> close the session with <tt>PROTOCOL_VIOLATION</tt>. Because the receiver
has to understand every Message Parameter, there is no need for a mechanism to
skip unknown parameters. Because unknown parameters cannot be skipped, the block
is bounded by a parameter count rather than a length.</t>
        <t>The Message Parameter types defined in this version of MOQT are defined in
the following subsections.</t>
        <t>Senders <bcp14>MUST NOT</bcp14> repeat the same Parameter Type in a message unless the
parameter definition explicitly allows multiple instances of that type to
be sent in a single message. Receivers <bcp14>SHOULD</bcp14> check that there are no
unexpected duplicate parameters and close the session with <tt>PROTOCOL_VIOLATION</tt>
if found.</t>
        <t>The number of Message Parameters is not specifically limited, but the total
length of a control message is limited to 2^16-1 bytes.</t>
        <t>Message Parameters in SUBSCRIBE and FETCH <bcp14>MUST NOT</bcp14> cause the
publisher to alter the payload of the objects it sends, as that would violate
the track uniqueness guarantee described in <xref target="track-scope"/>.</t>
        <section anchor="parameter-scope">
          <name>Parameter Scope</name>
          <t>Message Parameters are always intended for the peer endpoint only and are not
forwarded by Relays, though relays can consider received parameter values when
making a request. Track information not specific to the Message or Session
is encoded in Track Properties. See <xref target="properties"/>.</t>
          <t>Each Message Parameter definition indicates the message types in which
it can appear. If it appears in some other type of message, the receiving
endpoint <bcp14>MUST</bcp14> close the connection with a <tt>PROTOCOL_VIOLATION</tt>.
Note that since Setup Options use a separate namespace, it is impossible for
Message Parameters to appear in Setup messages.</t>
        </section>
        <section anchor="authorization-token">
          <name>AUTHORIZATION TOKEN Parameter</name>
          <t>The AUTHORIZATION TOKEN parameter (Parameter Type 0x03) uses Length-prefixed
encoding. It <bcp14>MAY</bcp14> appear in a PUBLISH, SUBSCRIBE, REQUEST_UPDATE,
SUBSCRIBE_NAMESPACE, SUBSCRIBE_TRACKS, PUBLISH_NAMESPACE, TRACK_STATUS or FETCH message. This
parameter conveys information to authorize the sender to perform the operation
carrying the parameter. This Parameter <bcp14>MUST NOT</bcp14> be copied from a SUBSCRIBE_TRACKS
to the resulting PUBLISH message Parameters.</t>
          <t>The parameter value is a Token structure containing an optional Session-specific
Alias. The Alias allows the sender to reference a previously transmitted Token
Type and Token Value in future messages. The Token structure is serialized as
follows:</t>
          <figure anchor="moq-token">
            <name>Token structure</name>
            <artwork><![CDATA[
Token {
  Alias Type (vi64),
  [Token Alias (vi64),]
  [Token Type (vi64),]
  [Token Value (..)]
}
]]></artwork>
          </figure>
          <ul spacing="normal">
            <li>
              <t>Alias Type - an integer defining both the serialization and the processing
behavior of the receiver. This Alias type has the following code points:</t>
            </li>
          </ul>
          <dl>
            <dt>DELETE (0x0):</dt>
            <dd>
              <t>There is an Alias but no Type or Value. This Alias and the Token Value it was
previously associated with <bcp14>MUST</bcp14> be retired. Retiring removes them from the pool
of actively registered tokens.</t>
            </dd>
            <dt>REGISTER (0x1):</dt>
            <dd>
              <t>There is an Alias, a Type and a Value. This Alias <bcp14>MUST</bcp14> be associated with the
Token Value for the duration of the Session or it is deleted. This action is
termed "registering" the Token.</t>
            </dd>
            <dt>USE_ALIAS (0x2):</dt>
            <dd>
              <t>There is an Alias but no Type or Value. Use the Token Type and Value
previously registered with this Alias.</t>
            </dd>
            <dt>USE_VALUE (0x3):</dt>
            <dd>
              <t>There is no Alias and there is a Type and Value. Use the Token Value as
provided. The Token Value <bcp14>MAY</bcp14> be discarded after processing.</t>
            </dd>
          </dl>
          <t>If a server receives Alias Type DELETE (0x0) or USE_ALIAS (0x2) in a SETUP
message, it <bcp14>MUST</bcp14> close the session with a <tt>PROTOCOL_VIOLATION</tt>.</t>
          <ul spacing="normal">
            <li>
              <t>Token Alias - a Session-specific integer identifier that references a Token
Type and Token Value. There are separate Alias spaces for the client and server (e.g.: they
can each register Alias=1). Once a Token Alias has been registered, it cannot
be re-registered by the same endpoint in the Session without first being
deleted. Use of the Token Alias is optional.</t>
            </li>
            <li>
              <t>Token Type - a numeric identifier for the type of Token payload being
transmitted. This type is defined by the IANA table "MOQT Auth Token Type" (see
<xref target="iana"/>). Type 0 is reserved to indicate that the type is not defined in the
table and is negotiated out-of-band between client and receiver.</t>
            </li>
            <li>
              <t>Token Value - the payload of the Token. The contents and serialization of this
payload are defined by the Token Type.</t>
            </li>
          </ul>
          <t>If the Token structure cannot be decoded, the receiver <bcp14>MUST</bcp14> close the Session
with <tt>KEY_VALUE_FORMATTING_ERROR</tt>.  The receiver of a message attempting to
register an Alias which is already registered <bcp14>MUST</bcp14> close the Session with
<tt>DUPLICATE_AUTH_TOKEN_ALIAS</tt>. The receiver of a message referencing an Alias
that is not currently registered <bcp14>MUST</bcp14> reject the message with
<tt>UNKNOWN_AUTH_TOKEN_ALIAS</tt>.</t>
          <t>The receiver of a message containing a well-formed Token structure but otherwise
invalid AUTHORIZATION TOKEN parameter <bcp14>MUST</bcp14> reject that message with an
<tt>MALFORMED_AUTH_TOKEN</tt> error.</t>
          <t>The receiver of a message carrying an AUTHORIZATION TOKEN with Alias Type
REGISTER that does not result in a Session error <bcp14>MUST</bcp14> register the Token Alias
in the token cache, even if the message fails for other reasons, including
<tt>Unauthorized</tt>.  This allows senders to pipeline messages that refer to
previously registered tokens without potentially terminating the entire Session.
A receiver <bcp14>MAY</bcp14> store an error code (eg: <tt>UNAUTHORIZED</tt> or
<tt>MALFORMED_AUTH_TOKEN</tt>) in place of the Token Type and Token Alias if any future
message referencing the Token Alias will result in that error. However, it is
important to not store an error code for a token that might be valid in the
future or due to some other property becoming fulfilled which currently
isn't. The size of a registered cache entry includes the length of the Token
Value, regardless of whether it is stored.</t>
          <t>If a receiver detects that an authorization token has expired, it <bcp14>MUST</bcp14> retain
the registered Alias until it is deleted by the sender, though it <bcp14>MAY</bcp14> discard
other state associated with the token that is no longer needed.  Expiration does
not affect the size occupied by a token in the token cache.  Any message that
references an expired token with Alias Type USE_ALIAS fails with <tt>EXPIRED_AUTH_TOKEN</tt>.</t>
          <t>Using an Alias to refer to a previously registered Token Type and Value is for
efficiency only and has the same effect as if the Token Type and Value was
included directly.  Retiring an Alias that was previously used to authorize a
message has no retroactive effect on the original authorization, nor does it
prevent that same Token Type and Value from being re-registered.</t>
          <t>Senders of tokens <bcp14>SHOULD</bcp14> only register tokens which they intend to re-use during
the Session and <bcp14>SHOULD</bcp14> retire previously registered tokens once their utility
has passed.</t>
          <t>By registering a Token, the sender is requiring the receiver to store the Token
Alias and Token Value until they are deleted, or the Session ends. The receiver
can protect its resources by sending a Setup Option defining the
MAX_AUTH_TOKEN_CACHE_SIZE limit (see <xref target="max-auth-token-cache-size"/>) it is
willing to accept. If a registration is attempted which would cause this limit
to be exceeded, the receiver <bcp14>MUST</bcp14> terminate the Session with a
<tt>AUTH_TOKEN_CACHE_OVERFLOW</tt> error.</t>
          <t>The AUTHORIZATION TOKEN parameter <bcp14>MAY</bcp14> be repeated within a message as long as
the combination of Token Type and Token Value are unique after resolving any
aliases.</t>
          <t>Messages carrying the AUTHORIZATION TOKEN parameter can appear on different
control streams. Because stream processing order can be different than send order, the
receiver and sender can have inconsistent views of the token cache state.</t>
          <t>Senders <bcp14>MUST NOT</bcp14> send USE_ALIAS on one control stream for an alias registered on a
different stream until the sender has received a response to the message
containing the REGISTER. Senders <bcp14>MAY</bcp14> use USE_ALIAS on the same control stream as the
REGISTER without waiting for a response.</t>
          <t>Senders <bcp14>MUST NOT</bcp14> send DELETE for an alias while any message using USE_ALIAS with
that alias has not received a response.</t>
        </section>
        <section anchor="subgroup-delivery-timeout">
          <name>SUBGROUP_DELIVERY_TIMEOUT Parameter</name>
          <t>The SUBGROUP_DELIVERY_TIMEOUT parameter (Parameter Type 0x06) is a varint. It
<bcp14>MAY</bcp14> appear in a SUBSCRIBE, PUBLISH, or REQUEST_UPDATE message.  Its
semantics are defined in <xref target="delivery-timeouts"/>.</t>
          <t>This parameter is intended to be specific to a subscription, so it <bcp14>SHOULD NOT</bcp14>
be forwarded upstream by a relay that intends to serve multiple subscriptions
for the same track.</t>
        </section>
        <section anchor="object-delivery-timeout">
          <name>OBJECT_DELIVERY_TIMEOUT Parameter</name>
          <t>The OBJECT_DELIVERY_TIMEOUT parameter (Parameter Type 0x02) is a varint. It
<bcp14>MAY</bcp14> appear in a SUBSCRIBE, PUBLISH, or REQUEST_UPDATE message.  Its
semantics are defined in <xref target="delivery-timeouts"/>.</t>
          <t>This parameter is intended to be specific to a subscription, so it <bcp14>SHOULD NOT</bcp14>
be forwarded upstream by a relay that intends to serve multiple subscriptions
for the same track.</t>
        </section>
        <section anchor="fill-timeout">
          <name>FILL TIMEOUT Parameter</name>
          <t>The FILL_TIMEOUT parameter (Parameter Type 0x0A) <bcp14>MAY</bcp14> appear in a FETCH message,
or inside a FILL_PARAMETERS parameter (see <xref target="fill-parameters"/>) in a SUBSCRIBE
or REQUEST_UPDATE (for a subscription), where it applies to the fill fetch
stream.</t>
          <t>It is the maximum total duration in milliseconds a relay <bcp14>SHOULD</bcp14> spend waiting
for upstream sources to provide Objects that are not immediately available
before reporting them as Timed-Out gaps in the FETCH response. When a relay
encounters Objects within the requested range that are not immediately available
and have unknown status, it issues upstream FETCHes to retrieve them. The Fill
Timeout represents a total budget for all such upstream FETCHes generated by
this request. If the budget is exhausted, the relay reports any remaining
unavailable Objects as Timed-Out gaps (<tt>End of Timed-Out Range</tt>, see
<xref target="end-of-range"/>) and continues delivering available Objects in the range.</t>
          <t>A value of 0 indicates the subscriber only wants Objects that are immediately
available; the relay <bcp14>MUST NOT</bcp14> wait for upstream delivery and <bcp14>MUST</bcp14> report any
unavailable Objects as Timed-Out gaps.</t>
          <t>If the Fill Timeout parameter is absent, the relay waits for an implementation
specific duration before reporting Timed-Out gaps. If the subscriber specifies a
Fill Timeout larger than the relay is willing to wait, the relay <bcp14>MAY</bcp14> use a
shorter timeout without informing the subscriber.</t>
        </section>
        <section anchor="rendezvous-timeout">
          <name>RENDEZVOUS TIMEOUT Parameter</name>
          <t>The RENDEZVOUS_TIMEOUT parameter (Parameter Type 0x04) <bcp14>MAY</bcp14> appear in a
SUBSCRIBE message.</t>
          <t>It is the duration in milliseconds the subscriber is willing to wait for a
publisher to become available. This applies when a relay receives a SUBSCRIBE
for a Track that has no current publisher.</t>
          <t>If the RENDEZVOUS_TIMEOUT is present, the relay <bcp14>SHOULD</bcp14> hold the subscription
and wait for a publisher to appear, up to the specified duration. The relay
does not send SUBSCRIBE_OK until a publisher becomes available. If a publisher
becomes available within this time, the relay proceeds with the subscription
normally. If the timeout expires without a publisher, the relay <bcp14>SHOULD</bcp14> respond
with REQUEST_ERROR with error code TIMEOUT.</t>
          <t>The relay <bcp14>MAY</bcp14> use a shorter timeout than requested by the subscriber. For
example, a relay might limit the maximum rendezvous timeout to protect its
resources.</t>
          <t>A value of 0 indicates the subscriber does not want to wait and expects an
immediate response.  The relay <bcp14>MUST</bcp14> immediately return REQUEST_ERROR with error
code DOES_NOT_EXIST if no publisher is available</t>
          <t>If RENDEZVOUS_TIMEOUT is absent, the default is 0.</t>
        </section>
        <section anchor="subscriber-priority">
          <name>SUBSCRIBER PRIORITY Parameter</name>
          <t>The SUBSCRIBER_PRIORITY parameter (Parameter Type 0x20) is a uint8. It <bcp14>MAY</bcp14>
appear in a SUBSCRIBE, PUBLISH, FETCH, or REQUEST_UPDATE
(for a subscription or FETCH). It is an integer expressing the priority of a
subscription relative to other subscriptions and fetch responses in the same
session. Lower numbers get higher priority. See <xref target="priorities"/>.</t>
          <t>If omitted from SUBSCRIBE or FETCH, the publisher uses the value 128.</t>
        </section>
        <section anchor="group-order">
          <name>GROUP ORDER Parameter</name>
          <t>The GROUP_ORDER parameter (Parameter Type 0x22) is a uint8. It <bcp14>MAY</bcp14> appear in a
SUBSCRIBE, PUBLISH, SUBSCRIBE_TRACKS, or FETCH, or inside a FILL_PARAMETERS
parameter (see <xref target="fill-parameters"/>).</t>
          <t>Its value indicates how to prioritize Objects from different groups within
the same subscription (see <xref target="priorities"/>), or how to order Groups in a Fetch
response (see <xref target="message-fetch"/>). When it appears inside FILL_PARAMETERS, it
governs the fill fetch stream and its ordering relative to subscription-delivered
Objects (see <xref target="priorities"/>). The allowed values are Ascending (0x1) or Descending
(0x2). If an endpoint receives a value outside this range, it <bcp14>MUST</bcp14>
close the session with <tt>PROTOCOL_VIOLATION</tt>.</t>
          <t>If omitted from SUBSCRIBE or SUBSCRIBE_TRACKS, the publisher's preference from
the Track is used. If omitted from FETCH, the receiver uses Ascending (0x1).</t>
        </section>
        <section anchor="location-filter">
          <name>LOCATION FILTER Parameter</name>
          <t>The LOCATION_FILTER parameter (Parameter Type 0x21) uses length-prefixed
encoding. It <bcp14>MAY</bcp14> appear in a FETCH, SUBSCRIBE, PUBLISH, REQUEST_UPDATE
(for a subscription) or PUBLISH_STATE_NOTIFY message. It is a Location
Filter (see <xref target="location-filters"/>).</t>
          <t>If omitted from FETCH or SUBSCRIBE, the fetch or subscription is
unfiltered.  If omitted from REQUEST_UPDATE or PUBLISH_STATE_NOTIFY, the
value is unchanged.  When sent in PUBLISH_STATE_NOTIFY, it reports the
Location Filter now in effect at the publisher.</t>
        </section>
        <section anchor="subgroup-filter">
          <name>SUBGROUP FILTER Parameter</name>
          <t>The SUBGROUP_FILTER parameter (Type 0x25) selects objects with specified
Ranges of Subgroup ID.  See <xref target="range-filters"/>.</t>
        </section>
        <section anchor="objectid-filter">
          <name>OBJECTID FILTER Parameter</name>
          <t>The OBJECTID_FILTER parameter (Type 0x26) selects objects with specified
Ranges of Object ID.  See <xref target="range-filters"/>.</t>
        </section>
        <section anchor="priority-filter">
          <name>PRIORITY FILTER Parameter</name>
          <t>The PRIORITY_FILTER parameter (Type 0x27) selects objects with specified
Ranges of Publisher Priority.  See <xref target="range-filters"/>.
If a decoded value exceeds 255, the endpoint <bcp14>MUST</bcp14> reject this with
REQUEST_ERROR with error code INVALID_FILTER since Publisher Priority
is an 8-bit field.</t>
        </section>
        <section anchor="object-property-filter">
          <name>OBJECT PROPERTY FILTER Parameter</name>
          <t>The OBJECT_PROPERTY_FILTER parameter (Type 0x28) selects objects with
required Ranges of Property Value for a required Object Property
Type which <bcp14>MUST</bcp14> be even, i.e. a single integer value
(see <xref target="moq-key-value-pair"/>), otherwise the endpoint <bcp14>MUST</bcp14> reject this with
REQUEST_ERROR with error code INVALID_FILTER. See <xref target="range-filters"/>.</t>
        </section>
        <section anchor="track-property-filter">
          <name>TRACK PROPERTY FILTER Parameter</name>
          <t>The TRACK_PROPERTY_FILTER parameter (Type 0x29) selects tracks with
required Ranges of Property Value for a required Track Property
Type which <bcp14>MUST</bcp14> be even, i.e. a single integer value
(see <xref target="moq-key-value-pair"/>), otherwise the endpoint <bcp14>MUST</bcp14> reject this with
REQUEST_ERROR with error code INVALID_FILTER. See <xref target="range-filters"/>.</t>
        </section>
        <section anchor="fill-parameters">
          <name>FILL PARAMETERS Parameter</name>
          <t>The FILL_PARAMETERS parameter (Parameter Type 0x23) uses length-prefixed
encoding. It <bcp14>MAY</bcp14> appear in a SUBSCRIBE or REQUEST_UPDATE (for a subscription)
message. Its value is a sequence of Parameters that apply to the fill fetch
stream (see <xref target="fill-semantics"/>), encoded as if they were Parameters for a
separate message (see <xref target="message-parameters"/>).  Its presence is what requests a
fill fetch stream; a subscription with no FILL_PARAMETERS opens none.</t>
          <t>The following parameters <bcp14>MAY</bcp14> appear inside FILL_PARAMETERS:</t>
          <table>
            <thead>
              <tr>
                <th align="left">Parameter Type</th>
                <th align="left">Parameter Name</th>
                <th align="left">Specification</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">0x0A</td>
                <td align="left">FILL_TIMEOUT</td>
                <td align="left">
                  <xref target="fill-timeout"/></td>
              </tr>
              <tr>
                <td align="left">0x20</td>
                <td align="left">SUBSCRIBER_PRIORITY</td>
                <td align="left">
                  <xref target="subscriber-priority"/></td>
              </tr>
              <tr>
                <td align="left">0x21</td>
                <td align="left">LOCATION_FILTER</td>
                <td align="left">
                  <xref target="location-filter"/></td>
              </tr>
              <tr>
                <td align="left">0x22</td>
                <td align="left">GROUP_ORDER</td>
                <td align="left">
                  <xref target="group-order"/></td>
              </tr>
              <tr>
                <td align="left">0x25</td>
                <td align="left">SUBGROUP_FILTER</td>
                <td align="left">
                  <xref target="range-filters"/></td>
              </tr>
              <tr>
                <td align="left">0x26</td>
                <td align="left">OBJECTID_FILTER</td>
                <td align="left">
                  <xref target="range-filters"/></td>
              </tr>
              <tr>
                <td align="left">0x27</td>
                <td align="left">PRIORITY_FILTER</td>
                <td align="left">
                  <xref target="range-filters"/></td>
              </tr>
              <tr>
                <td align="left">0x28</td>
                <td align="left">OBJECT_PROPERTY_FILTER</td>
                <td align="left">
                  <xref target="range-filters"/></td>
              </tr>
            </tbody>
          </table>
          <t>The LOCATION_FILTER inside FILL_PARAMETERS selects the fill range and is
evaluated using the rules for a Fetch (see <xref target="location-filters"/>); it is
independent of the subscription's own Location filter.</t>
          <t>A parameter that is omitted from FILL_PARAMETERS takes the value it has for the
subscription; FILL_PARAMETERS therefore carries only the settings that
differ. An endpoint that receives a parameter inside FILL_PARAMETERS that is not
listed above <bcp14>MUST</bcp14> close the session with <tt>PROTOCOL_VIOLATION</tt>.</t>
          <t>The value of FILL_PARAMETERS is a separate parameter scope. Parameters inside
it are not considered to appear in the enclosing message for the purposes of
<xref target="message-params"/>, so a Parameter Type <bcp14>MAY</bcp14> appear both in the message and
inside FILL_PARAMETERS.</t>
          <t>FILL_PARAMETERS is not retained as subscription state. It applies only to the
message that carries it, so the sticky-parameter rules in
<xref target="message-request-update"/> do not apply to it.</t>
        </section>
        <section anchor="expires">
          <name>EXPIRES Parameter</name>
          <t>The EXPIRES parameter (Parameter Type 0x8) is a varint. It <bcp14>MAY</bcp14> appear in
SUBSCRIBE_OK, PUBLISH, PUBLISH_OK, SUBSCRIBE_NAMESPACE_OK, SUBSCRIBE_TRACKS_OK,
PUBLISH_NAMESPACE_OK, or REQUEST_UPDATE_OK. It encodes the time
in milliseconds after which the sender of the parameter will terminate
the subscription. The sender will terminate the subscription using PUBLISH_DONE
or by cancelling the request (see <xref target="request-cancellation"/>).  This value is advisory and the sender
can terminate the subscription prior to or after the expiry time.</t>
          <t>The receiver of the parameter can attempt to extend the subscription by sending
a REQUEST_UPDATE with 0 or more updated parameters. If the receiver has one or
more updated AUTHORIZATION_TOKENs, it <bcp14>SHOULD</bcp14> include those in the
REQUEST_UPDATE. If the extension is granted, the sender includes a new EXPIRES
value in REQUEST_UPDATE_OK. Relays that send this parameter and applications that
receive it <bcp14>MAY</bcp14> introduce jitter to prevent many endpoints from updating
simultaneously.</t>
          <t>If the EXPIRES parameter is 0 or is not present in a message, the subscription
does not expire or expires at an unknown time.</t>
        </section>
        <section anchor="largest-param">
          <name>LARGEST OBJECT Parameter</name>
          <t>The LARGEST_OBJECT parameter (Parameter Type 0x9) is a Location. It <bcp14>MAY</bcp14> appear
in SUBSCRIBE_OK, PUBLISH, REQUEST_UPDATE_OK, TRACK_STATUS_OK, or
PUBLISH_STATE_NOTIFY.  It contains the largest Location (see
<xref target="location-structure"/>) in the Track observed by the sending endpoint (see
<xref target="location-filters"/>). If Objects have been published on this Track the
Publisher <bcp14>MUST</bcp14> include this parameter.</t>
          <t>If omitted from a message, the sending endpoint has not published or received
any Objects in the Track.</t>
          <t>A relay <bcp14>MUST</bcp14> set LARGEST_OBJECT to the largest of the following:</t>
          <ol spacing="normal" type="1"><li>
              <t>Any LARGEST_OBJECT value received from the upstream publisher in SUBSCRIBE_OK,
PUBLISH, or REQUEST_UPDATE_OK</t>
            </li>
            <li>
              <t>The largest Location of an Object received on an upstream subscription</t>
            </li>
          </ol>
        </section>
        <section anchor="forward-parameter">
          <name>FORWARD Parameter</name>
          <t>The FORWARD parameter (Parameter Type 0x10) is a uint8. It <bcp14>MAY</bcp14> appear in
SUBSCRIBE, REQUEST_UPDATE (for a subscription or a SUBSCRIBE_TRACKS request),
PUBLISH, SUBSCRIBE_TRACKS and PUBLISH_STATE_NOTIFY. It
specifies the Forwarding State on affected subscriptions (see <xref target="subscriptions"/>).
The allowed values are 0 (don't forward) or 1 (forward). If an endpoint receives
a value outside this range, it <bcp14>MUST</bcp14> close the session with <tt>PROTOCOL_VIOLATION</tt>.</t>
          <t>In the case of a REQUEST_UPDATE for SUBSCRIBE_TRACKS, it specifies the
Forwarding State on future subscriptions that match the prefix. Existing
subscriptions are unaffected.</t>
          <t>If the parameter is omitted from REQUEST_UPDATE or PUBLISH_STATE_NOTIFY,
the value for the subscription remains unchanged.  If the parameter is omitted
from any other message, the default value is 1.  When sent in
PUBLISH_STATE_NOTIFY, it reports the Forwarding State now in effect at the
publisher.</t>
        </section>
        <section anchor="new-group-request">
          <name>NEW GROUP REQUEST Parameter</name>
          <t>The NEW_GROUP_REQUEST parameter (Parameter Type 0x32) is a varint. It <bcp14>MAY</bcp14> appear
in SUBSCRIBE or REQUEST_UPDATE for a subscription.  It represents the largest Group
ID in the Track known by the subscriber, plus 1. A value of 0 indicates that the
subscriber has no Group information for the Track.  A subscriber <bcp14>MUST NOT</bcp14> send
this parameter in REQUEST_UPDATE if the Track did not
include the DYNAMIC_GROUPS Property with value 1.  A subscriber <bcp14>MAY</bcp14>
include this parameter in SUBSCRIBE without foreknowledge of support.  If the
original publisher does not support dynamic Groups, it ignores the parameter in that
case.</t>
          <t>When an Original Publisher that supports dynamic Groups receives a
NEW_GROUP_REQUEST with a value of 0 or a value larger than the current Group,
it <bcp14>SHOULD</bcp14> end the current Group and begin a new Group as soon as practical.  The
Original Publisher <bcp14>MAY</bcp14> delay the NEW_GROUP_REQUEST subject to
implementation specific concerns, for example, achieving a minimum duration for
each Group. The Original Publisher chooses the next Group ID; there are no
requirements that it be equal to the NEW_GROUP_REQUEST parameter value.</t>
          <t>Relay Handling:</t>
          <t>A relay that receives a NEW_GROUP_REQUEST for a Track without an <tt>Established</tt>
subscription <bcp14>MUST</bcp14> include the NEW_GROUP_REQUEST when subscribing upstream.</t>
          <t>A relay that receives a NEW_GROUP_REQUEST for an <tt>Established</tt> subscription with a
value of 0 or a value larger than the Largest Group <bcp14>MUST</bcp14> send a REQUEST_UPDATE
including the NEW_GROUP_REQUEST to the publisher unless:</t>
          <ol spacing="normal" type="1"><li>
              <t>The Track does not support dynamic Groups</t>
            </li>
            <li>
              <t>There is already an outstanding NEW_GROUP_REQUEST from this Relay with a
greater or equal value</t>
            </li>
          </ol>
          <t>If a relay receives a NEW_GROUP_REQUEST with a non-zero value less than or equal
to the Largest Group, it does not send a NEW_GROUP_REQUEST upstream.</t>
          <t>After sending a NEW_GROUP_REQUEST upstream, the request is considered
outstanding until the Largest Group increases.</t>
        </section>
        <section anchor="track-namespace-prefix-param">
          <name>TRACK_NAMESPACE_PREFIX Parameter</name>
          <t>The TRACK_NAMESPACE_PREFIX parameter (Parameter Type 0x34) uses the Track
Namespace encoding described in <xref target="track-name"/>.  It <bcp14>MAY</bcp14> appear in REQUEST_UPDATE
for a SUBSCRIBE_NAMESPACE or SUBSCRIBE_TRACKS request.  It updates the Track
Namespace Prefix for that subscription.  If the new prefix would share a common prefix with
another active subscription of the same type in the same session, the receiver
<bcp14>MUST</bcp14> respond with REQUEST_ERROR with error code <tt>PREFIX_OVERLAP</tt>.</t>
        </section>
        <section anchor="include-properties-param">
          <name>INCLUDE_PROPERTIES Parameter</name>
          <t>The INCLUDE_PROPERTIES parameter (Parameter Type 0x35) is a uint8. It <bcp14>MAY</bcp14> appear
in SUBSCRIBE, TRACK_STATUS, FETCH or SUBSCRIBE_TRACKS. It specifies whether the
OK message sent in response includes Track Properties or whether the resulting PUBLISH
messages include Track Properties in the case of SUBSCRIBE_TRACKS. If INCLUDE_PROPERTIES
is 0, the Track Properties are still present in the message, but they <bcp14>SHOULD</bcp14> be empty.
The allowed values are 0 (do not send Properties) or 1 (send Properties), and the
default is 1. If an endpoint receives a value outside this range, it <bcp14>MUST</bcp14> close the
session with <tt>PROTOCOL_VIOLATION</tt>.</t>
        </section>
      </section>
      <section anchor="message-setup">
        <name>SETUP</name>
        <t>The <tt>SETUP</tt> message is the first message each endpoint sends on its control
stream (see <xref target="session-init"/>); it allows the endpoints to agree on the initial
configuration before any other control messages are exchanged. An endpoint that
is not offering extensions which modify control message semantics <bcp14>MAY</bcp14> pipeline
other control messages after SETUP without waiting for the peer's SETUP.</t>
        <t>The messages contain a sequence of key-value pairs called Setup Options; the
semantics and format of which can vary based on whether the client or server is
sending.  To ensure future extensibility of MOQT, endpoints <bcp14>MUST</bcp14> ignore unknown
Setup Options.</t>
        <t>The wire format of the Setup message is as follows:</t>
        <figure anchor="moq-transport-setup-format">
          <name>MOQT SETUP Message</name>
          <artwork><![CDATA[
SETUP Message {
  Type (vi64) = 0x2F00,
  Length (16),
  Setup Options (..) ...,
}
]]></artwork>
        </figure>
        <t>Setup Options are serialized as Key-Value-Pairs <xref target="moq-key-value-pair"/>,
spanning the entire message payload, bounded by the message Length field.
Setup Options use a namespace that is constant across all MOQT versions,
separate from Message Parameters.  Receivers <bcp14>MUST</bcp14> ignore unrecognized Setup
Options.  Senders <bcp14>MUST NOT</bcp14> repeat the same Option Type in a message unless
the option definition explicitly allows multiple instances. Receivers <bcp14>MUST</bcp14>
allow duplicates of unknown Setup Options.</t>
        <t>The available Setup Options are detailed in the next sections.</t>
        <section anchor="setup-options">
          <name>Setup Options</name>
          <section anchor="authority">
            <name>AUTHORITY</name>
            <t>The AUTHORITY option (Option Type 0x05) allows the client to specify the
authority component of the MoQ URI when using native QUIC (<xref target="native-quic"/>).  It <bcp14>MUST
NOT</bcp14> be used by the server, or when WebTransport is used.  When an AUTHORITY
option is received from a server, or when an AUTHORITY option is received
while WebTransport is used, or when an AUTHORITY option is received by a
server but the server does not support the specified authority, the session <bcp14>MUST</bcp14>
be closed with <tt>INVALID_AUTHORITY</tt>.</t>
            <t>The AUTHORITY option follows the URI formatting rules <xref target="RFC3986"/>.
When connecting to a server using a URI with the "moqt" scheme, the
client <bcp14>MUST</bcp14> set the AUTHORITY option to the <tt>authority</tt> portion of the
URI. If an AUTHORITY option does not conform to
these rules, the session <bcp14>MUST</bcp14> be closed with <tt>MALFORMED_AUTHORITY</tt>.</t>
          </section>
          <section anchor="path">
            <name>PATH</name>
            <t>The PATH option (Option Type 0x01) allows the client to specify the path
of the MoQ URI when using native QUIC (<xref target="native-quic"/>).  It <bcp14>MUST NOT</bcp14> be used by
the server, or when WebTransport is used.  When a PATH setup option is received
from a server, or when a PATH parameter is received while WebTransport is used,
or when a PATH parameter is received by a server but the server does not
support the specified path, the session <bcp14>MUST</bcp14> be closed with <tt>INVALID_PATH</tt>.</t>
            <t>The PATH option follows the URI formatting rules <xref target="RFC3986"/>.
When connecting to a server using a URI with the "moqt" scheme, the
client <bcp14>MUST</bcp14> set the PATH option to the <tt>path-abempty</tt> portion of the
URI; if <tt>query</tt> is present, the client <bcp14>MUST</bcp14> concatenate <tt>?</tt>, followed by
the <tt>query</tt> portion of the URI to the option. If a PATH does not conform to
these rules, the session <bcp14>MUST</bcp14> be closed with <tt>MALFORMED_PATH</tt>.</t>
          </section>
          <section anchor="max-auth-token-cache-size">
            <name>MAX_AUTH_TOKEN_CACHE_SIZE</name>
            <t>The MAX_AUTH_TOKEN_CACHE_SIZE option (Option Type 0x04) communicates the
maximum size in bytes of all actively registered Authorization tokens that the
endpoint is willing to store per Session. This option is optional. The default
value is 0 which prohibits the use of token Aliases.</t>
            <t>The token size is calculated as 16 bytes + the size of the Token Value field
(see <xref target="moq-token"/>). The total size as restricted by the
MAX_AUTH_TOKEN_CACHE_SIZE option is calculated as the sum of the token sizes
for all registered tokens (Alias Type value of 0x01) minus the sum of the token
sizes for all deregistered tokens (Alias Type value of 0x00), since Session
initiation.</t>
          </section>
          <section anchor="setup-auth-token">
            <name>AUTHORIZATION TOKEN</name>
            <t>The AUTHORIZATION TOKEN Setup Option (Option Type 0x03) is functionally
equivalent to the AUTHORIZATION TOKEN message parameter, see <xref target="authorization-token"/>.
The endpoint can specify one or more tokens in SETUP
that the peer can use to authorize MOQT session establishment.</t>
            <t>If an endpoint receives an AUTHORIZATION TOKEN option in SETUP with Alias
Type REGISTER that exceeds its MAX_AUTH_TOKEN_CACHE_SIZE, it <bcp14>MUST NOT</bcp14> fail
the session with <tt>AUTH_TOKEN_CACHE_OVERFLOW</tt>.  Instead, it <bcp14>MUST</bcp14> treat the
option as Alias Type USE_VALUE.  Since each endpoint's SETUP may be sent before
the peer's SETUP is received, the sender <bcp14>MUST</bcp14> handle registration failures
of this kind by purging any Token Aliases that failed to register based on the
peer's MAX_AUTH_TOKEN_CACHE_SIZE option in SETUP (or the default value of 0).</t>
          </section>
          <section anchor="moqt-implementation">
            <name>MOQT IMPLEMENTATION</name>
            <t>The MOQT_IMPLEMENTATION option (Option Type 0x07) identifies the name and
version of the sender's MOQT implementation.  This <bcp14>SHOULD</bcp14> be a UTF-8 encoded
string <xref target="RFC3629"/>, though the message does not carry information, such as
language tags, that would aid comprehension by any entity other than the one
that created the text.</t>
            <t>An endpoint <bcp14>SHOULD</bcp14> send a MOQT_IMPLEMENTATION option unless specifically
configured not to do so. This option helps identify the scope of interoperability
problems and work around implementation-specific limitations.</t>
            <t>Senders <bcp14>SHOULD</bcp14> limit the value to the implementation name and version, avoiding
advertising or other nonessential information. Implementations <bcp14>SHOULD NOT</bcp14> use
the identifiers of other implementations to declare compatibility, as this
undermines the usefulness of implementation identification for debugging.</t>
          </section>
          <section anchor="max-filter-ranges">
            <name>MAX FILTER RANGES</name>
            <t>The MAX_FILTER_RANGES option (Type 0x06) limits the peer's total number of Ranges
(Start/End pairs) allowed concurrently in all Range filter <xref target="range-filters"/>
parameters for a given subscription or fetch.  The default value is 0, so if not
specified, the peer <bcp14>MUST NOT</bcp14> send any such filter parameters.  If this limit is
exceeded, an endpoint <bcp14>MUST</bcp14> reject this with REQUEST_ERROR with error code INVALID_FILTER.</t>
          </section>
          <section anchor="max-request-updates">
            <name>MAX_REQUEST_UPDATES</name>
            <t>The MAX_REQUEST_UPDATES option (Option Type 0x08) communicates the maximum
number of unacknowledged REQUEST_UPDATE messages per request stream that
the endpoint is willing to receive.</t>
            <t>A REQUEST_UPDATE is considered outstanding from when it is sent until the
sender receives the corresponding REQUEST_OK or REQUEST_ERROR response.
The sender <bcp14>MUST NOT</bcp14> have more than MAX_REQUEST_UPDATES outstanding
REQUEST_UPDATEs on any single request stream at a time. Each REQUEST_OK
or REQUEST_ERROR response restores one credit on that stream. An
implementation that processes and responds to a REQUEST_UPDATE immediately
might not detect when a peer has pipelined messages exceeding its limit;
coalescing REQUEST_UPDATE processing (see <xref target="message-request-update"/>) can be
more effective at enforcing MAX_REQUEST_UPDATES.</t>
            <t>The value is encoded as a variable-length integer. A value of 0 means the
endpoint does not limit REQUEST_UPDATE concurrency. If not present, the default
value is 0.</t>
            <t>If an endpoint receives a REQUEST_UPDATE on a stream that already has
MAX_REQUEST_UPDATES outstanding REQUEST_UPDATEs, it <bcp14>MUST</bcp14> close the session
with <tt>TOO_MANY_REQUEST_UPDATES</tt>.</t>
          </section>
        </section>
      </section>
      <section anchor="message-goaway">
        <name>GOAWAY</name>
        <t>An endpoint sends a <tt>GOAWAY</tt> message on its control stream to inform the peer
it intends to close the session soon.  When sent by a server, it can initiate
session migration (<xref target="session-migration"/>) with an optional URI.  A client <bcp14>MUST</bcp14>
send a zero-length New Session URI in any GOAWAY, as clients cannot instruct
servers to initiate connections.</t>
        <t>A <tt>GOAWAY</tt> <bcp14>MAY</bcp14> also be sent on a request stream to initiate migration of
that individual request.  Upon receiving a GOAWAY on a request stream, the
endpoint <bcp14>SHOULD</bcp14> re-issue that specific request on a session at the specified
URI (or the current session if no URI is provided), and close the old request
stream using the appropriate mechanism (e.g. FIN, stream reset, or PUBLISH_DONE).
This allows, for example, moving the publishers and subscribers of a common set
of tracks to a common relay without draining their entire session.</t>
        <t>The GOAWAY message does not impact subscription state. A subscriber
<bcp14>SHOULD</bcp14> individually unsubscribe from each existing subscription, while a
publisher <bcp14>MAY</bcp14> reject new requests after sending a GOAWAY.</t>
        <t>Upon receiving a GOAWAY on the control stream, an endpoint <bcp14>SHOULD NOT</bcp14> initiate new requests to the
peer including SUBSCRIBE, PUBLISH, FETCH, PUBLISH_NAMESPACE,
SUBSCRIBE_NAMESPACE, SUBSCRIBE_TRACKS and TRACK_STATUS.</t>
        <t>Sending a GOAWAY does not prevent the sender from initiating new requests,
though the sender <bcp14>SHOULD</bcp14> avoid initiating requests unless required by migration
(see (<xref target="graceful-subscriber-switchover"/> and <xref target="graceful-publisher-switchover"/>).
An endpoint that receives a GOAWAY <bcp14>MAY</bcp14> reject new requests with an appropriate
error code (e.g., REQUEST_ERROR with error code GOING_AWAY).</t>
        <t>The endpoint <bcp14>MUST</bcp14> close the session with a <tt>PROTOCOL_VIOLATION</tt>
(<xref target="session-termination"/>) if it receives more than one GOAWAY on the
control stream or on a single request stream.</t>
        <figure anchor="moq-transport-goaway-format">
          <name>MOQT GOAWAY Message</name>
          <artwork><![CDATA[
GOAWAY Message {
  Type (vi64) = 0x10,
  Length (16),
  New Session URI Length (vi64),
  New Session URI (..),
  Timeout (vi64),
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>New Session URI: When received by a client, indicates where the client can
connect to continue this session or re-issue this request.  The client <bcp14>MUST</bcp14>
use this URI for the new session if provided. If the URI is zero bytes long,
the current URI is reused instead. The new session URI <bcp14>SHOULD</bcp14> use the same scheme
as the current URI to ensure compatibility.  The maximum length of the New
Session URI is 8,192 bytes.  If an endpoint receives a length exceeding the
maximum, it <bcp14>MUST</bcp14> close the session with a <tt>PROTOCOL_VIOLATION</tt>.  </t>
            <t>
If a server receives a GOAWAY with a non-zero New Session URI Length it <bcp14>MUST</bcp14>
close the session with a <tt>PROTOCOL_VIOLATION</tt>.</t>
          </li>
          <li>
            <t>Timeout: The time in milliseconds the sender will wait for graceful closure.
When sent on the control stream, the sender closes the session with
<tt>GOAWAY_TIMEOUT</tt> after the indicated timeout if there are still open requests.
When sent on a request stream, the sender <bcp14>SHOULD</bcp14> reset the stream with
<tt>GOING_AWAY</tt> after the indicated timeout.  A value of 0 indicates the sender has no
specific timeout, but the recipient <bcp14>SHOULD</bcp14> migrate as quickly as
possible. This is a hint; the sender of the GOAWAY <bcp14>MAY</bcp14> close the session or
reset the request stream before the indicated timeout has elapsed.</t>
          </li>
        </ul>
      </section>
      <section anchor="message-request-ok">
        <name>REQUEST_OK</name>
        <t>The REQUEST_OK message is sent in response to PUBLISH, REQUEST_UPDATE,
TRACK_STATUS, SUBSCRIBE_NAMESPACE, SUBSCRIBE_TRACKS and PUBLISH_NAMESPACE
requests.</t>
        <t>This document uses the shorthand PUBLISH_OK, REQUEST_UPDATE_OK,
TRACK_STATUS_OK, SUBSCRIBE_NAMESPACE_OK, SUBSCRIBE_TRACKS_OK and
PUBLISH_NAMESPACE_OK to refer to a REQUEST_OK sent in response to the
corresponding request type.</t>
        <figure anchor="moq-transport-request-ok">
          <name>MOQT REQUEST_OK Message</name>
          <artwork><![CDATA[
REQUEST_OK Message {
  Type (vi64) = 0x7,
  Length (16),
  Number of Parameters (vi64),
  Parameters (..) ...,
  Track Properties (..),
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Parameters: The parameters are defined in <xref target="message-params"/>.</t>
          </li>
          <li>
            <t>Track Properties : A sequence of Properties. See <xref target="properties"/>. The
length of Track Properties is the remaining length of the message
after parsing all previous fields. Track Properties are populated in
TRACK_STATUS_OK; they are empty in PUBLISH_OK, REQUEST_UPDATE_OK,
SUBSCRIBE_NAMESPACE_OK and PUBLISH_NAMESPACE_OK.  If an endpoint
receives Track Properties in one of these messages it <bcp14>MUST</bcp14> close the
session with a <tt>PROTOCOL_VIOLATION</tt>.</t>
          </li>
        </ul>
      </section>
      <section anchor="message-request-error">
        <name>REQUEST_ERROR</name>
        <t>The REQUEST_ERROR message is sent in response to any request (SUBSCRIBE, FETCH,
PUBLISH, SUBSCRIBE_NAMESPACE, SUBSCRIBE_TRACKS, PUBLISH_NAMESPACE, TRACK_STATUS,
REQUEST_UPDATE).</t>
        <section anchor="redirect-structure">
          <name>Redirect Structure</name>
          <t>A Redirect provides a way for an endpoint to direct the peer to retry a
request at a different URI and/or for a different Full Track Name.</t>
          <artwork><![CDATA[
Redirect {
  Connect URI Length (vi64),
  Connect URI (..),
  Track Namespace (..),
  Track Name Length (vi64),
  Track Name (..),
}
]]></artwork>
          <ul spacing="normal">
            <li>
              <t>Connect URI: The URI to connect to for the redirected request. If the length is
zero, the requester <bcp14>SHOULD</bcp14> use the current session's URI. If a server
receives a Redirect with a non-zero Connect URI Length it <bcp14>MUST</bcp14> close the
session with a <tt>PROTOCOL_VIOLATION</tt>.</t>
            </li>
            <li>
              <t>Track Namespace and Track Name: The Track Namespace and Track Name to use
for the redirected request, together referred to as the Redirect target.  </t>
              <t>
Track Name is not meaningful for namespace-scoped requests
(SUBSCRIBE_NAMESPACE, PUBLISH_NAMESPACE, SUBSCRIBE_TRACKS) and <bcp14>MUST</bcp14> be empty;
an endpoint that receives a non-empty Track Name in a Redirect for a
namespace-scoped request <bcp14>MUST</bcp14> close the session with a <tt>PROTOCOL_VIOLATION</tt>.</t>
            </li>
          </ul>
        </section>
        <section anchor="requesterror-message-format">
          <name>REQUEST_ERROR Message Format</name>
          <figure anchor="moq-transport-request-error">
            <name>MOQT REQUEST_ERROR Message</name>
            <artwork><![CDATA[
REQUEST_ERROR Message {
  Type (vi64) = 0x5,
  Length (16),
  Error Code (vi64),
  Retry Interval (vi64),
  Error Reason (Reason Phrase),
  [Redirect (Redirect),]
}
]]></artwork>
          </figure>
          <ul spacing="normal">
            <li>
              <t>Error Code: Identifies an integer error code for request failure.</t>
            </li>
            <li>
              <t>Retry Interval: The minimum time (in milliseconds) before the request <bcp14>SHOULD</bcp14> be
sent again, plus one. If the value is 0, the request <bcp14>SHOULD NOT</bcp14> be retried.</t>
            </li>
            <li>
              <t>Error Reason: Provides a text description of the request error. See
 <xref target="reason-phrase"/>.</t>
            </li>
            <li>
              <t>Redirect: Present only when Error Code is REDIRECT. See
<xref target="redirect-structure"/>.</t>
            </li>
          </ul>
          <t>The application <bcp14>SHOULD</bcp14> use a relevant error code in REQUEST_ERROR,
as defined below and assigned in <xref target="iana-request-error"/>. Most codepoints have
identical meanings for various request types, but some have request-specific
meanings.</t>
          <t>If a request is retryable with the same parameters at a later time, the sender
of REQUEST_ERROR includes a non-zero Retry Interval in the message. To minimize
the risk of synchronized retry storms, the sender can apply randomization to
each retry interval so that retries are spread out over time.  A Retry Interval
value of 1 indicates the request can be retried immediately.</t>
          <dl>
            <dt>INTERNAL_ERROR:</dt>
            <dd>
              <t>An implementation specific or generic error occurred.</t>
            </dd>
            <dt>UNAUTHORIZED:</dt>
            <dd>
              <t>The subscriber is not authorized to perform the requested action on the given
track.  This might be retryable if the authorization token is not yet valid.</t>
            </dd>
            <dt>TIMEOUT:</dt>
            <dd>
              <t>The subscription could not be completed before an implementation specific
timeout. For example, a relay could not establish an upstream subscription
within the timeout.</t>
            </dd>
            <dt>NOT_SUPPORTED:</dt>
            <dd>
              <t>The endpoint does not support the type of request.</t>
            </dd>
            <dt>MALFORMED_AUTH_TOKEN:</dt>
            <dd>
              <t>Invalid Auth Token serialization during registration (see
<xref target="authorization-token"/>).</t>
            </dd>
            <dt>EXPIRED_AUTH_TOKEN:</dt>
            <dd>
              <t>Authorization token has expired (<xref target="authorization-token"/>).</t>
            </dd>
            <dt>GOING_AWAY:</dt>
            <dd>
              <t>The endpoint has received a GOAWAY and <bcp14>MAY</bcp14> reject new requests.</t>
            </dd>
            <dt>EXCESSIVE_LOAD:</dt>
            <dd>
              <t>The responder is overloaded and cannot process the request at this time. The
sender <bcp14>SHOULD</bcp14> use the Retry Interval to indicate when the request can be retried.</t>
            </dd>
            <dt>UNSUPPORTED_EXTENSION:</dt>
            <dd>
              <t>The track contains a Mandatory Track Property
(see <xref target="mandatory-track-properties"/>) that the endpoint does not understand.</t>
            </dd>
            <dt>REDIRECT:</dt>
            <dd>
              <t>The request cannot be fulfilled by this endpoint, but could succeed at the
location specified in the Redirect structure. The requester <bcp14>SHOULD</bcp14> establish a
new session to the provided URI (if present) and retry the request using the
Redirect target. A Retry Interval of 0 indicates the original request <bcp14>SHOULD NOT</bcp14> be retried as sent;
it does not prevent the requester from following a Redirect to a different
URI or Redirect target. This error code can appear in
response to SUBSCRIBE, FETCH, TRACK_STATUS, PUBLISH, PUBLISH_NAMESPACE,
SUBSCRIBE_NAMESPACE, and SUBSCRIBE_TRACKS. Relays are not required to follow
redirects from upstream
and <bcp14>MAY</bcp14> forward a REDIRECT response to matching downstream requests. A relay
<bcp14>MAY</bcp14> cache a REDIRECT response for up to Retry Interval
milliseconds and use it to respond to subsequent matching requests without
forwarding them upstream.</t>
            </dd>
          </dl>
          <t>Below are errors for use by the publisher. They can appear in response to
SUBSCRIBE, FETCH, TRACK_STATUS, SUBSCRIBE_NAMESPACE, and SUBSCRIBE_TRACKS,
unless otherwise noted.</t>
          <dl>
            <dt>DOES_NOT_EXIST:</dt>
            <dd>
              <t>The track or namespace is not available at the publisher.</t>
            </dd>
            <dt>INVALID_RANGE:</dt>
            <dd>
              <t>In response to SUBSCRIBE or FETCH, specified Filter or range of Locations
cannot be satisfied.</t>
            </dd>
            <dt>INVALID_FILTER:</dt>
            <dd>
              <t>A filter parameter is invalid.</t>
            </dd>
            <dt>MALFORMED_TRACK:</dt>
            <dd>
              <t>In response to a FETCH, a relay publisher detected the track was
malformed (see <xref target="malformed-tracks"/>).</t>
            </dd>
          </dl>
          <t>The following are errors for use by the subscriber. They can appear in response
to PUBLISH or PUBLISH_NAMESPACE, unless otherwise noted.</t>
          <dl>
            <dt>UNINTERESTED:</dt>
            <dd>
              <t>The subscriber is not interested in the track or namespace.</t>
            </dd>
          </dl>
          <t>Errors below can only be used in response to one message type.</t>
          <dl>
            <dt>PREFIX_OVERLAP:</dt>
            <dd>
              <t>In response to SUBSCRIBE_NAMESPACE or SUBSCRIBE_TRACKS, the namespace prefix
shares a common prefix with another subscription of the same type in the same session.
SUBSCRIBE_NAMESPACE and SUBSCRIBE_TRACKS have independent overlap spaces, so a
SUBSCRIBE_NAMESPACE and a SUBSCRIBE_TRACKS may share the same prefix.</t>
            </dd>
            <dt>NAMESPACE_TOO_LARGE:</dt>
            <dd>
              <t>In response to SUBSCRIBE_NAMESPACE or SUBSCRIBE_TRACKS, the namespace prefix
matches more publishers than the relay is willing to enumerate.</t>
            </dd>
            <dt>CONFLICTING_FILTERS:</dt>
            <dd>
              <t>In response to SUBSCRIBE_TRACKS, the filter parameters conflict among
too many subscribers to aggregate the subscription upstream or otherwise
efficiently service it.</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="message-subscribe-req">
        <name>SUBSCRIBE</name>
        <t>SUBSCRIBE initiates a subscription to a track.  The associated parameters
determine the range and mechanism of object delivery; the Location Filter
(see <xref target="location-filters"/>) selects which Objects are sent, and a
FILL_PARAMETERS parameter (see <xref target="fill-parameters"/>) additionally retrieves the
fill range on a fill fetch stream (see <xref target="fill-semantics"/>).</t>
        <t>The format of SUBSCRIBE is as follows:</t>
        <figure anchor="moq-transport-subscribe-format">
          <name>MOQT SUBSCRIBE Message</name>
          <artwork><![CDATA[
SUBSCRIBE Message {
  Type (vi64) = 0x3,
  Length (16),
  Request ID (vi64),
  Track Namespace (..),
  Track Name Length (vi64),
  Track Name (..),
  Number of Parameters (vi64),
  Parameters (..) ...
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: See <xref target="request-id"/>.</t>
          </li>
          <li>
            <t>Track Namespace: Identifies the namespace of the track as defined in
(<xref target="track-name"/>).</t>
          </li>
          <li>
            <t>Track Name: Identifies the track name as defined in (<xref target="track-name"/>).</t>
          </li>
          <li>
            <t>Parameters: The parameters are defined in <xref target="message-params"/>.</t>
          </li>
        </ul>
        <t>On successful subscription, the publisher <bcp14>MUST</bcp14> reply with a SUBSCRIBE_OK,
allowing the subscriber to determine the start group/object when not explicitly
specified, and start sending objects.</t>
      </section>
      <section anchor="message-subscribe-ok">
        <name>SUBSCRIBE_OK</name>
        <t>A publisher sends a SUBSCRIBE_OK as the first response message on the
bidi stream for successful subscriptions.</t>
        <figure anchor="moq-transport-subscribe-ok">
          <name>MOQT SUBSCRIBE_OK Message</name>
          <artwork><![CDATA[
SUBSCRIBE_OK Message {
  Type (vi64) = 0x4,
  Length (16),
  Track Alias (vi64),
  Number of Parameters (vi64),
  Parameters (..) ...,
  Track Properties (..),
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Track Alias: The identifer used for this track in Subgroups or Datagrams (see
<xref target="track-alias"/>).</t>
          </li>
          <li>
            <t>Parameters: The parameters are defined in <xref target="message-params"/>.</t>
          </li>
          <li>
            <t>Track Properties : A sequence of Properties. See <xref target="properties"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="message-request-update">
        <name>REQUEST_UPDATE</name>
        <t>The sender of a request (SUBSCRIBE, PUBLISH, FETCH, PUBLISH_NAMESPACE,
SUBSCRIBE_NAMESPACE, SUBSCRIBE_TRACKS) can later send a REQUEST_UPDATE on the
same bidi stream as the request to modify it.  A subscriber can also send
REQUEST_UPDATE to modify parameters of a subscription established with PUBLISH.</t>
        <t>An endpoint that receives a REQUEST_UPDATE other than in the two cases above
<bcp14>MUST</bcp14> close the session with a <tt>PROTOCOL_VIOLATION</tt>.</t>
        <t>The receiver of a REQUEST_UPDATE <bcp14>MUST</bcp14> respond with exactly one REQUEST_OK
or REQUEST_ERROR message indicating if the update was successful, unless it
is coalescing failed updates to produce just one REQUEST_ERROR for multiple
REQUEST_UPDATE messages.</t>
        <t>The number of outstanding REQUEST_UPDATEs on a single request stream is
limited by the MAX_REQUEST_UPDATES Setup Option (<xref target="max-request-updates"/>).</t>
        <t>If a parameter previously set on the request is not present in
<tt>REQUEST_UPDATE</tt>, its value remains unchanged.</t>
        <t>There is no mechanism to remove a parameter from a request.</t>
        <t>The format of REQUEST_UPDATE is as follows:</t>
        <figure anchor="moq-transport-request-update-format">
          <name>MOQT REQUEST_UPDATE Message</name>
          <artwork><![CDATA[
REQUEST_UPDATE Message {
  Type (vi64) = 0x2,
  Length (16),
  Request ID (vi64),
  Number of Parameters (vi64),
  Parameters (..) ...
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: See <xref target="request-id"/>.</t>
          </li>
          <li>
            <t>Parameters: The parameters are defined in <xref target="message-params"/>.</t>
          </li>
        </ul>
        <section anchor="updating-subscriptions">
          <name>Updating Subscriptions</name>
          <t>When a subscriber decreases the Start Location of the Location Filter
(see <xref target="location-filters"/>), the Start Location can be smaller than the Track's
Largest Location, similar to a new Subscription. Including FILL_PARAMETERS
(see <xref target="fill-parameters"/>) in the REQUEST_UPDATE causes the publisher to deliver
the new fill range by opening a new fill fetch stream (see
<xref target="fill-semantics"/>).  FETCH can also be used to retrieve any necessary Objects
smaller than the current Largest Location.</t>
          <t>When a subscriber increases the End Location, the Largest Object at
the publisher might already be larger than the previous End Location. This will
create a gap in the subscription. The REQUEST_UPDATE_OK will include the
LARGEST_OBJECT parameter, and the subscriber
can issue a FETCH to retrieve the omitted Objects, if any.</t>
          <t>When a subscriber narrows their subscription (increase the Start Location and/or
decrease the End Group), it might still receive Objects outside the
new range if the publisher sent them before the update was processed.</t>
          <t>When a REQUEST_UPDATE is unsuccessful, the publisher <bcp14>MUST</bcp14> also terminate
the subscription by sending a
PUBLISH_DONE with error code <tt>UPDATE_FAILED</tt>. When a REQUEST_UPDATE fails for
a FETCH, the publisher <bcp14>MUST</bcp14> reset the FETCH data stream. When a REQUEST_UPDATE
fails for a SUBSCRIBE_NAMESPACE, SUBSCRIBE_TRACKS or PUBLISH_NAMESPACE, the
responder <bcp14>MUST</bcp14> close the bidi stream (see <xref target="graceful-request-closure"/>).</t>
          <t>A receiver of multiple REQUEST_UPDATE messages on the same stream <bcp14>MAY</bcp14>
coalesce their processing by applying only the cumulative result.
Parameter values from later REQUEST_UPDATE messages override values
from earlier ones. The receiver <bcp14>MUST</bcp14> still send a REQUEST_OK for
each successful update, but it is not required to process
intermediate states individually. If the coalesced REQUEST_UPDATE
results in REQUEST_ERROR, only a single REQUEST_ERROR will be
sent and the sender of the REQUEST_UPDATEs will not always be
able to determine which caused an error.</t>
        </section>
        <section anchor="updating-namespace-subscriptions">
          <name>Updating Namespace Subscriptions</name>
          <t>A subscriber can update the Track Namespace Prefix of an established
SUBSCRIBE_NAMESPACE or SUBSCRIBE_TRACKS by including the
TRACK_NAMESPACE_PREFIX parameter (<xref target="track-namespace-prefix-param"/>) in a
REQUEST_UPDATE.  The overlap restriction applies independently per type: the
new prefix <bcp14>MUST NOT</bcp14> share a common prefix with any other active
SUBSCRIBE_NAMESPACE (for a SUBSCRIBE_NAMESPACE update) or SUBSCRIBE_TRACKS
(for a SUBSCRIBE_TRACKS update) in the same session.  If the update is
accepted, NAMESPACE and NAMESPACE_DONE messages following the
REQUEST_OK will contain Track Namespace suffixes relative to the
updated prefix.  Updating the prefix of a SUBSCRIBE_TRACKS has
no effect on existing subscriptions.  If the subscriber is no longer
interested it can cancel the corresponding bidirectional stream.</t>
        </section>
      </section>
      <section anchor="ps-notify">
        <name>PUBLISH_STATE_NOTIFY</name>
        <t>A publisher sends PUBLISH_STATE_NOTIFY on a subscription's bidirectional
stream to notify the subscriber that the state of the subscription has changed for a
reason other than a subscriber sent REQUEST_UPDATE.  Unlike REQUEST_UPDATE
(<xref target="message-request-update"/>), it is a unilateral notification: the receiver
does not respond with REQUEST_OK or REQUEST_ERROR, and the message is not
subject to the MAX_REQUEST_UPDATES limit (<xref target="max-request-updates"/>).</t>
        <t>PUBLISH_STATE_NOTIFY applies only to subscriptions, and is sent only by
the publisher.  An endpoint that receives a PUBLISH_STATE_NOTIFY for any
other request type, or from the subscriber, <bcp14>MUST</bcp14> close the session with a
<tt>PROTOCOL_VIOLATION</tt>.</t>
        <t>A PUBLISH_STATE_NOTIFY carries the parameters whose values have changed.
If a parameter is not present, its value is unchanged.  The semantics of each
parameter, including whether it may appear in PUBLISH_STATE_NOTIFY, are
defined by the parameter.</t>
        <t>A publisher <bcp14>MUST NOT</bcp14> use PUBLISH_STATE_NOTIFY to
change the value of a subscriber controlled subscription parameter
unless the subscriber requested the change.</t>
        <t>The publisher <bcp14>MUST</bcp14> include the LARGEST_OBJECT parameter (<xref target="largest-param"/>), if
known, in PUBLISH_STATE_NOTIFY so the subscriber can determine the point in the
Track at which the change took effect.</t>
        <t>This message is informative and no action is required by the recipient.</t>
        <t>The format of PUBLISH_STATE_NOTIFY is as follows:</t>
        <figure anchor="moq-transport-ps-notify-format">
          <name>MOQT PUBLISH_STATE_NOTIFY Message</name>
          <artwork><![CDATA[
PUBLISH_STATE_NOTIFY Message {
  Type (vi64) = 0x22,
  Length (16),
  Number of Parameters (vi64),
  Parameters (..) ...
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Parameters: The parameters are defined in <xref target="message-params"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="message-publish">
        <name>PUBLISH</name>
        <t>The publisher sends PUBLISH as the first message on a new bidirectional stream
to initiate a subscription for a Track. The receiver verifies the publisher is
authorized to publish this track.</t>
        <figure anchor="moq-transport-publish-format">
          <name>MOQT PUBLISH Message</name>
          <artwork><![CDATA[
PUBLISH Message {
  Type (vi64) = 0x1D,
  Length (16),
  Request ID (vi64),
  Track Namespace (..),
  Track Name Length (vi64),
  Track Name (..),
  Track Alias (vi64),
  Number of Parameters (vi64),
  Parameters (..) ...,
  Track Properties (..),
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: See <xref target="request-id"/>.</t>
          </li>
          <li>
            <t>Track Namespace: Identifies a track's namespace as defined in (<xref target="track-name"/>)</t>
          </li>
          <li>
            <t>Track Name: Identifies the track name as defined in (<xref target="track-name"/>).</t>
          </li>
          <li>
            <t>Track Alias: The identifer used for this track in Subgroups or Datagrams (see
<xref target="track-alias"/>).</t>
          </li>
          <li>
            <t>Parameters: The parameters are defined in <xref target="message-params"/>. Parameters such
as FORWARD, GROUP_ORDER, SUBSCRIBER_PRIORITY, SUBGROUP_DELIVERY_TIMEOUT,
OBJECT_DELIVERY_TIMEOUT, and LOCATION FILTER can appear in the Parameters
of a PUBLISH to inform the Subscriber of the initial Subscription parameters.
If the PUBLISH is the result of a SUBSCRIBE_TRACKS, the parameters are handled
as described in <xref target="parameters-on-subscribe-tracks"/>, otherwise, they represent
the publisher's initial settings for the subscription, which the subscriber can
change.</t>
          </li>
          <li>
            <t>Track Properties : A sequence of Properties. See <xref target="properties"/>.</t>
          </li>
        </ul>
        <t>A subscriber receiving a PUBLISH for a Track it does not wish to receive <bcp14>SHOULD</bcp14>
send REQUEST_ERROR with error code <tt>UNINTERESTED</tt>, and abandon reading any
publisher initiated streams associated with that subscription using a
STOP_SENDING frame.</t>
        <t>A publisher that sends the FORWARD parameter (<xref target="forward-parameter"/>) equal to 0
indicates that it will not transmit any objects until the subscriber sets the
Forward State to 1. If the FORWARD parameter is omitted or equal to 1, the
publisher will start transmitting objects immediately, possibly before
PUBLISH_OK. Delivery starts at the Next Object relative to the Largest Object
at the time the publisher begins sending.</t>
      </section>
      <section anchor="message-publish-done">
        <name>PUBLISH_DONE</name>
        <t>A publisher sends a <tt>PUBLISH_DONE</tt> message as the final message before
closing the subscription's bidi stream to indicate it is done publishing Objects
for that subscription.  The Status Code indicates why the subscription
ended, and whether it was an error. Because PUBLISH_DONE is sent on a request
stream, it is likely to arrive at the receiver before late-arriving objects, and
often even late-opening streams. However, the receiver uses it as an indication
that it should receive any late-opening streams in a relatively short time.</t>
        <t>Note that some objects in the subscribed track might never be delivered,
because a stream was reset, or never opened in the first place, due to the
delivery timeouts (see <xref target="delivery-timeouts"/>).</t>
        <t>A sender <bcp14>MUST NOT</bcp14> send PUBLISH_DONE until it has closed all streams it will ever
open, and has no further datagrams to send, for a subscription. After sending
PUBLISH_DONE, the sender can immediately destroy subscription state, although
stream state can persist until delivery completes. The sender might persist
subscription state to enforce the subgroup delivery timeout.</t>
        <t>A sender <bcp14>MUST NOT</bcp14> destroy subscription state until it sends PUBLISH_DONE, though
it can choose to stop sending objects (and thus send PUBLISH_DONE) for any
reason.</t>
        <t>A subscriber that receives PUBLISH_DONE <bcp14>SHOULD</bcp14> set a timer of at least the
larger of SUBGROUP_DELIVERY_TIMEOUT or OBJECT_DELIVERY_TIMEOUT in case some
objects are still inbound due to prioritization or packet loss. The subscriber
<bcp14>MAY</bcp14> dispense with a timer if it unsubscribed or is otherwise no longer
interested in objects from the track. Once the timer has expired, the receiver
destroys subscription state once all open streams for the subscription have
closed. A subscriber <bcp14>MAY</bcp14> discard subscription state earlier, at the cost of
potentially not delivering some late objects to the application.  The
subscriber <bcp14>SHOULD</bcp14> send STOP_SENDING on all streams related to the subscription
when it deletes subscription state.</t>
        <t>The format of <tt>PUBLISH_DONE</tt> is as follows:</t>
        <figure anchor="moq-transport-subscribe-fin-format">
          <name>MOQT PUBLISH_DONE Message</name>
          <artwork><![CDATA[
PUBLISH_DONE Message {
  Type (vi64) = 0xB,
  Length (16),
  Status Code (vi64),
  Stream Count (vi64),
  Error Reason (Reason Phrase)
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Status Code: An integer status code indicating why the subscription ended.</t>
          </li>
          <li>
            <t>Stream Count: An integer indicating the number of data streams the publisher
opened for this subscription, including streams that contained no Objects (e.g.,
an empty Subgroup) and including any fill fetch streams (see
<xref target="fill-semantics"/>).  This helps the subscriber know if it has received
all of the data published in this subscription by comparing the number of
streams received.  The subscriber can immediately remove all subscription state
once the same number of streams have been processed.  If the publisher did not open any streams
for this subscription, the publisher <bcp14>MUST</bcp14> set Stream Count to 0.  If
the publisher is unable to set Stream Count to the exact number of streams
opened for the subscription, it <bcp14>MUST</bcp14> set Stream Count to 2^64 - 1. Subscribers
<bcp14>SHOULD</bcp14> use a timeout or other mechanism to remove subscription state in case
the publisher set an incorrect value, reset a stream before the SUBGROUP_HEADER,
or set the maximum value.  If a subscriber receives more streams for a
subscription than specified in Stream Count, it <bcp14>MAY</bcp14> close the session with a
<tt>PROTOCOL_VIOLATION</tt>.</t>
          </li>
          <li>
            <t>Error Reason: Provides the reason for subscription error. See <xref target="reason-phrase"/>.</t>
          </li>
        </ul>
        <t>The application <bcp14>SHOULD</bcp14> use a relevant status code in PUBLISH_DONE, as defined
below:</t>
        <dl>
          <dt>INTERNAL_ERROR (0x0):</dt>
          <dd>
            <t>An implementation specific or generic error occurred.</t>
          </dd>
          <dt>UNAUTHORIZED (0x1):</dt>
          <dd>
            <t>The subscriber is no longer authorized to subscribe to the given track.</t>
          </dd>
          <dt>TRACK_ENDED (0x2):</dt>
          <dd>
            <t>The track is no longer being published.</t>
          </dd>
          <dt>GOING_AWAY (0x4):</dt>
          <dd>
            <t>The subscriber or publisher issued a GOAWAY message.</t>
          </dd>
          <dt>TOO_FAR_BEHIND (0x5):</dt>
          <dd>
            <t>The publisher's queue of objects to be sent to the given subscriber exceeds
its implementation defined limit.</t>
          </dd>
          <dt>EXPIRED (0x6):</dt>
          <dd>
            <t>The publisher reached the timeout specified in SUBSCRIBE_OK.</t>
          </dd>
          <dt>MALFORMED_TRACK (0x12):</dt>
          <dd>
            <t>A relay publisher detected that the track was malformed (see
<xref target="malformed-tracks"/>).</t>
          </dd>
          <dt>UPDATE_FAILED (0x8):</dt>
          <dd>
            <t>REQUEST_UPDATE failed on this subscription (see
<xref target="message-request-update"/>).</t>
          </dd>
          <dt>EXCESSIVE_LOAD (0x9):</dt>
          <dd>
            <t>The publisher is overloaded and is terminating the subscription.</t>
          </dd>
        </dl>
      </section>
      <section anchor="message-fetch">
        <name>FETCH</name>
        <t>A subscriber sends FETCH as the first message on a new bidi stream to a
publisher to request a range of already published objects within a track.</t>
        <t>The format of FETCH is as follows:</t>
        <figure anchor="moq-transport-fetch-format">
          <name>MOQT FETCH Message</name>
          <artwork><![CDATA[
FETCH Message {
  Type (vi64) = 0x16,
  Length (16),
  Request ID (vi64),
  Track Namespace (..),
  Track Name Length (vi64),
  Track Name (..),
  Number of Parameters (vi64),
  Parameters (..) ...
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: See <xref target="request-id"/>.</t>
          </li>
          <li>
            <t>Track Namespace: Identifies the namespace of the track as defined in
(<xref target="track-name"/>).</t>
          </li>
          <li>
            <t>Track Name: Identifies the track name as defined in (<xref target="track-name"/>).</t>
          </li>
          <li>
            <t>Parameters: The parameters are defined in <xref target="message-params"/>.</t>
          </li>
        </ul>
        <t>A publisher responds to a FETCH request with either a FETCH_OK or a REQUEST_ERROR
message.  The publisher creates a new unidirectional stream that is used to send the
Objects.  The FETCH_OK or REQUEST_ERROR can come at any time relative to object
delivery.</t>
        <t>The publisher responding to a FETCH is
responsible for delivering all available Objects in the requested range in the
requested order (see <xref target="group-order"/>). The Objects in the response are delivered on a single
unidirectional stream. Any gaps in the Group and Object IDs in the response
stream indicate objects that do not exist unless filters were requested.  For Ascending Group Order this
includes ranges between the first requested object and the first object in the
stream; between objects in the stream; and between the last object in the
stream and the Largest Group/Object indicated in FETCH_OK, so long as the fetch
stream is terminated by a FIN.  If no Objects exist in the requested range, the
publisher opens the unidirectional stream, sends the FETCH_HEADER (see
<xref target="fetch-header"/>) and closes the stream with a FIN.</t>
        <t>A relay that has cached objects from the beginning of the range <bcp14>MAY</bcp14> start
sending objects immediately in response to a FETCH.  If it encounters an object
in the requested range that is not cached and has unknown status, the relay <bcp14>MUST</bcp14>
pause subsequent delivery until it has confirmed the object's status upstream.
If the upstream FETCH fails, the relay sends a REQUEST_ERROR and can reset the
unidirectional stream.  It can choose to do so immediately or wait until the
cached objects have been delivered before resetting the stream.</t>
        <t>The Object Forwarding Preference does not apply to fetches.</t>
        <t>Fetch can include a Location Filter parameter (see <xref target="location-filters"/>)
which specifies an inclusive range of Objects starting at Start Location and
ending at End Location.</t>
        <t>Objects with Locations larger than the <tt>Largest Object</tt> at the time the request
is processed will not be retrieved by a FETCH.  If the
requested End Location exceeds the <tt>Largest Object</tt>, the actual end of
the FETCH response is indicated in the FETCH_OK End Location.</t>
        <t>If no Objects have been published for the track or Start Location is greater
than the <tt>Largest Object</tt> (<xref target="message-subscribe-req"/>) the publisher <bcp14>MUST</bcp14> return
REQUEST_ERROR with error code <tt>INVALID_RANGE</tt>.</t>
        <t>A publisher <bcp14>MUST</bcp14> send fetched groups in the requested group order, either
ascending or descending. Within each group, objects are sent in Object ID order;
subgroup ID is not used for ordering.</t>
        <t>If a Publisher receives a FETCH with a range that includes one or more Objects with
unknown status (e.g. a Relay has temporarily lost contact with the Original
Publisher and does not have the Object in cache), it can choose to reset the
FETCH data stream with UNKNOWN_OBJECT_STATUS (<xref target="stream-reset-codes"/>), or indicate
the range of unknown Objects and continue serving other known Objects.</t>
      </section>
      <section anchor="message-fetch-ok">
        <name>FETCH_OK</name>
        <t>A publisher sends a FETCH_OK as the first message on the bidi stream in response
to a successful fetch. A publisher <bcp14>MAY</bcp14> send Objects in response to a FETCH before
the FETCH_OK message is sent, but the FETCH_OK <bcp14>MUST NOT</bcp14> be sent until the
End Location is known.</t>
        <figure anchor="moq-transport-fetch-ok">
          <name>MOQT FETCH_OK Message</name>
          <artwork><![CDATA[
FETCH_OK Message {
  Type (vi64) = 0x18,
  Length (16),
  End Of Track (8),
  End Location (Location),
  Number of Parameters (vi64),
  Parameters (..) ...
  Track Properties (..),
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>End Of Track: 1 if all Objects have been published on this Track, and
the End Location is the final Object in the Track, 0 if not.</t>
          </li>
          <li>
            <t>End Location: The end of the range covered by the FETCH response.
This is the End Location from the FETCH request Location Filter parameter unless
the requested range extends beyond Largest Object at the time
the request was processed, or the last Object in the Track.
If End Location is smaller than the Start Location in the corresponding FETCH
the receiver <bcp14>MUST</bcp14> close the session with a <tt>PROTOCOL_VIOLATION</tt>.</t>
          </li>
          <li>
            <t>Parameters: The parameters are defined in <xref target="message-params"/>.</t>
          </li>
          <li>
            <t>Track Properties : A sequence of Properties. See <xref target="properties"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="message-track-status">
        <name>TRACK_STATUS</name>
        <t>A potential subscriber sends <tt>TRACK_STATUS</tt> as the first and only message on a
new bidi stream to obtain information about the current status of a given track.</t>
        <t>The TRACK_STATUS message format is identical to the SUBSCRIBE message
(<xref target="message-subscribe-req"/>), but subscriber parameters related to Track
delivery (e.g. SUBSCRIBER_PRIORITY) are not included.</t>
        <t>The receiver of a TRACK_STATUS message treats it identically as if it had
received a SUBSCRIBE message, except it does not create downstream subscription
state or send any Objects.  If successful, the publisher responds with a
TRACK_STATUS_OK with the same parameters and Track Properties it would have
set in a SUBSCRIBE_OK. Track Alias is not used.  A publisher responds to a
failed TRACK_STATUS with an
appropriate REQUEST_ERROR message.  The bidi stream is closed with a FIN after
TRACK_STATUS_OK or REQUEST_ERROR are sent.</t>
        <t>Relays without an <tt>Established</tt> subscription <bcp14>MAY</bcp14> forward TRACK_STATUS to one or more
publishers, or <bcp14>MAY</bcp14> initiate a subscription (subject to authorization) as
described in <xref target="publisher-interactions"/> to determine the response. The publisher
does not send PUBLISH_DONE for this request, and the subscriber cannot send
REQUEST_UPDATE.</t>
      </section>
      <section anchor="message-pub-ns">
        <name>PUBLISH_NAMESPACE</name>
        <t>The publisher sends the PUBLISH_NAMESPACE message as the first message on a
new bidi stream to advertise that it has tracks available within a Track Namespace.
The receiver verifies the publisher is authorized to publish tracks under this
namespace.</t>
        <figure anchor="moq-transport-pub-ns-format">
          <name>MOQT PUBLISH_NAMESPACE Message</name>
          <artwork><![CDATA[
PUBLISH_NAMESPACE Message {
  Type (vi64) = 0x6,
  Length (16),
  Request ID (vi64),
  Track Namespace (..),
  Number of Parameters (vi64),
  Parameters (..) ...
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: See <xref target="request-id"/>.</t>
          </li>
          <li>
            <t>Track Namespace: Identifies a track's namespace as defined in
<xref target="track-name"/>.</t>
          </li>
          <li>
            <t>Parameters: The parameters are defined in <xref target="message-params"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="message-namespace">
        <name>NAMESPACE</name>
        <t>The NAMESPACE message is similar to the PUBLISH_NAMESPACE message, except
it is sent on the response stream of a SUBSCRIBE_NAMESPACE request.
All NAMESPACE messages are in response to a SUBSCRIBE_NAMESPACE, so only
the namespace tuples after the 'Track Namespace Prefix' are included
in the 'Track Namespace Suffix'.</t>
        <figure anchor="moq-transport-ns-format">
          <name>MOQT NAMESPACE Message</name>
          <artwork><![CDATA[
NAMESPACE Message {
  Type (vi64) = 0x8,
  Length (16),
  Track Namespace Suffix (..),
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Track Namespace Suffix: Specifies the final portion of a track's
namespace as defined in <xref target="track-name"/> after removing namespace tuples included in
'Track Namespace Prefix' <xref target="message-subscribe-ns"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="message-namespace-done">
        <name>NAMESPACE_DONE</name>
        <t>The publisher sends the <tt>NAMESPACE_DONE</tt> control message to indicate its
intent to stop serving new subscriptions for tracks within the provided Track
Namespace. All NAMESPACE_DONE messages are in response to a SUBSCRIBE_NAMESPACE,
so only the namespace tuples after the 'Track Namespace Prefix' are included
in the 'Track Namespace Suffix'.</t>
        <figure anchor="moq-transport-ns-done-format">
          <name>MOQT NAMESPACE_DONE Message</name>
          <artwork><![CDATA[
NAMESPACE_DONE Message {
  Type (vi64) = 0xE,
  Length (16),
  Track Namespace Suffix (..)
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Track Namespace Suffix: Specifies the final portion of a track's
namespace as defined in <xref target="track-name"/>. The namespace begins with the
'Track Namespace Prefix' specified in <xref target="message-subscribe-ns"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="message-subscribe-ns">
        <name>SUBSCRIBE_NAMESPACE</name>
        <t>The subscriber sends a SUBSCRIBE_NAMESPACE control message on a new
bidirectional stream to a publisher to request the current set of matching
published namespaces, as well as future updates to the set.</t>
        <figure anchor="moq-transport-subscribe-ns-format">
          <name>MOQT SUBSCRIBE_NAMESPACE Message</name>
          <artwork><![CDATA[
SUBSCRIBE_NAMESPACE Message {
  Type (vi64) = 0x50,
  Length (16),
  Request ID (vi64),
  Track Namespace Prefix (..),
  Number of Parameters (vi64),
  Parameters (..) ...
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: See <xref target="request-id"/>.</t>
          </li>
          <li>
            <t>Track Namespace Prefix: A Track Namespace structure as described in
<xref target="track-name"/> with between 0 and 32 Track Namespace Fields.  This prefix is
matched against track namespaces known to the publisher.  For example, using
the serialized format from <xref target="namespace-name-format"/>, if the publisher is a
relay that has received PUBLISH_NAMESPACE messages for namespaces
<tt>example.2ecom-123-100</tt> and <tt>example.2ecom-123-200</tt>, a SUBSCRIBE_NAMESPACE for
<tt>example.2ecom-123</tt> would match both.  If an endpoint receives a
Track Namespace Prefix consisting of greater than 32 Track Namespace
Fields, it <bcp14>MUST</bcp14> close the session with a <tt>PROTOCOL_VIOLATION</tt>.</t>
          </li>
          <li>
            <t>Parameters: The parameters are defined in <xref target="message-params"/>.</t>
          </li>
        </ul>
        <t>The publisher will respond with REQUEST_OK or REQUEST_ERROR on the response half
of the stream. If the subscriber receives any message other than a REQUEST_OK or a
REQUEST_ERROR as the first message on the response half of the stream, then it <bcp14>MUST</bcp14>
close the session with a PROTOCOL_VIOLATION. If the SUBSCRIBE_NAMESPACE is
successful, the publisher will send matching NAMESPACE messages on the response
stream. If it is an error, the stream will be immediately closed via FIN. When
there are changes to the namespaces being published and the subscriber is
subscribed to them, the publisher sends the corresponding NAMESPACE or
NAMESPACE_DONE messages.</t>
        <t>Within a session, if a publisher receives a SUBSCRIBE_NAMESPACE with a
Track Namespace Prefix that shares a common prefix with an established
SUBSCRIBE_NAMESPACE, it <bcp14>MUST</bcp14> respond with REQUEST_ERROR with error code
<tt>PREFIX_OVERLAP</tt>.  SUBSCRIBE_NAMESPACE and SUBSCRIBE_TRACKS have independent
overlap spaces (see <xref target="message-subscribe-tracks"/>).</t>
        <t>The publisher <bcp14>MUST</bcp14> ensure the subscriber is authorized to perform this
namespace subscription.</t>
        <t>The publisher <bcp14>MUST NOT</bcp14> send NAMESPACE_DONE for a namespace suffix before the
corresponding NAMESPACE. If a subscriber receives a NAMESPACE_DONE before the
corresponding NAMESPACE, it <bcp14>MUST</bcp14> close the session with a 'PROTOCOL_VIOLATION'.</t>
        <t>If the publisher is unable to send NAMESPACE or NAMESPACE_DONE messages in a
timely manner because the SUBSCRIBE_NAMESPACE response stream is blocked by flow
control, the publisher <bcp14>MAY</bcp14> reset the SUBSCRIBE_NAMESPACE response stream.  When
a subscriber receives a stream reset or FIN on a SUBSCRIBE_NAMESPACE response
stream, it <bcp14>SHOULD</bcp14> treat this as though each active namespace received a
NAMESPACE_DONE. Subscriptions established via PUBLISH on separate bidi streams
are not affected by closure of the SUBSCRIBE_NAMESPACE stream.</t>
      </section>
      <section anchor="message-subscribe-tracks">
        <name>SUBSCRIBE_TRACKS</name>
        <t>The subscriber sends a SUBSCRIBE_TRACKS control message on a new bidirectional
stream to a publisher to request PUBLISH messages for all tracks within matching
namespaces, as well as future track publications within those namespaces.</t>
        <figure anchor="moq-transport-subscribe-tracks-format">
          <name>MOQT SUBSCRIBE_TRACKS Message</name>
          <artwork><![CDATA[
SUBSCRIBE_TRACKS Message {
  Type (vi64) = 0x51,
  Length (16),
  Request ID (vi64),
  Track Namespace Prefix (..),
  Number of Parameters (vi64),
  Parameters (..) ...
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: See <xref target="request-id"/>.</t>
          </li>
          <li>
            <t>Track Namespace Prefix: A Track Namespace structure as described in
<xref target="track-name"/> with between 0 and 32 Track Namespace Fields.  This prefix is
matched against track namespaces known to the publisher.  If an endpoint
receives a Track Namespace Prefix consisting of greater than 32 Track
Namespace Fields, it <bcp14>MUST</bcp14> close the session with a <tt>PROTOCOL_VIOLATION</tt>.</t>
          </li>
          <li>
            <t>Parameters: The parameters are defined in <xref target="message-params"/>, though they
are handled differently from the same Parameters on Subscriptions, as outlined
below.</t>
          </li>
        </ul>
        <t>The publisher will respond with REQUEST_OK or REQUEST_ERROR on the response half
of the stream. If the subscriber receives any message other than a REQUEST_OK or a
REQUEST_ERROR as the first message on the response half of the stream, then it <bcp14>MUST</bcp14>
close the session with a PROTOCOL_VIOLATION. If the SUBSCRIBE_TRACKS is
successful, the publisher will send PUBLISH messages on new bidirectional streams
for tracks within matching namespaces. If it is an error, the stream will be
closed via FIN after REQUEST_ERROR is sent.</t>
        <t>Within a session, if a publisher receives a SUBSCRIBE_TRACKS with a
Track Namespace Prefix that shares a common prefix with an established
SUBSCRIBE_TRACKS, it <bcp14>MUST</bcp14> respond with REQUEST_ERROR with error code
<tt>PREFIX_OVERLAP</tt>.  SUBSCRIBE_TRACKS and SUBSCRIBE_NAMESPACE have independent
overlap spaces (see <xref target="message-subscribe-ns"/>).</t>
        <t>The publisher <bcp14>MUST</bcp14> ensure the subscriber is authorized to perform this
namespace subscription.</t>
        <t>SUBSCRIBE_TRACKS is not required for a publisher to send PUBLISH messages to
a subscriber.  It is useful for subscribers that are
only interested in or authorized to access a subset of available tracks.</t>
        <section anchor="parameters-on-subscribe-tracks">
          <name>Parameters on SUBSCRIBE_TRACKS</name>
          <t>Any Parameter that can be specified on a Subscription (ie: in SUBSCRIBE) is valid
in SUBSCRIBE_TRACKS, unless otherwise specified. These parameters are used by the
publisher as the initial Subscription parameters when a PUBLISH is sent as a result of
SUBSCRIBE_TRACKS. These Parameters are explicitly communicated in PUBLISH.
When omitted by the publisher in PUBLISH, the subscriber uses the default value for each.</t>
          <t>To join Tracks initiated via the resulting PUBLISHes, the subscriber can specify a
Location Filter and optionally include FILL_PARAMETERS, as described in <xref target="joining-tracks"/>.</t>
        </section>
      </section>
      <section anchor="message-publish-skipped">
        <name>PUBLISH_SKIPPED</name>
        <t>The publisher sends the <tt>PUBLISH_SKIPPED</tt> control message to indicate it will
not send a PUBLISH message to initiate a new Subscription for a Track in the
SUBSCRIBE_TRACKS's Track Namespace. All PUBLISH_SKIPPED messages are in
response to a SUBSCRIBE_TRACKS, so only the namespace tuples after the
'Track Namespace Prefix' are included in the 'Track Namespace Suffix'.</t>
        <figure anchor="moq-transport-publish-blocked-format">
          <name>MOQT PUBLISH_SKIPPED Message</name>
          <artwork><![CDATA[
PUBLISH_SKIPPED Message {
  Type (vi64) = 0xF,
  Length (16),
  Track Namespace Suffix (..),
  Track Name Length (vi64),
  Track Name (..),
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Track Namespace Suffix: Specifies the final portion of a track's
namespace as defined in <xref target="track-name"/>. The namespace begins with the
'Track Namespace Prefix' specified in <xref target="message-subscribe-tracks"/>.</t>
          </li>
          <li>
            <t>Track Name: Identifies the track name as defined in (<xref target="track-name"/>).</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="data-streams">
      <name>Data Streams and Datagrams</name>
      <t>A publisher sends Objects matching a subscription on Data Streams or Datagrams
and sends Objects matching a FETCH request on one Data Stream.</t>
      <t>Unidirectional stream types are defined in <xref target="stream-types"/>. Data streams
use SUBGROUP_HEADER or FETCH_HEADER types.</t>
      <t>All MOQT datagrams start with a variable-length integer indicating the type of
the datagram.  See <xref target="object-datagram"/>.</t>
      <t>An endpoint that receives an unknown datagram type <bcp14>MUST</bcp14> close the session.</t>
      <t>Every Object has a 'Object Forwarding Preference' and the Original Publisher
<bcp14>MAY</bcp14> use both Subgroups and Datagrams within a Group or Track.</t>
      <section anchor="track-alias">
        <name>Track Alias</name>
        <t>To optimize wire efficiency, Subgroups and Datagrams refer to a track by a
numeric identifier, rather than the Full Track Name.  Track Alias is chosen by
the publisher and included in SUBSCRIBE_OK (<xref target="message-subscribe-ok"/>) or PUBLISH
(<xref target="message-publish"/>).</t>
        <t>The same Track Alias <bcp14>MUST NOT</bcp14> be used by a publisher to refer to two different
Tracks simultaneously in the same session. If a subscriber receives a
PUBLISH or SUBSCRIBE_OK that uses the same Track Alias as a different Track
with an <tt>Established</tt> subscription, it <bcp14>MUST</bcp14> close the session with error
<tt>DUPLICATE_TRACK_ALIAS</tt>.</t>
        <t>Objects can be sent before the Subscriber knows the Track Alias, requiring
buffering Objects with an unknown Track Alias. If a Track Alias
is used for two concurrent subscriptions to the same Track, an
Object that arrives with the Track Alias could be for either
Subscription. Reusing the same Track Alias for concurrent
subscriptions to the same Track can lead to missed delivery
if objects for the new subscription arrive
before the control message establishing the shared Alias.
The Subscriber can assume the Track Alias is reused until
told otherwise, in order to avoid missing Objects.</t>
        <t>To avoid a protocol violation and to ensure the Subscriber knows which Track
Objects are from, Publishers <bcp14>SHOULD NOT</bcp14> reuse a Track Alias for different Tracks
within a session, unless it is certain the prior Subscription has been
completely closed and no Objects are scheduled to be sent or in flight.</t>
        <t>Objects can arrive after a subscription has been cancelled.  Subscribers <bcp14>SHOULD</bcp14>
retain sufficient state to quickly discard these unwanted Objects, rather than
treating them as belonging to an unknown Track Alias.</t>
      </section>
      <section anchor="message-object">
        <name>Objects</name>
        <t>An Object contains a range of contiguous bytes from the
specified track, as well as associated metadata required to deliver,
cache, and forward it.  Objects are sent by publishers.</t>
        <section anchor="object-header">
          <name>Object Header</name>
          <t>A canonical MOQT Object has the following fields:</t>
          <ul spacing="normal">
            <li>
              <t>Track Namespace and Track Name: The track this object belongs to.</t>
            </li>
            <li>
              <t>Group ID: The identifier of the Object's Group (see <xref target="model-group"/>) within
the Track.</t>
            </li>
            <li>
              <t>Object ID: The order of the object within the group.</t>
            </li>
            <li>
              <t>Publisher Priority: An 8 bit integer indicating the publisher's priority for
the Object (<xref target="priorities"/>).</t>
            </li>
            <li>
              <t>Object Forwarding Preference: An enumeration indicating how a publisher sends
an object. The preferences are Subgroup and Datagram.  <tt>Object Forwarding
Preference</tt> is a property of an individual Object and can vary among
Objects in the same Track.  In a subscription, an Object <bcp14>MUST</bcp14> be sent
according to its <tt>Object Forwarding Preference</tt>.</t>
            </li>
            <li>
              <t>Subgroup ID: The identifier of the Object's Subgroup (see <xref target="model-subgroup"/>)
within the Group. This field is omitted if the <tt>Object Forwarding Preference</tt>
is Datagram.</t>
            </li>
            <li>
              <t>Object Status: An enumeration used to indicate whether the Object is a normal Object
or mark the end of a group or track. See <xref target="object-status"/> below.</t>
            </li>
            <li>
              <t>Object Properties : A sequence of Properties associated with the object.
See <xref target="object-properties"/>.</t>
            </li>
            <li>
              <t>Object Payload: An opaque payload intended for an End Subscriber and <bcp14>SHOULD
NOT</bcp14> be processed by a relay. Only present when 'Object Status' is Normal (0x0).</t>
            </li>
          </ul>
          <section anchor="object-status">
            <name>Object Status</name>
            <t>The Object Status is a field that is only present in objects that are delivered
via a SUBSCRIPTION, and is absent in Objects delivered via a FETCH.  It allows
the publisher to explicitly communicate that a specific range of objects does
not exist.</t>
            <t><tt>Status</tt> can have following values:</t>
            <ul spacing="normal">
              <li>
                <t>0x0 := Normal object. This status is implicit for any non-zero length object.
       Zero-length objects explicitly encode the Normal status.</t>
              </li>
              <li>
                <t>0x3 := Indicates End of Group. Indicates that no objects with the specified
       Group ID and the Object ID that is greater than or equal to the one
       specified exist in the group identified by the Group ID.</t>
              </li>
              <li>
                <t>0x4 := Indicates End of Track. Indicates that no objects with the location
       that is equal to or greater than the one specified exist.</t>
              </li>
            </ul>
            <t>All of those <bcp14>SHOULD</bcp14> be cached.</t>
            <t>There is no Object Status value indicating the end of a Subgroup. The end of a
Subgroup is signaled by closing its stream with a FIN
(see <xref target="closing-subgroup-streams"/>).</t>
            <t>Any other value <bcp14>SHOULD</bcp14> be treated as a protocol error and the session <bcp14>SHOULD</bcp14>
be closed with a <tt>PROTOCOL_VIOLATION</tt> (<xref target="session-termination"/>).
An Object <bcp14>MUST</bcp14> have an empty payload unless its Object Status value is
registered as permitting a payload in the Object Status registry
(<xref target="iana-object-status"/>). Of the values defined in this document, only Normal
(0x0) permits a payload.</t>
          </section>
          <section anchor="object-properties">
            <name>Object Properties</name>
            <t>Any Object with status Normal can have properties (<xref target="properties"/>).
If an endpoint receives properties on an Object with status that is
not Normal, it <bcp14>MUST</bcp14> close the session with a <tt>PROTOCOL_VIOLATION</tt>.</t>
            <t>Object Properties are visible to relays and are intended to be relevant
to MOQT Object distribution. Any Object metadata never intended to be accessed
by the transport or Relays <bcp14>SHOULD</bcp14> be serialized as part of the Object payload
and not as an Object Property.</t>
            <t>Object Properties set by the Original Publisher that are intended to be visible
to relays, but not modified by them, <bcp14>SHOULD</bcp14> be placed in Immutable Properties
(<xref target="immutable-properties"/>), which enables end-to-end authentication schemes.</t>
            <t>Object Properties are serialized as a length in bytes followed by
Key-Value-Pairs (see <xref target="moq-key-value-pair"/>).</t>
            <artwork><![CDATA[
Object Properties {
  Properties Length (vi64),
  Properties (..),
}
]]></artwork>
            <t>Object Property types are registered in the IANA table
'MOQ Properties'. See <xref target="iana"/>.</t>
          </section>
        </section>
      </section>
      <section anchor="datagrams">
        <name>Datagrams</name>
        <t>A single object can be conveyed in a datagram.  The Track Alias field
(<xref target="track-alias"/>) indicates the track this Datagram belongs to.  If an endpoint
receives a datagram with an unknown Track Alias, it <bcp14>MAY</bcp14> drop the datagram or
choose to buffer it for a brief period to handle reordering with the control
message that establishes the Track Alias.</t>
        <t>An Object received in an <tt>OBJECT_DATAGRAM</tt> message has an <tt>Object Forwarding
Preference</tt> = <tt>Datagram</tt>.</t>
        <t>To send an Object with <tt>Object Forwarding Preference</tt> = <tt>Datagram</tt>, determine
the length of the header and payload and send the Object as datagram.  When the
total size is larger than the maximum datagram size for the session, the Object
will be dropped without any explicit notification.</t>
        <t>Each session along the path between the Original Publisher and End Subscriber
might have different maximum datagram sizes. Additionally, Object Properties
(<xref target="object-properties"/>) can be added to Objects as they pass
through the MOQT network, increasing the size of the Object and the chances it
will exceed the maximum datagram size of a downstream session and be dropped.</t>
        <section anchor="object-datagram">
          <name>Object Datagram</name>
          <t>An <tt>OBJECT_DATAGRAM</tt> carries a single object in a datagram.</t>
          <figure anchor="object-datagram-format">
            <name>MOQT OBJECT_DATAGRAM</name>
            <artwork><![CDATA[
OBJECT_DATAGRAM {
  Type Flags (vi64),
  Track Alias (vi64),
  Group ID (vi64),
  [Object ID (vi64),]
  [Publisher Priority (8),]
  [Properties (..),]
  [Object Status (vi64),]
  [Object Payload (..),]
}
]]></artwork>
          </figure>
          <t>The Type Flags field in the OBJECT_DATAGRAM is a variable-length integer that
encodes a set of flags. All values defined in this specification fit in a
single-byte encoding (values less than 128). If a received value has bit 4 set,
or has a bit set whose meaning is not specified, the endpoint <bcp14>MUST</bcp14> close the
session with a <tt>PROTOCOL_VIOLATION</tt>.</t>
          <t>The four low-order bits and bit 5 of the Type Flags field determine which fields
are present in the datagram:</t>
          <ul spacing="normal">
            <li>
              <t>The <strong>PROPERTIES</strong> bit (0x01) indicates when the Properties field is
present. When set to 1, the Object Properties structure defined in
<xref target="object-properties"/> is present. When set to 0, the field is absent.
If an endpoint receives a datagram with the PROPERTIES bit set and an
Properties Length of 0, it <bcp14>MUST</bcp14> close the session with a
<tt>PROTOCOL_VIOLATION</tt>.</t>
            </li>
            <li>
              <t>The <strong>END_OF_GROUP</strong> bit (0x02) indicates End of Group. When set to 1, this
indicates that no Object with the same Group ID and an Object ID greater than
the Object ID in this datagram exists.</t>
            </li>
            <li>
              <t>The <strong>ZERO_OBJECT_ID</strong> bit (0x04) indicates when the Object ID field is
present.  When set to 1, the Object ID field is omitted and the Object ID
is 0. When set to 0, the Object ID field is present.</t>
            </li>
            <li>
              <t>The <strong>DEFAULT_PRIORITY</strong> bit (0x08) indicates when the Priority field is
present. When set to 1, the Priority field is omitted and this Object inherits
the Publisher Priority specified in the control message that established the
subscription. When set to 0, the Priority field is present.</t>
            </li>
            <li>
              <t>The <strong>STATUS</strong> bit (0x20) indicates whether the datagram contains an Object
Status or Object Payload. When set to 1, the Object Status field is present
and there is no Object Payload. When set to 0, the Object Payload is present
and the Object Status field is omitted. There is no explicit length field for
the Object Payload; the entirety of the transport datagram following the
Object header contains the payload.</t>
            </li>
          </ul>
          <t>The following Type Flags values are invalid. If an endpoint receives a datagram
with any of these values, it <bcp14>MUST</bcp14> close the session with a <tt>PROTOCOL_VIOLATION</tt>:</t>
          <ul spacing="normal">
            <li>
              <t>Values with both the STATUS bit (0x20) and END_OF_GROUP bit (0x02) set.</t>
            </li>
            <li>
              <t>Values with bit 4 (0x10) set. This bit is reserved and <bcp14>MUST</bcp14> be zero.</t>
            </li>
            <li>
              <t>Values with a bit set whose meaning is not specified.</t>
            </li>
          </ul>
          <t>If an Object Datagram includes both the STATUS bit and PROPERTIES bit, and the
Object Status is not Normal (0x0), the endpoint <bcp14>MUST</bcp14> close the session with a
<tt>PROTOCOL_VIOLATION</tt>, because only Normal Objects can have Properties.</t>
        </section>
      </section>
      <section anchor="streams">
        <name>Streams</name>
        <t>When Objects are sent on streams, the stream begins with a Subgroup or Fetch
Header and is followed by one or more sets of serialized Object fields.
If a stream ends gracefully (i.e., the stream terminates with a FIN) in the
middle of a serialized Object, the session <bcp14>SHOULD</bcp14> be closed with a
<tt>PROTOCOL_VIOLATION</tt>.</t>
        <t>A publisher <bcp14>SHOULD NOT</bcp14> open more than one stream at a time with the same Subgroup
Header field values.</t>
        <section anchor="stream-cancellation">
          <name>Stream Cancellation</name>
          <t>Streams aside from the control streams <bcp14>MAY</bcp14> be canceled due to congestion
or other reasons by either the publisher or subscriber. Early termination of a
unidirectional stream does not affect the MOQT application state, and therefore has
no effect on outstanding subscriptions. Closing a bidirectional request stream is
governed by <xref target="request-cancellation"/>.</t>
        </section>
        <section anchor="subgroup-header">
          <name>Subgroup Header</name>
          <t>All Objects on a Subgroup stream belong to the track identified by <tt>Track Alias</tt>
(see <xref target="track-alias"/>) and the Subgroup indicated by 'Group ID' and <tt>Subgroup
ID</tt> indicated by the SUBGROUP_HEADER.</t>
          <t>If an endpoint receives a subgroup with an unknown Track Alias, it <bcp14>MAY</bcp14> abandon
the stream, or choose to buffer it for a brief period to handle reordering with
the control message that establishes the Track Alias.  The endpoint <bcp14>MAY</bcp14> withhold
stream flow control beyond the SUBGROUP_HEADER until the Track Alias has been
established.  To prevent deadlocks, endpoints <bcp14>MUST</bcp14> allocate connection flow
control to the control streams before allocating it to any data streams. Otherwise,
a receiver might wait for a control message containing a Track Alias to release
flow control, while the sender waits for flow control to send the message.</t>
          <figure anchor="object-header-format">
            <name>MOQT SUBGROUP_HEADER</name>
            <artwork><![CDATA[
SUBGROUP_HEADER {
  Type Flags (vi64),
  Track Alias (vi64),
  Group ID (vi64),
  [Subgroup ID (vi64),]
  [Publisher Priority (8),]
}
]]></artwork>
          </figure>
          <t>All Objects received on a stream opened with <tt>SUBGROUP_HEADER</tt> have an
<tt>Object Forwarding Preference</tt> = <tt>Subgroup</tt>.</t>
          <t>The Type Flags field in the SUBGROUP_HEADER is a variable-length integer that
encodes a set of flags. All values defined in this specification fit in a
single-byte encoding (values less than 128).</t>
          <t>Bit 4 is always set to 1. The four low-order bits and bits 5-6 determine which
fields are present in the header:</t>
          <ul spacing="normal">
            <li>
              <t>The <strong>PROPERTIES</strong> bit (0x01) indicates when the Properties field is present
in all Objects in this Subgroup. When set to 1, the Object Properties structure
defined in <xref target="object-properties"/> is present in all Objects; Objects with no
properties set Properties Length to 0. When set to 0, the field is never present.</t>
            </li>
            <li>
              <t>The <strong>SUBGROUP_ID_MODE</strong> field (bits 1-2, mask 0x06) is a two-bit field that
determines the encoding of the Subgroup ID. To extract this value, perform a
bitwise AND with mask 0x06 and right-shift by 1 bit:  </t>
              <ul spacing="normal">
                <li>
                  <t>0b00: The Subgroup ID field is absent and the Subgroup ID is 0.</t>
                </li>
                <li>
                  <t>0b01: The Subgroup ID field is absent and the Subgroup ID is the Object ID
of the first Object transmitted in this Subgroup.</t>
                </li>
                <li>
                  <t>0b10: The Subgroup ID field is present in the header.</t>
                </li>
                <li>
                  <t>0b11: Reserved for future use.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>The <strong>END_OF_GROUP</strong> bit (0x08) indicates that this subgroup contains the
largest Object in the Group. When set to 1, the subscriber can infer the final
Object in the Group when the data stream is terminated by a FIN. In this case,
Objects that have the same Group ID and an Object ID larger than the last
Object received on the stream do not exist. This does not apply when the data
stream is reset.</t>
            </li>
            <li>
              <t>The <strong>DEFAULT_PRIORITY</strong> bit (0x20) indicates when the Priority field is
present. When set to 1, the Priority field is omitted and this Subgroup
inherits the Publisher Priority specified in the control message that
established the subscription. When set to 0, the Priority field is present in
the Subgroup header.</t>
            </li>
            <li>
              <t>The <strong>FIRST_OBJECT</strong> bit (0x40) indicates that the first object in this
subgroup stream is the first object published in the subgroup by the original publisher.</t>
            </li>
          </ul>
          <t>The following Type Flags values are invalid. If an endpoint receives a stream
header with any of these values, it <bcp14>MUST</bcp14> close the session with a
<tt>PROTOCOL_VIOLATION</tt>:</t>
          <ul spacing="normal">
            <li>
              <t>Values with SUBGROUP_ID_MODE set to 0b11. This mode
is reserved for future use.</t>
            </li>
            <li>
              <t>Values where bit 4 is not set. Bit 4 <bcp14>MUST</bcp14> be 1 for SUBGROUP_HEADER.</t>
            </li>
            <li>
              <t>Values of 128 or greater (i.e., any value that requires more than a one-byte
variable-length integer encoding).</t>
            </li>
          </ul>
          <t>To send an Object with <tt>Object Forwarding Preference</tt> = <tt>Subgroup</tt>, find the open
stream that is associated with the subscription, <tt>Group ID</tt> and <tt>Subgroup ID</tt>,
or open a new one and send the <tt>SUBGROUP_HEADER</tt>. Then serialize the
following fields.</t>
          <t>The Object Status field is only sent if the Object Payload Length is zero.</t>
          <t>The Object ID Delta + 1 is added to the previous Object ID in the Subgroup
stream if there was one.  The Object ID is the Object ID Delta if it's the first
Object in the Subgroup stream. If the resulting Object ID would be greater
than 2^64 - 1, the endpoint <bcp14>MUST</bcp14> close the session with a
<tt>PROTOCOL_VIOLATION</tt>. For example, a Subgroup of sequential Object IDs
starting at 0 will have 0 for all Object ID Delta values. A consumer cannot
infer information about the existence of Objects between the current and
previous Object ID in the Subgroup (e.g. when Object ID Delta is non-zero)
unless there is a Prior Object ID Gap property (see
<xref target="prior-object-id-gap"/>).</t>
          <figure anchor="object-subgroup-format">
            <name>MOQT Subgroup Object Fields</name>
            <artwork><![CDATA[
{
  Object ID Delta (vi64),
  [Properties (..),]
  Object Payload Length (vi64),
  [Object Status (vi64),]
  [Object Payload (..),]
}
]]></artwork>
          </figure>
        </section>
        <section anchor="closing-subgroup-streams">
          <name>Closing Subgroup Streams</name>
          <t>Subscribers will often need to know if they have received all objects in a
Subgroup, particularly if they serve as a relay or cache. QUIC and Webtransport
streams provide signals that can be used for this purpose. Closing Subgroups
promptly frees system resources and often unlocks flow control credit to open
more streams.</t>
          <t>If a sender has delivered all objects in a Subgroup to the QUIC stream, except
any Objects with Locations smaller than the subscription's Start Location, it
<bcp14>MUST</bcp14> close the stream with a FIN.</t>
          <t>If a sender closes the stream before delivering all such objects to the QUIC
stream, it <bcp14>MUST</bcp14> reset the stream. This includes, but is
not limited to:</t>
          <ul spacing="normal">
            <li>
              <t>Either of the delivery timeouts defined in <xref target="delivery-timeouts"/></t>
            </li>
            <li>
              <t>Early termination of subscription due to request cancellation</t>
            </li>
            <li>
              <t>A publisher's decision to end the subscription early</t>
            </li>
            <li>
              <t>A REQUEST_UPDATE moving the subscription's End Group to a smaller Group or
the Start Location to a larger Location</t>
            </li>
            <li>
              <t>Omitting a Subgroup Object due to the subscriber's Forward State</t>
            </li>
          </ul>
          <t>When RESET_STREAM_AT is used, the
reliable_size <bcp14>SHOULD</bcp14> include the stream header so the receiver can identify the
corresponding subscription and accurately account for reset data streams when
handling PUBLISH_DONE (see <xref target="message-publish-done"/>).  Publishers that reset
data streams without using RESET_STREAM_AT with an appropriate reliable_size can
cause subscribers to hold on to subscription state until a timeout expires.</t>
          <t>A sender might send all objects in a Subgroup and the FIN on a QUIC stream,
and then reset the stream. In this case, the receiving application would receive
the FIN if and only if all objects were received. If the application receives
all data on the stream and the FIN, it can ignore any subsequent reset.</t>
          <t>If a sender will not deliver any objects from a Subgroup, it <bcp14>MAY</bcp14> send
a SUBGROUP_HEADER on a new stream, with no objects, and then send RESET_STREAM_AT
with a reliable_size equal to the length of the stream header. This explicitly
tells the receiver there is an unsent Subgroup.</t>
          <t>A relay <bcp14>MUST NOT</bcp14> forward an Object on an existing Subgroup stream unless it is
the next Object in that Subgroup.  A relay determines that an Object is the next
Object in the Subgroup if at least one of the following is true:</t>
          <ul spacing="normal">
            <li>
              <t>The Object ID is one greater than the previous Object sent on this Subgroup
stream.</t>
            </li>
            <li>
              <t>The Object was received on the same upstream Subgroup stream as the
previously sent Object on the downstream Subgroup stream, with no other
Objects in between, unless the intervening Objects did not pass the
subscriber's filters.</t>
            </li>
            <li>
              <t>It determined all Object IDs between the current and previous Object IDs
on the Subgroup stream belong to different Subgroups or do not exist,
or do not pass the subscriber's filters.</t>
            </li>
          </ul>
          <t>If the relay does not know if an Object is the next Object, it <bcp14>MUST</bcp14> reset the
Subgroup stream and open a new one to forward it.</t>
          <t>Since SUBSCRIBEs always end on a group boundary, an ending subscription can
always cleanly close all its subgroups. A sender that terminates a stream
early for any other reason (e.g., to handoff to a different sender) <bcp14>MUST</bcp14>
reset the stream. Senders <bcp14>SHOULD</bcp14> terminate a stream on
Group boundaries to avoid doing so.</t>
          <t>An MOQT implementation that processes a stream FIN is assured it has received
all objects in a subgroup from the start of the subscription. If a relay, it
can forward stream FINs to its own subscribers once those objects have been
sent. A relay <bcp14>MAY</bcp14> treat receipt of EndOfGroup or EndOfTrack objects as a signal
to close corresponding streams even if the FIN has not arrived, as further
objects on the stream would be a protocol violation.</t>
          <t>Similarly, an EndOfGroup message indicates the maximum Object ID in the
Group, so if all Objects in the Group have been received, a FIN can be sent on
any stream where the entire subgroup has been sent. This might be complex to
implement.</t>
          <t>Processing a reset means that there might be other
objects in the Subgroup beyond the last one received. A relay might immediately
reset the corresponding downstream stream, or it might attempt to recover the
missing Objects in an effort to send all the Objects in the subgroups and the FIN.
It also might send RESET_STREAM_AT with reliable_size set to the last Object it
has, so as to reliably deliver the Objects it has while signaling that other
Objects might exist.</t>
          <t>A subscriber <bcp14>MAY</bcp14> send a QUIC STOP_SENDING frame for a subgroup stream if the Group
or Subgroup is no longer of interest to it. The publisher <bcp14>SHOULD</bcp14> respond with
a reset. If RESET_STREAM_AT is sent, note that the receiver
has indicated no interest in the objects, so setting a reliable_size beyond the
stream header is of questionable utility.</t>
          <t>Resets and STOP_SENDING on SUBSCRIBE data streams have no impact on other
Subgroups in the Group or the subscription, although applications might cancel all
Subgroups in a Group at once.</t>
          <t>A publisher that receives a STOP_SENDING on a Subgroup stream <bcp14>SHOULD NOT</bcp14> attempt
to open a new stream to deliver additional Objects in that Subgroup.  However,
if the publisher subsequently receives a REQUEST_UPDATE that changes the Forward
State from 0 to 1, it <bcp14>MAY</bcp14> open a new stream to deliver Objects in that Subgroup,
as the update indicates the subscriber has renewed interest in forwarded Objects.</t>
          <t>The application <bcp14>SHOULD</bcp14> use a relevant error code when resetting a stream,
as defined in <xref target="stream-reset-codes"/>.</t>
        </section>
        <section anchor="fetch-header">
          <name>Fetch Header</name>
          <t>When a stream begins with <tt>FETCH_HEADER</tt>, all objects on the stream belong to the
track requested in the message identified by <tt>Request ID</tt>.</t>
          <figure anchor="fetch-header-format">
            <name>MOQT FETCH_HEADER</name>
            <artwork><![CDATA[
FETCH_HEADER {
  Type (vi64) = 0x5,
  Request ID (vi64),
}
]]></artwork>
          </figure>
          <t>Each Object sent on a FETCH stream after the FETCH_HEADER has the following
format:</t>
          <figure anchor="object-fetch-format">
            <name>MOQT Fetch Object Fields</name>
            <artwork><![CDATA[
{
  Serialization Flags (vi64),
  [Group ID Delta (vi64),]
  [Subgroup ID (vi64),]
  [Object ID Delta (vi64),]
  [Publisher Priority (8),]
  [Properties (..),]
  Object Payload Length (vi64),
  [Object Payload (..),]
}
]]></artwork>
          </figure>
          <t>The Serialization Flags field defines the serialization of the Object.  It is
a variable-length integer.  When less than 128, the bits represent flags described
below.  The following additional values are defined:</t>
          <table>
            <thead>
              <tr>
                <th align="left">Value</th>
                <th align="left">Meaning</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">0x8C</td>
                <td align="left">End of Non-Existent Range</td>
              </tr>
              <tr>
                <td align="left">0x10C</td>
                <td align="left">End of Unknown Range</td>
              </tr>
              <tr>
                <td align="left">0x20C</td>
                <td align="left">End of Timed-Out Range</td>
              </tr>
            </tbody>
          </table>
          <t>Any other value is a <tt>PROTOCOL_VIOLATION</tt>.</t>
          <section anchor="flags">
            <name>Flags</name>
            <t>The two least significant bits (LSBs) of the Serialization Flags form a two-bit
field that defines the encoding of the Subgroup.  To extract this value, the
Subscriber performs a bitwise AND operation with the mask 0x03.</t>
            <table>
              <thead>
                <tr>
                  <th align="left">Bitmask Result (Serialization Flags &amp; 0x03)</th>
                  <th align="left">Meaning</th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td align="left">0x00</td>
                  <td align="left">Subgroup ID is zero</td>
                </tr>
                <tr>
                  <td align="left">0x01</td>
                  <td align="left">Subgroup ID is the prior Object's Subgroup ID</td>
                </tr>
                <tr>
                  <td align="left">0x02</td>
                  <td align="left">Subgroup ID is the prior Object's Subgroup ID plus one</td>
                </tr>
                <tr>
                  <td align="left">0x03</td>
                  <td align="left">The Subgroup ID field is present</td>
                </tr>
              </tbody>
            </table>
            <t>The following table defines additional flags within the Serialization Flags
field. Each flag is an independent boolean value, where a set bit (1) indicates
the corresponding condition is true.</t>
            <table>
              <thead>
                <tr>
                  <th align="left">Bitmask</th>
                  <th align="left">Condition if set</th>
                  <th align="left">Condition if not set (0)</th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td align="left">0x04</td>
                  <td align="left">Object ID Delta is present</td>
                  <td align="left">Object ID is the prior Object's ID plus one</td>
                </tr>
                <tr>
                  <td align="left">0x08</td>
                  <td align="left">Group ID Delta is present</td>
                  <td align="left">Group ID is the prior Object's Group ID</td>
                </tr>
                <tr>
                  <td align="left">0x10</td>
                  <td align="left">Priority field is present</td>
                  <td align="left">Priority is the prior Object's Priority</td>
                </tr>
                <tr>
                  <td align="left">0x20</td>
                  <td align="left">Properties field is present</td>
                  <td align="left">Properties field is not present</td>
                </tr>
                <tr>
                  <td align="left">0x40</td>
                  <td align="left">Datagram: ignore the two least significant bits</td>
                  <td align="left">Decode the Subgroup ID as indicated by the two least significant bits</td>
                </tr>
              </tbody>
            </table>
            <t>The first Object <bcp14>MUST</bcp14> include a Group ID Delta and Object ID Delta, and
these values are the absolute Group ID and Object ID. If the first Object in
the FETCH response uses a flag that references fields in the prior Object,
the Subscriber <bcp14>MUST</bcp14> close the session with a <tt>PROTOCOL_VIOLATION</tt>.</t>
            <t>If the Group ID Delta field is present on an Object other than the first, the
Group ID is computed from the Group ID Delta and the prior Object's Group ID.
If the Group Order is Ascending, the Group ID is the prior Object's Group ID
plus the Group ID Delta + 1.  If the Group Order is Descending, the Group ID is
the prior Object's Group ID minus the (Group ID Delta + 1). If the computed
Group ID would be less than 0 or greater than 2^64-1, the Subscriber <bcp14>MUST</bcp14>
close the Session with error 'PROTOCOL_VIOLATION'.</t>
            <t>When the Group ID Delta field is present, the Object ID is the value of Object ID Delta if
present. When the Group ID Delta field is not present, the Object ID is the prior Object's ID
plus the Object ID Delta if present. If Object ID Delta is not present, the Object ID is the
prior Object's ID plus one, regardless of which group it belongs to. If the computed Object ID
would be greater than 2^64-1, the Subscriber <bcp14>MUST</bcp14> close the Session with error
'PROTOCOL_VIOLATION'.</t>
            <t>The Object Properties structure is defined in <xref target="object-properties"/>.</t>
            <t>When encoding an Object with a Forwarding Preference of "Datagram" (see
<xref target="object-properties"/>), the object has no Subgroup ID. The publisher <bcp14>MUST</bcp14> SET bit 0x40 to '1'.
When 0x40 is set, it <bcp14>SHOULD</bcp14> set the two least significant bits to zero and the subscriber
<bcp14>MUST</bcp14> ignore the bits.</t>
          </section>
          <section anchor="end-of-range">
            <name>End of Range</name>
            <t>When Serialization Flags indicates an End of Range (e.g. values 0x8C, 0x10C, or
0x20C), the Group ID and Object ID fields are present.  Subgroup ID, Priority and
Properties are not present. All Objects with Locations between the last
serialized Object, if any, and this Location, inclusive, either do not exist
(when Serialization Flags is 0x8C), are unknown (0x10C), or timed out (0x20C).  A
publisher <bcp14>SHOULD NOT</bcp14> use <tt>End of Non-Existent Range</tt> in a FETCH response except to
split a range of Objects that will not be serialized into those that are known
not to exist and those with unknown or timed out status.</t>
            <t>When an Object follows an End of Range indicator and uses flags that reference
the "prior Object", the prior Object fields are determined as follows:</t>
            <ul spacing="normal">
              <li>
                <t>Prior Group ID and prior Object ID: The values from the End of Range indicator.</t>
              </li>
              <li>
                <t>Prior Subgroup ID: The Subgroup ID from the last actual Object before the
End of Range indicator. If there was no prior Object, using a flag that
references the prior Subgroup ID is a <tt>PROTOCOL_VIOLATION</tt>.</t>
              </li>
              <li>
                <t>Prior Priority: The Priority from the last actual Object before the End of
Range indicator. If there was no prior Object, using a flag that references
the prior Priority is a <tt>PROTOCOL_VIOLATION</tt>.</t>
              </li>
            </ul>
          </section>
        </section>
      </section>
      <section anchor="padding">
        <name>Padding</name>
        <t>An endpoint <bcp14>MAY</bcp14> send padding on unidirectional streams or datagrams.  Padding
does not carry Objects or any other application data.  An endpoint can use
padding to probe for additional bandwidth while minimizing the impact on the
delivery of application data.</t>
        <t>To avoid interfering with the delivery of Objects, senders <bcp14>SHOULD</bcp14> send padding
streams at a lower priority than any control stream or Object data.</t>
        <section anchor="padding-streams">
          <name>Padding Streams</name>
          <t>An endpoint <bcp14>MAY</bcp14> open a unidirectional stream with a stream type of 0x132B3E28 to send
padding data. The stream begins with the stream type, followed by zero or more
bytes that <bcp14>MUST</bcp14> all be set to zero.</t>
          <figure anchor="padding-format">
            <name>MOQT Padding Stream</name>
            <artwork><![CDATA[
PADDING STREAM {
  Type (vi64) = 0x132B3E28,
  Padding Data (..) = 0x00..
}
]]></artwork>
          </figure>
          <t>The receiver <bcp14>MUST</bcp14> discard all data received on a padding stream to prevent
exhausting flow control.</t>
          <t>Either the sender or the receiver <bcp14>MAY</bcp14> cancel a padding stream at any time
without affecting any MOQT application state.</t>
        </section>
        <section anchor="padding-datagrams">
          <name>Padding Datagrams</name>
          <t>An endpoint <bcp14>MAY</bcp14> send a datagram with a type of 0x132B3E29 to send padding data.
The datagram contains the type followed by zero or more bytes that <bcp14>MUST</bcp14> all be
set to zero.</t>
          <figure anchor="padding-datagram-format">
            <name>MOQT Padding Datagram</name>
            <artwork><![CDATA[
PADDING DATAGRAM {
  Type (vi64) = 0x132B3E29,
  Padding Data (..) = 0x00..
}
]]></artwork>
          </figure>
          <t>The receiver <bcp14>MUST</bcp14> discard all data received in a padding datagram.</t>
        </section>
      </section>
      <section anchor="examples">
        <name>Examples</name>
        <t>Sending a subgroup on one stream:</t>
        <artwork><![CDATA[
Stream = 2

SUBGROUP_HEADER {
  Type Flags = 0x14
  Track Alias = 2
  Group ID = 0
  Subgroup ID = 0
  Priority = 0
}
{
  Object ID = 0
  Object Payload Length = 4
  Payload = "abcd"
}
{
  Object ID = 1
  Object Payload Length = 4
  Payload = "efgh"
}
]]></artwork>
        <t>Sending a group on one stream, with the first object containing two
Properties.</t>
        <artwork><![CDATA[
Stream = 2

SUBGROUP_HEADER {
  Type Flags = 0x35
  Track Alias = 2
  Group ID = 0
  Subgroup ID = 0
}
{
  Object ID Delta = 0 (Object ID is 0)
  Properties Length = 33
    {
      Type = 4
      Value = 2186796243
    },
    {
      Type = 77
      Length = 21
      Value = "traceID:123456"
    }
  Object Payload Length = 4
  Payload = "abcd"
}
{
  Object ID Delta = 0 (Object ID is 1)
  Properties Length = 0
  Object Payload Length = 4
  Payload = "efgh"
}

]]></artwork>
      </section>
    </section>
    <section anchor="moqt-properties">
      <name>MOQT Properties</name>
      <t>The following Properties are defined in MOQT. Each Property
specifies whether it can be used with Tracks, Objects, or both.</t>
      <t>Property types in ranges reserved for application-specific use
(0x78-0x7F, 0x3800-0x3FFF) are not defined by MOQT.
See <xref target="properties"/> for usage guidance.</t>
      <section anchor="subgroup-delivery-timeout-ext">
        <name>SUBGROUP_DELIVERY_TIMEOUT</name>
        <t>SUBGROUP_DELIVERY_TIMEOUT (Property Type 0x06) is a Track and Object Property.
It is a variable-length integer.  Its semantics are defined in <xref target="delivery-timeouts"/>.  As an
Object Property on the first object in a subgroup, it overrides the Track-level
value for that subgroup; it is ignored on any other object in the subgroup.</t>
      </section>
      <section anchor="object-delivery-timeout-ext">
        <name>OBJECT_DELIVERY_TIMEOUT</name>
        <t>OBJECT_DELIVERY_TIMEOUT (Property Type 0x02) is a Track and Object Property.
It is a variable-length integer.  Its semantics are defined in <xref target="delivery-timeouts"/>.  As an
Object Property on the first object in a subgroup, it overrides the Track-level
value for that subgroup; it is ignored on any other object in the subgroup.</t>
      </section>
      <section anchor="max-cache-duration">
        <name>MAX CACHE DURATION</name>
        <t>MAX_CACHE_DURATION (Property Type 0x04) is a Track Property.</t>
        <t>It is an integer expressing
the number of milliseconds an Object can be served from a cache. If present, the
relay <bcp14>MUST NOT</bcp14> start forwarding any individual Object received through this
subscription or fetch after the specified number of milliseconds has elapsed
since the beginning of the Object was received.  This means Objects earlier in a
multi-object stream will expire earlier than Objects later in the stream. Once
Objects have expired from cache, their state becomes unknown (see
<xref target="model-object"/>).</t>
        <t>If MAX_CACHE_DURATION is not sent by the publisher, the Objects
can be cached until implementation constraints cause them to be evicted.</t>
      </section>
      <section anchor="publisher-priority">
        <name>DEFAULT PUBLISHER PRIORITY</name>
        <t>DEFAULT PUBLISHER PRIORITY (Property Type 0x0E) is a Track Property
that specifies the priority of a subscription relative to other subscriptions
in the same session.  The value is from 0 to 255 and lower numbers get higher
priority.  See <xref target="priorities"/>. Priorities above 255 are invalid. Subgroups and
Datagrams for this subscription inherit this priority, unless they specifically
override it.</t>
        <t>If omitted, the Default Publisher Priority is 128.</t>
      </section>
      <section anchor="group-order-pref">
        <name>DEFAULT PUBLISHER GROUP ORDER</name>
        <t>DEFAULT_PUBLISHER_GROUP_ORDER (Property Type 0x22) is a Track Property.</t>
        <t>It is an enum indicating the publisher's preference for prioritizing Objects
from different groups within the
same subscription (see <xref target="priorities"/>). The allowed values are Ascending (0x1) or
Descending (0x2). If an endpoint receives a value outside this range, it <bcp14>MUST</bcp14>
close the session with <tt>PROTOCOL_VIOLATION</tt>.</t>
        <t>If omitted, the publisher's preference is Ascending (0x1).</t>
      </section>
      <section anchor="dynamic-groups">
        <name>DYNAMIC GROUPS</name>
        <t>DYNAMIC_GROUPS (Property Type 0x30) is a Track Property.
The allowed values are 0 or 1. When the value is 1, it indicates
that the subscriber can request the Original Publisher to start a new Group
by including the NEW_GROUP_REQUEST parameter in REQUEST_UPDATE
for this Track. If an endpoint receives a value larger than 1, it <bcp14>MUST</bcp14> close
the session with <tt>PROTOCOL_VIOLATION</tt>.</t>
        <t>If omitted, the value is 0.</t>
      </section>
      <section anchor="immutable-properties">
        <name>Immutable Properties</name>
        <t>Immutable Properties (Property Type 0xB) is a Track or Object Property that
contains a sequence of Key-Value-Pairs (see <xref target="moq-key-value-pair"/>) that are
themselves Track or Object Properties, respectively.</t>
        <artwork><![CDATA[
Immutable Properties {
  Type (0xB),
  Length (vi64),
  Key-Value-Pair (..) ...
}
]]></artwork>
        <t>This Property can be added by the Original Publisher, but <bcp14>MUST NOT</bcp14> be added by
Relays. This Property <bcp14>MUST NOT</bcp14> be modified or removed and the serialization
(e.g. variable-length integer encodings) of the Key-Value-Pairs <bcp14>MUST NOT</bcp14>
change). Like other Properties, Relays <bcp14>MUST</bcp14> cache Immutable Properties if the
Object or Track are cached and <bcp14>MUST</bcp14> forward it. Relays <bcp14>MAY</bcp14> decode and view
the Properties in the Key-Value-Pairs.</t>
        <t>Unless specified by a particular Property specification, Properties
<bcp14>MAY</bcp14> appear either in the mutable property list or inside Immutable Properties.
When looking for the value of a property, processors <bcp14>MUST</bcp14> search both the
mutable properties and the contents of Immutable Properties.</t>
        <t>If a Property allows multiple values, the same Property Type <bcp14>MAY</bcp14> appear in
both the mutable list and inside Immutable Properties, unless prohibited by
the Property specification.</t>
        <t>A Track is considered malformed (see <xref target="malformed-tracks"/>) if any of the
following conditions are detected:</t>
        <ul spacing="normal">
          <li>
            <t>An Object contains an Immutable Properties property that contains another
Immutable Properties key.</t>
          </li>
          <li>
            <t>A Key-Value-Pair cannot be parsed.</t>
          </li>
        </ul>
        <t>The following figure shows an example Object structure with a combination of
mutable and immutable properties and end to end encrypted metadata in the Object
payload.</t>
        <artwork><![CDATA[
                   Object Header                      Object Payload
<------------------------------------------------> <------------------->
+--------+-------+------------+-------+-----------+--------------------+
| Object | Ext 1 | Immutable  | Ext N | [Payload] | Private Properties |
| Fields |       | Properties |       | [Length]  | App Payload        |
+--------+-------+------------+-------+-----------+--------------------+
                  xxxxxxxxxxxx                     xxxxxxxxxxxxxxxxxxxx
                                                   yyyyyyyyyyyyyyyyyyyy
x = e2e Authenticated Data
y = e2e Encrypted Data
EXT 1 and EXT N can be modified or removed by Relays
]]></artwork>
        <t>An Object <bcp14>MUST NOT</bcp14> contain more than one instance of this property.</t>
      </section>
      <section anchor="prior-group-id-gap">
        <name>Prior Group ID Gap</name>
        <t>Prior Group ID Gap only applies to Objects, not Tracks.</t>
        <t>Prior Group ID Gap (Property Type 0x3C) is a variable-length integer
containing the number of Groups prior to the current Group that do not, and will
never, exist. For example, if the Original Publisher is publishing an Object in
Group 7 and knows it will never publish any Objects in Group 8 or Group 9, it
can include Prior Group ID Gap = 2 in any number of Objects in Group 10, as it
sees fit.  A Track is considered malformed (see <xref target="malformed-tracks"/>) if any of
the following conditions are detected:</t>
        <ul spacing="normal">
          <li>
            <t>An Object contains more than one instance of Prior Group ID Gap.</t>
          </li>
          <li>
            <t>A Group contains more than one Object with different values for Prior Group
 ID Gap.</t>
          </li>
          <li>
            <t>An Object has a Prior Group ID Gap larger than the Group ID.</t>
          </li>
          <li>
            <t>An endpoint receives an Object with a Prior Group ID Gap covering an Object
it previously received.</t>
          </li>
          <li>
            <t>An endpoint receives an Object with a Group ID within a previously
communicated gap.</t>
          </li>
        </ul>
        <t>Use of this property is optional, as publishers might not know the prior gap size,
or there may not be a gap. If Prior Group ID Gap is not present, the receiver
cannot infer any information about the existence of prior groups (see
<xref target="group-ids"/>).</t>
        <t>This property can be added by the Original Publisher, but <bcp14>MUST NOT</bcp14> be added by
relays. This property <bcp14>MAY</bcp14> be removed by a relay when the object in question is
served via FETCH, and the gap that the property communicates is already
communicated implicitly in the FETCH response; it <bcp14>MUST NOT</bcp14> be modified or
removed otherwise.</t>
        <t>An Object <bcp14>MUST NOT</bcp14> contain more than one instance of this property.</t>
      </section>
      <section anchor="prior-object-id-gap">
        <name>Prior Object ID Gap</name>
        <t>Prior Object ID Gap only applies to Objects, not Tracks.</t>
        <t>Prior Object ID Gap (Property Type 0x3E) is a variable-length integer
containing the number of Objects prior to the current Object that do not, and
will never, exist. For example, if the Original Publisher is publishing Object
10 in Group 3 and knows it will never publish Objects 8 or 9 in this Group, it
can include Prior Object ID Gap = 2.  A Track is considered malformed (see
<xref target="malformed-tracks"/>) if any of the following conditions are detected:</t>
        <ul spacing="normal">
          <li>
            <t>An Object contains more than one instance of Prior Object ID Gap.</t>
          </li>
          <li>
            <t>An Object has a Prior Object ID Gap larger than the Object ID.</t>
          </li>
          <li>
            <t>An endpoint receives an Object with a Prior Object ID Gap covering an Object
it previously received.</t>
          </li>
          <li>
            <t>An endpoint receives an Object with an Object ID within a previously
communicated gap.</t>
          </li>
        </ul>
        <t>Use of this property is optional, as publishers might not know the prior gap size,
or there might not be a gap. If Prior Object ID Gap is not present, the receiver
cannot infer any information about the existence of prior objects (see
<xref target="model-object"/>).</t>
        <t>This property can be added by the Original Publisher, but <bcp14>MUST NOT</bcp14> be added by
relays. This property <bcp14>MAY</bcp14> be removed by a relay when the object in question is
served via FETCH, and the gap that the property communicates is already
communicated implicitly in the FETCH response; it <bcp14>MUST NOT</bcp14> be modified or
removed otherwise.</t>
        <t>An Object <bcp14>MUST NOT</bcp14> contain more than one instance of this property.</t>
      </section>
    </section>
    <section anchor="security">
      <name>Security Considerations</name>
      <t>MOQT is a protocol used hop-by-hop between original
publishers to relay, (possibly) relay to relay, and relay to end
subscribers. Thus, the security considerations need to consider first
what happens between two Endpoints, but also consider the impacts end to
end over several hops of MOQT.</t>
      <t>MOQT uses a trust model where on each hop the Endpoints need to be
securely identified, authorized to use resources of the peer, provide
confidentiality and integrity to prevent third party attacks and limit
monitoring and leakage of privacy sensitive information. The relays
within the chain from original publisher to end subscribers will have
access to Track names, Track Properties, Object Properties, as well as the object's content
unless it is end-to-end encrypted <xref target="sec-media"/>.</t>
      <t>Publishers, including Relays, require authorization to prevent unauthorized
subscriptions to content. Subscription requests can carry
authorization tokens (see <xref target="sec-authorization"/>) to prove the
subscriber's right to access specific tracks or namespaces. Relays
that aggregate subscriptions from multiple downstream subscribers <bcp14>MUST</bcp14>
ensure each subscriber is independently authorized.</t>
      <section anchor="subscription-amplification">
        <name>Subscription Amplification</name>
        <t>A malicious subscriber could attempt to overwhelm a publisher or relay
by requesting subscriptions to many tracks simultaneously. Relays
<bcp14>SHOULD</bcp14> implement rate limiting on subscription requests and <bcp14>MAY</bcp14> reject
excessive subscriptions with REQUEST_ERROR using the EXCESSIVE_LOAD error code.
Publishers <bcp14>SHOULD</bcp14> monitor
the number of active subscriptions and enforce limits to prevent
resource exhaustion from a single subscriber or session.</t>
        <t>TODO: Describe Cache Poisoning attacks</t>
      </section>
      <section anchor="communication-security">
        <name>Communication Security</name>
        <t>MOQT depends on a secure transport to provide confidentiality,
integrity and endpoint authentication between subscriber and
publisher. Implementations use QUIC or WebTransport to fulfill
the basic communication security requirements and these
implementations <bcp14>SHOULD</bcp14> follow best practices for TLS 1.3 and QUIC.
Relays <bcp14>MUST</bcp14> use authentication to prevent impersonation
(<xref target="preventing-impersonation"/>).</t>
        <t>Note that the basic security protection offered by QUIC or TCP/TLS
does not prevent traffic pattern analysis. Object sizes, sizes of
request messages, etc can make it possible for a third party observer
to identify media content, user patterns and media stream origin.</t>
      </section>
      <section anchor="sec-authorization">
        <name>Authorization</name>
        <t>MOQT supports authorization via mutual TLS (mTLS) for endpoint
identification and via token-based schemes for fine-grained,
application-defined access control. The two mechanisms can be used together.</t>
        <section anchor="sec-mtls">
          <name>Mutual TLS</name>
          <t>In mutual TLS, both peers present an X.509 certificate during the TLS 1.3
handshake (<xref target="RFC8446"/>), carried in the underlying transport. An endpoint that
verifies a server certificate does so following <xref target="RFC9525"/>.  An application
that authenticates clients via mTLS defines how a client certificate maps to
identity.</t>
          <t>Once a peer is authenticated, an application <bcp14>MAY</bcp14> use attributes in the peer's
certificate as an input to authorization decisions; the granularity and policy
of such authorization is out of scope for this document.
### Authorization Tokens {#sec-tokens}</t>
          <t>MOQT has functionality to carry Authorization tokens as message
parameters. These tokens can vary based on the application
requirements. Two variants of authorization tokens have already
been defined for MOQT, and more are expected in the future. The
current tokens are Privacy Pass Authentication for Media over QUIC
<xref target="PPA"/> and Authentication scheme for MOQT using Common Access Tokens
<xref target="CAT"/>.</t>
          <t>Tokens are expected to contain information about which actions and
which resources the endpoint providing the token is authorized to
perform and access. Relays will verify the
token to ensure that the request is authorized.</t>
        </section>
        <section anchor="replay-attacks">
          <name>Replay Attacks</name>
          <t>Replay protection for authorization tokens is the responsibility of
the specific token scheme used. Token schemes such as <xref target="CAT"/> and
<xref target="PPA"/> include requirements for relays when processing tokens and
requests.</t>
        </section>
        <section anchor="preventing-impersonation">
          <name>Preventing Impersonation</name>
          <t>A relay <bcp14>MUST</bcp14> ensure that a client cannot publish to namespaces or
tracks belonging to another identity. Impersonation occurs when a
client publishes objects that appear to originate from a different
publisher — for example, by targeting a namespace containing another
user's identifier.</t>
          <t>To prevent impersonation, a relay <bcp14>MUST</bcp14> verify that the
authenticated identity or token scope permits publishing to the
specific namespace. The mapping from authenticated identity to
permitted namespaces is determined by the authorization framework
in use.</t>
          <t>When using bearer token-based authentication (e.g., <xref target="CAT"/>), a token
that is bound to a client-held key via a confirmation claim prevents
a stolen token from being replayed by a different party.</t>
          <t>When unlinkable access is used (e.g., <xref target="PPA"/>), the token's scope
extensions determine which namespaces the bearer can publish to.
Impersonation is still prevented because the token does not grant
access beyond its defined scope.</t>
          <t>A relay that does not enforce these checks allows any connected
client to inject content into arbitrary namespaces, breaking the
integrity of content delivery.</t>
        </section>
      </section>
      <section anchor="sec-media">
        <name>Media Security</name>
        <t>MOQT uses secure transports that provide confidentiality and integrity
protection. However, media objects are accessible to relays,
and are subject to both intentional and accidental modification,
unless they are additionally end-to-end protected.</t>
        <t>The media objects transported by MOQT in various tracks from various
original publishers are subject to several considerations. The first
is source authenticity, i.e. to know that the received media objects
are what the original publisher actually published. In addition to
the media objects, it can also be important to authenticate some
Track and Object Properties. For example, timestamps are crucial to
understand where on the timeline this media fragment belongs.</t>
        <t>The second aspect is content confidentiality. Beyond direct relay
access to media objects, object sizes and traffic patterns enable
analysis of content. Track namespace and track name can also be
analyzed and correlated between end subscribers by relays.</t>
        <t>Consistent with the principle of confidential operation by default,
publishers can apply end-to-end object encryption, for example using Secure Objects
(<xref target="I-D.ietf-moq-secure-objects"/>), so that relays retain access only to
the metadata required for forwarding. Such end-to-end security
mechanisms are external to this specification and additionally provide
source authenticity. MOQT's object model enables both the object data
and Object Properties to be confidentiality and integrity protected, or
integrity protected only.</t>
        <t>Secure key distribution for end-to-end encryption is specific to the
encryption system and deployment, and outside the scope of this document.</t>
      </section>
      <section anchor="resource-exhaustion">
        <name>Resource Exhaustion</name>
        <t>Live content requires significant bandwidth and resources.  Failure to
set limits will quickly cause resource exhaustion.</t>
        <t>MOQT uses stream limits and flow control to impose resource limits at
the network layer.  Endpoints <bcp14>SHOULD</bcp14> set flow control limits based on the
anticipated bitrate.</t>
        <t>Endpoints <bcp14>MAY</bcp14> impose a MAX STREAM count limit which would restrict the
number of concurrent streams which an application could have in
flight.</t>
        <t>The publisher prioritizes and transmits streams out of order.  Streams
might be starved indefinitely during congestion.  The publisher and
subscriber <bcp14>MUST</bcp14> cancel a stream, preferably the one with the lowest
priority, after reaching a resource limit.</t>
      </section>
      <section anchor="security-timeouts">
        <name>Timeouts</name>
        <t>Implementations are advised to use timeouts to prevent resource
exhaustion attacks by a peer that does not send expected data within
an expected time.  Each implementation is expected to set its own timeouts.</t>
        <section anchor="idle-connection-handling">
          <name>Idle Connection Handling</name>
          <t>The transport connection (e.g., QUIC) underlying a MOQT session can close due to
idle timeout if no data is exchanged, either because there are no established
subscriptions or the established subscriptions are not publishing Objects
frequently.  This includes publisher sessions that have issued a
PUBLISH_NAMESPACE and are waiting for subscribers.</t>
          <t>Implementations that want to keep idle sessions open have several options:</t>
          <ul spacing="normal">
            <li>
              <t>Use transport-layer keep-alive mechanisms, such as QUIC PING frames, to
prevent idle timeout closure.</t>
            </li>
            <li>
              <t>Send periodic control messages, for example REQUEST_UPDATE with no
modified Message Parameters.</t>
            </li>
            <li>
              <t>Accept that idle connections can close and implement reconnection logic when
needed.</t>
            </li>
          </ul>
          <t>The choice of mechanism is implementation-specific.</t>
        </section>
      </section>
      <section anchor="relay-security-considerations">
        <name>Relay security considerations</name>
        <section anchor="state-maintenance">
          <name>State maintenance</name>
          <t>A Relay <bcp14>SHOULD</bcp14> have mechanisms to prevent malicious endpoints from flooding it
with PUBLISH_NAMESPACE, SUBSCRIBE_NAMESPACE, or SUBSCRIBE_TRACKS requests that
could bloat data structures. It could use QUIC stream limits to limit the number
of such requests, or could have application-specific policies that can reject
incoming requests that cause the state maintenance for the session to be
excessive.</t>
        </section>
        <section anchor="subscribenamespace-and-subscribetracks-with-short-prefixes">
          <name>SUBSCRIBE_NAMESPACE and SUBSCRIBE_TRACKS with short prefixes</name>
          <t>A Relay can use authorization rules in order to prevent subscriptions closer
to the root of a large prefix tree. Otherwise, if an entity sends a relay a
SUBSCRIBE_NAMESPACE or SUBSCRIBE_TRACKS message with a short prefix, it can
cause the relay to send a large volume of NAMESPACE or PUBLISH messages. As
changes occur in the tree of namespaces, the relay would have to send matching
NAMESPACE/NAMESPACE_DONE messages or initiate new PUBLISH streams.</t>
        </section>
      </section>
      <section anchor="impl-fingerprinting">
        <name>Implementation Identification Fingerprinting</name>
        <t>The MOQT_IMPLEMENTATION option (<xref target="moqt-implementation"/>) can reveal information
that contributes to fingerprinting, a set of techniques for identifying a
specific endpoint over time through its unique set of characteristics.</t>
        <t>Detailed implementation information, including specific version numbers,
build identifiers, or platform details, can create a unique fingerprint that
enables tracking endpoints across sessions without their awareness. When
combined with other session characteristics, even minimal implementation
identification can contribute to distinguishing one endpoint from another.</t>
        <t>To mitigate fingerprinting risks:</t>
        <ul spacing="normal">
          <li>
            <t>Implementations <bcp14>SHOULD</bcp14> send only the minimum information necessary for
interoperability debugging. A short implementation name and major version
number are typically sufficient.</t>
          </li>
          <li>
            <t>Implementations <bcp14>SHOULD NOT</bcp14> include detailed system information, build
numbers, or other attributes that could uniquely identify a specific
instance or user.</t>
          </li>
          <li>
            <t>Privacy-conscious deployments <bcp14>MAY</bcp14> omit the MOQT_IMPLEMENTATION option
entirely or send a generic value.</t>
          </li>
          <li>
            <t>Implementations <bcp14>MAY</bcp14> provide users with the ability to configure or disable
the MOQT_IMPLEMENTATION option.</t>
          </li>
        </ul>
        <t>Operators are advised that detailed implementation identification
facilitates the same privacy concerns as persistent identifiers, since it
enables correlation of sessions across time.</t>
      </section>
      <section anchor="logging-untrusted-strings">
        <name>Logging of Untrusted String Fields</name>
        <t>The Reason Phrase (<xref target="reason-phrase"/>) and MOQT_IMPLEMENTATION option
(<xref target="moqt-implementation"/>) carry sender-controlled text that is commonly written
to logs. Even though these fields are UTF-8 encoded, an endpoint that logs or
renders them <bcp14>SHOULD</bcp14> sanitize them first (for example, by escaping bytes outside
the printable ASCII range), since unsanitized values can enable log injection or
terminal escape sequence injection.</t>
      </section>
    </section>
    <section anchor="grease">
      <name>Grease</name>
      <t>To ensure that implementations correctly handle unknown values and do not
fail when encountering protocol extensions they do not understand, this document
reserves a range of values for the purpose of greasing; see <xref section="3.3" sectionFormat="of" target="RFC9170"/>.</t>
      <t>Grease values follow the pattern <tt>0x7f * N + 0x9D</tt> for non-negative
integer values of N (that is, 0x9D, 0x11C, ..., 0x3fffffffffffffde).</t>
      <t>The following registries include GREASE reservations:</t>
      <ul spacing="normal">
        <li>
          <t>Setup Options (<xref target="iana-setup-options"/>)</t>
        </li>
        <li>
          <t>Properties (<xref target="iana-properties"/>)</t>
        </li>
        <li>
          <t>Session Termination Error Codes (<xref target="iana-session-termination"/>)</t>
        </li>
        <li>
          <t>REQUEST_ERROR Codes (<xref target="iana-request-error"/>)</t>
        </li>
        <li>
          <t>PUBLISH_DONE Codes (<xref target="iana-publish-done"/>)</t>
        </li>
        <li>
          <t>Stream Reset Error Codes (<xref target="iana-reset-stream"/>)</t>
        </li>
        <li>
          <t>MOQT Auth Token Type</t>
        </li>
      </ul>
      <t>Because new values in these registries can be defined without negotiation,
implementations <bcp14>MUST</bcp14> handle unknown values gracefully. Endpoints <bcp14>MUST NOT</bcp14>
close the session solely because they received an unknown value. The
following rules apply:</t>
      <t>Setup Options with reserved identifiers have no semantics and can carry
arbitrary values. Endpoints <bcp14>MUST</bcp14> ignore unknown Setup Options as specified
in <xref target="message-setup"/>.</t>
      <t>Unknown Properties <bcp14>MUST</bcp14> be handled as specified in <xref target="properties"/>.</t>
      <t>Receipt of an unknown error code in any error context (Session Termination,
REQUEST_ERROR, PUBLISH_DONE, or Data Stream Reset) <bcp14>MUST</bcp14> be treated as
equivalent to <tt>INTERNAL_ERROR</tt> for that context. An endpoint <bcp14>MUST NOT</bcp14> close
the session because it received an unknown error code in a REQUEST_ERROR
or PUBLISH_DONE.</t>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>TODO: fill out currently missing registries:</t>
      <ul spacing="normal">
        <li>
          <t>MOQT ALPN values</t>
        </li>
        <li>
          <t>Message types</t>
        </li>
        <li>
          <t>Session-Level Track Names</t>
        </li>
      </ul>
      <section anchor="uri-scheme-registrations">
        <name>URI Scheme Registrations</name>
        <t>This document requests the registration of the following URI schemes in the
"Uniform Resource Identifier (URI) Schemes" registry, per <xref target="RFC7595"/>:</t>
        <section anchor="moqt-uri-scheme-registration">
          <name>"moqt" URI Scheme Registration</name>
          <t>Scheme name: moqt</t>
          <t>Status: Permanent</t>
          <t>Applications/protocols that use this scheme name: Media over QUIC Transport
(MOQT) over native QUIC or WebTransport, as defined in this document.</t>
          <t>Contact: IETF MoQ Working Group (moq@ietf.org)</t>
          <t>Change controller: IETF</t>
          <t>References: This document</t>
        </section>
      </section>
      <section anchor="iana-media-type">
        <name>Media Type Registration</name>
        <t>This document registers the following media type in the "Media Types"
registry <xref target="RFC6838"/>:</t>
        <t>Type name: application</t>
        <t>Subtype name: moqt</t>
        <t>Required parameters: N/A</t>
        <t>Optional parameters: N/A</t>
        <t>Encoding considerations: This media type is used to identify resources
accessed via the <tt>moqt</tt> URI scheme. It is not used to label the
content of MOQT objects, which are defined by separate media types in
application-specific specifications.</t>
        <t>Security considerations: See the Security Considerations section of
this document.</t>
        <t>Interoperability considerations: N/A</t>
        <t>Published specification: This document</t>
        <t>Applications that use this media type: Implementations of the Media
over QUIC Transport (MOQT) protocol.</t>
        <t>Fragment identifier considerations: Fragment identifiers for
<tt>application/moqt</tt> follow the syntax defined in <xref target="moqt-fragment"/>.</t>
        <t>Additional information: N/A</t>
        <t>Contact: IETF MoQ Working Group (moq@ietf.org)</t>
        <t>Change controller: IETF</t>
      </section>
      <section anchor="iana-fragment-types">
        <name>MOQT URI Fragment Types</name>
        <t>This document establishes the "MOQT URI Fragment Types" registry. This
registry governs fragment type identifiers used in <tt>moqt</tt> URI fragments
as defined in <xref target="moqt-fragment"/>.</t>
        <t>New fragment type identifiers are registered using the Specification
Required policy (<xref section="4.6" sectionFormat="comma" target="RFC8126"/>).</t>
        <t>Each entry in the registry contains the following fields:</t>
        <t>| Fragment Type | Description | Specification |
|:--------------|:------------|:--------------|</t>
        <t>This registry is initially empty.</t>
      </section>
      <section anchor="iana-setup-options">
        <name>Setup Options</name>
        <table>
          <thead>
            <tr>
              <th align="right">Type</th>
              <th align="left">Name</th>
              <th align="left">Specification</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">0x01</td>
              <td align="left">PATH</td>
              <td align="left">
                <xref target="path"/></td>
            </tr>
            <tr>
              <td align="right">0x03</td>
              <td align="left">AUTHORIZATION_TOKEN</td>
              <td align="left">
                <xref target="setup-auth-token"/></td>
            </tr>
            <tr>
              <td align="right">0x04</td>
              <td align="left">MAX_AUTH_TOKEN_CACHE_SIZE</td>
              <td align="left">
                <xref target="max-auth-token-cache-size"/></td>
            </tr>
            <tr>
              <td align="right">0x05</td>
              <td align="left">AUTHORITY</td>
              <td align="left">
                <xref target="authority"/></td>
            </tr>
            <tr>
              <td align="right">0x06</td>
              <td align="left">MAX_FILTER_RANGES</td>
              <td align="left">
                <xref target="max-filter-ranges"/></td>
            </tr>
            <tr>
              <td align="right">0x07</td>
              <td align="left">MOQT_IMPLEMENTATION</td>
              <td align="left">
                <xref target="moqt-implementation"/></td>
            </tr>
            <tr>
              <td align="right">0x08</td>
              <td align="left">MAX_REQUEST_UPDATES</td>
              <td align="left">
                <xref target="max-request-updates"/></td>
            </tr>
            <tr>
              <td align="right">0x7f * N + 0x9D</td>
              <td align="left">Reserved for greasing</td>
              <td align="left">
                <xref target="grease"/></td>
            </tr>
          </tbody>
        </table>
        <t>Endpoints <bcp14>MUST</bcp14> ignore unknown Setup Options as specified in
<xref target="message-setup"/>.</t>
        <t>New Setup Option types are registered using the Specification Required
policy (<xref section="4.6" sectionFormat="comma" target="RFC8126"/>).  Provisional registrations are
permitted to allow experimentation and avoid codepoint collisions
between independent implementations.  There is no reserved range for
private or application-specific use; implementations that need custom
Setup Options <bcp14>SHOULD</bcp14> request a provisional registration.</t>
      </section>
      <section anchor="authorization-token-alias-type">
        <name>Authorization Token Alias Type</name>
        <table>
          <thead>
            <tr>
              <th align="right">Code</th>
              <th align="left">Name</th>
              <th align="left">Specification</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">0x0</td>
              <td align="left">DELETE</td>
              <td align="left">
                <xref target="authorization-token"/></td>
            </tr>
            <tr>
              <td align="right">0x1</td>
              <td align="left">REGISTER</td>
              <td align="left">
                <xref target="authorization-token"/></td>
            </tr>
            <tr>
              <td align="right">0x2</td>
              <td align="left">USE_ALIAS</td>
              <td align="left">
                <xref target="authorization-token"/></td>
            </tr>
            <tr>
              <td align="right">0x3</td>
              <td align="left">USE_VALUE</td>
              <td align="left">
                <xref target="authorization-token"/></td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="iana-auth-token-type">
        <name>MOQT Auth Token Type</name>
        <table>
          <thead>
            <tr>
              <th align="right">Code</th>
              <th align="left">Name</th>
              <th align="left">Specification</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">0x0</td>
              <td align="left">Reserved</td>
              <td align="left">
                <xref target="authorization-token"/></td>
            </tr>
            <tr>
              <td align="right">0x7f * N + 0x9D</td>
              <td align="left">Reserved for greasing</td>
              <td align="left">
                <xref target="grease"/></td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="message-parameters">
        <name>Message Parameters</name>
        <table>
          <thead>
            <tr>
              <th align="left">Parameter Type</th>
              <th align="left">Parameter Name</th>
              <th align="left">Specification</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">0x02</td>
              <td align="left">OBJECT_DELIVERY_TIMEOUT</td>
              <td align="left">
                <xref target="object-delivery-timeout"/></td>
            </tr>
            <tr>
              <td align="left">0x03</td>
              <td align="left">AUTHORIZATION_TOKEN</td>
              <td align="left">
                <xref target="authorization-token"/></td>
            </tr>
            <tr>
              <td align="left">0x04</td>
              <td align="left">RENDEZVOUS_TIMEOUT</td>
              <td align="left">
                <xref target="rendezvous-timeout"/></td>
            </tr>
            <tr>
              <td align="left">0x06</td>
              <td align="left">SUBGROUP_DELIVERY_TIMEOUT</td>
              <td align="left">
                <xref target="subgroup-delivery-timeout"/></td>
            </tr>
            <tr>
              <td align="left">0x08</td>
              <td align="left">EXPIRES</td>
              <td align="left">
                <xref target="expires"/></td>
            </tr>
            <tr>
              <td align="left">0x09</td>
              <td align="left">LARGEST_OBJECT</td>
              <td align="left">
                <xref target="largest-param"/></td>
            </tr>
            <tr>
              <td align="left">0x0A</td>
              <td align="left">FILL_TIMEOUT</td>
              <td align="left">
                <xref target="fill-timeout"/></td>
            </tr>
            <tr>
              <td align="left">0x10</td>
              <td align="left">FORWARD</td>
              <td align="left">
                <xref target="forward-parameter"/></td>
            </tr>
            <tr>
              <td align="left">0x20</td>
              <td align="left">SUBSCRIBER_PRIORITY</td>
              <td align="left">
                <xref target="subscriber-priority"/></td>
            </tr>
            <tr>
              <td align="left">0x21</td>
              <td align="left">LOCATION_FILTER</td>
              <td align="left">
                <xref target="location-filter"/></td>
            </tr>
            <tr>
              <td align="left">0x22</td>
              <td align="left">GROUP_ORDER</td>
              <td align="left">
                <xref target="group-order"/></td>
            </tr>
            <tr>
              <td align="left">0x23</td>
              <td align="left">FILL_PARAMETERS</td>
              <td align="left">
                <xref target="fill-parameters"/></td>
            </tr>
            <tr>
              <td align="left">0x25</td>
              <td align="left">SUBGROUP_FILTER</td>
              <td align="left">
                <xref target="subgroup-filter"/></td>
            </tr>
            <tr>
              <td align="left">0x26</td>
              <td align="left">OBJECTID_FILTER</td>
              <td align="left">
                <xref target="objectid-filter"/></td>
            </tr>
            <tr>
              <td align="left">0x27</td>
              <td align="left">PRIORITY_FILTER</td>
              <td align="left">
                <xref target="priority-filter"/></td>
            </tr>
            <tr>
              <td align="left">0x28</td>
              <td align="left">OBJECT_PROPERTY_FILTER</td>
              <td align="left">
                <xref target="object-property-filter"/></td>
            </tr>
            <tr>
              <td align="left">0x29</td>
              <td align="left">TRACK_PROPERTY_FILTER</td>
              <td align="left">
                <xref target="track-property-filter"/></td>
            </tr>
            <tr>
              <td align="left">0x32</td>
              <td align="left">NEW_GROUP_REQUEST</td>
              <td align="left">
                <xref target="new-group-request"/></td>
            </tr>
            <tr>
              <td align="left">0x34</td>
              <td align="left">TRACK_NAMESPACE_PREFIX</td>
              <td align="left">
                <xref target="track-namespace-prefix-param"/></td>
            </tr>
            <tr>
              <td align="left">0x35</td>
              <td align="left">INCLUDE_PROPERTIES</td>
              <td align="left">
                <xref target="include-properties-param"/></td>
            </tr>
          </tbody>
        </table>
        <ul spacing="normal">
          <li>
            <t>Message Parameters - List which params can be repeated in the table.</t>
          </li>
        </ul>
      </section>
      <section anchor="iana-properties">
        <name>Properties</name>
        <table>
          <thead>
            <tr>
              <th align="right">Type</th>
              <th align="left">Name</th>
              <th align="left">Scope</th>
              <th align="left">Specification</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">0x02</td>
              <td align="left">OBJECT_DELIVERY_TIMEOUT</td>
              <td align="left">Track, Object</td>
              <td align="left">
                <xref target="object-delivery-timeout-ext"/></td>
            </tr>
            <tr>
              <td align="right">0x04</td>
              <td align="left">MAX_CACHE_DURATION</td>
              <td align="left">Track</td>
              <td align="left">
                <xref target="max-cache-duration"/></td>
            </tr>
            <tr>
              <td align="right">0x06</td>
              <td align="left">SUBGROUP_DELIVERY_TIMEOUT</td>
              <td align="left">Track, Object</td>
              <td align="left">
                <xref target="subgroup-delivery-timeout-ext"/></td>
            </tr>
            <tr>
              <td align="right">0x0B</td>
              <td align="left">IMMUTABLE_PROPERTIES</td>
              <td align="left">Track, Object</td>
              <td align="left">
                <xref target="immutable-properties"/></td>
            </tr>
            <tr>
              <td align="right">0x0E</td>
              <td align="left">DEFAULT_PUBLISHER_PRIORITY</td>
              <td align="left">Track</td>
              <td align="left">
                <xref target="publisher-priority"/></td>
            </tr>
            <tr>
              <td align="right">0x22</td>
              <td align="left">DEFAULT_PUBLISHER_GROUP_ORDER</td>
              <td align="left">Track</td>
              <td align="left">
                <xref target="group-order-pref"/></td>
            </tr>
            <tr>
              <td align="right">0x30</td>
              <td align="left">DYNAMIC_GROUPS</td>
              <td align="left">Track</td>
              <td align="left">
                <xref target="dynamic-groups"/></td>
            </tr>
            <tr>
              <td align="right">0x3C</td>
              <td align="left">PRIOR_GROUP_ID_GAP</td>
              <td align="left">Object</td>
              <td align="left">
                <xref target="prior-group-id-gap"/></td>
            </tr>
            <tr>
              <td align="right">0x3E</td>
              <td align="left">PRIOR_OBJECT_ID_GAP</td>
              <td align="left">Object</td>
              <td align="left">
                <xref target="prior-object-id-gap"/></td>
            </tr>
            <tr>
              <td align="right">0x7f * N + 0x9D</td>
              <td align="left">Reserved for greasing</td>
              <td align="left">Any</td>
              <td align="left">
                <xref target="grease"/></td>
            </tr>
          </tbody>
        </table>
        <t>The following table contains provisional registrations for other active drafts in the moq wg.
These entries share the same Property Type space as the table above.</t>
        <table>
          <thead>
            <tr>
              <th align="right">Type</th>
              <th align="left">Name</th>
              <th align="left">Scope</th>
              <th align="left">Specification</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">0x10</td>
              <td align="left">TIMESTAMP</td>
              <td align="left">Object</td>
              <td align="left">draft-ietf-moq-loc</td>
            </tr>
            <tr>
              <td align="right">0x08</td>
              <td align="left">TIMESCALE</td>
              <td align="left">Track, Object</td>
              <td align="left">draft-ietf-moq-loc</td>
            </tr>
            <tr>
              <td align="right">0x09</td>
              <td align="left">VIDEO_FRAME_MARKING</td>
              <td align="left">Object</td>
              <td align="left">draft-ietf-moq-loc</td>
            </tr>
            <tr>
              <td align="right">0x0C</td>
              <td align="left">AUDIO_LEVEL</td>
              <td align="left">Object</td>
              <td align="left">draft-ietf-moq-loc</td>
            </tr>
            <tr>
              <td align="right">0x0D</td>
              <td align="left">VIDEO_CONFIG</td>
              <td align="left">Track, Object</td>
              <td align="left">draft-ietf-moq-loc</td>
            </tr>
            <tr>
              <td align="right">0x0F</td>
              <td align="left">AUDIO_CONFIG</td>
              <td align="left">Track, Object</td>
              <td align="left">draft-ietf-moq-loc</td>
            </tr>
            <tr>
              <td align="right">0x0A</td>
              <td align="left">ENCRYPTED_LIST</td>
              <td align="left">Object</td>
              <td align="left">draft-ietf-moq-secure-objects</td>
            </tr>
            <tr>
              <td align="right">0x32</td>
              <td align="left">PADDING</td>
              <td align="left">Object</td>
              <td align="left">draft-ietf-moq-secure-objects</td>
            </tr>
          </tbody>
        </table>
        <t>Endpoints <bcp14>MUST</bcp14> ignore unknown Property types, skipping them according
to the Key-Value-Pair encoding; odd types use their length field, even
types are skipped by parsing a variable-length integer value.</t>
        <ul spacing="normal">
          <li>
            <t>MOQ Properties - we wish to define the following registration policies:
            </t>
            <ul spacing="normal">
              <li>
                <t>0x00 to 0x77: Standards Action or IESG Approval (1-byte encoding)</t>
              </li>
              <li>
                <t>0x78 to 0x7F: Reserved for application-specific use (1-byte encoding,
no registration permitted)</t>
              </li>
              <li>
                <t>0x80 to 0x37FF: Specification Required (2-byte encoding)</t>
              </li>
              <li>
                <t>0x3800 to 0x3FFF: Reserved for application-specific use (2-byte encoding,
no registration permitted)</t>
              </li>
              <li>
                <t>0x4000 to 0x7FFF: Reserved for Mandatory Track Properties
(see <xref target="mandatory-track-properties"/>). Properties registered in this range
<bcp14>MUST</bcp14> have Track scope; Object scope properties <bcp14>MUST NOT</bcp14> be registered in
this range.</t>
              </li>
              <li>
                <t>0x8000 and above: First Come First Served</t>
              </li>
            </ul>
            <t>
Code points reserved for application-specific use will never be allocated
by IANA. Applications using these values do not need to coordinate with
IANA.  Note that applications consuming tracks from uncoordinated sources may
encounter different semantics for the same code points, creating potential
collision risks.</t>
          </li>
        </ul>
      </section>
      <section anchor="iana-object-status">
        <name>Object Status</name>
        <t>This document establishes a registry for Object Status values (see
<xref target="object-status"/>). The "Payload" column indicates whether an Object with that
status is permitted to carry a non-empty payload.</t>
        <table>
          <thead>
            <tr>
              <th align="right">Code</th>
              <th align="left">Name</th>
              <th align="left">Payload</th>
              <th align="left">Specification</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">0x0</td>
              <td align="left">Normal</td>
              <td align="left">Yes</td>
              <td align="left">
                <xref target="object-status"/></td>
            </tr>
            <tr>
              <td align="right">0x3</td>
              <td align="left">End of Group</td>
              <td align="left">No</td>
              <td align="left">
                <xref target="object-status"/></td>
            </tr>
            <tr>
              <td align="right">0x4</td>
              <td align="left">End of Track</td>
              <td align="left">No</td>
              <td align="left">
                <xref target="object-status"/></td>
            </tr>
          </tbody>
        </table>
        <t>New Object Status values are registered using the Specification Required
policy (<xref section="4.6" sectionFormat="comma" target="RFC8126"/>). Each registration <bcp14>MUST</bcp14> indicate whether the
status permits a payload.</t>
      </section>
      <section anchor="iana-session-level-tracks">
        <name>Session-Level Track Names</name>
        <t>This document establishes a registry for session-level track names
under the <tt>.session</tt> namespace (see <xref target="session-level-tracks"/>). The
registration policy is Specification Required (per <xref section="4.6" sectionFormat="comma" target="RFC8126"/>).</t>
        <t>Each registration must include:</t>
        <table>
          <thead>
            <tr>
              <th align="left">Field</th>
              <th align="left">Description</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">Track Namespace</td>
              <td align="left">The track namespace under the <tt>.session</tt> namespace, can be empty</td>
            </tr>
            <tr>
              <td align="left">Track Name</td>
              <td align="left">The track name (bytes) within the full namespace</td>
            </tr>
            <tr>
              <td align="left">Description</td>
              <td align="left">Brief description of the track's purpose</td>
            </tr>
            <tr>
              <td align="left">Change Controller</td>
              <td align="left">Who may update the registration</td>
            </tr>
            <tr>
              <td align="left">Specification</td>
              <td align="left">Reference to the defining specification</td>
            </tr>
          </tbody>
        </table>
        <t>This document does not define any initial entries.</t>
      </section>
      <section anchor="iana-error-codes">
        <name>Error Codes</name>
        <section anchor="iana-session-termination">
          <name>Session Termination Error Codes</name>
          <table>
            <thead>
              <tr>
                <th align="left">Name</th>
                <th align="center">Code</th>
                <th align="left">Specification</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">NO_ERROR</td>
                <td align="center">0x0</td>
                <td align="left">
                  <xref target="session-termination"/></td>
              </tr>
              <tr>
                <td align="left">INTERNAL_ERROR</td>
                <td align="center">0x1</td>
                <td align="left">
                  <xref target="session-termination"/></td>
              </tr>
              <tr>
                <td align="left">UNAUTHORIZED</td>
                <td align="center">0x2</td>
                <td align="left">
                  <xref target="session-termination"/></td>
              </tr>
              <tr>
                <td align="left">PROTOCOL_VIOLATION</td>
                <td align="center">0x3</td>
                <td align="left">
                  <xref target="session-termination"/></td>
              </tr>
              <tr>
                <td align="left">INVALID_REQUEST_ID</td>
                <td align="center">0x4</td>
                <td align="left">
                  <xref target="session-termination"/></td>
              </tr>
              <tr>
                <td align="left">DUPLICATE_TRACK_ALIAS</td>
                <td align="center">0x5</td>
                <td align="left">
                  <xref target="session-termination"/></td>
              </tr>
              <tr>
                <td align="left">KEY_VALUE_FORMATTING_ERROR</td>
                <td align="center">0x6</td>
                <td align="left">
                  <xref target="session-termination"/></td>
              </tr>
              <tr>
                <td align="left">INVALID_PATH</td>
                <td align="center">0x8</td>
                <td align="left">
                  <xref target="session-termination"/></td>
              </tr>
              <tr>
                <td align="left">MALFORMED_PATH</td>
                <td align="center">0x9</td>
                <td align="left">
                  <xref target="session-termination"/></td>
              </tr>
              <tr>
                <td align="left">GOAWAY_TIMEOUT</td>
                <td align="center">0x10</td>
                <td align="left">
                  <xref target="session-termination"/></td>
              </tr>
              <tr>
                <td align="left">CONTROL_MESSAGE_TIMEOUT</td>
                <td align="center">0x11</td>
                <td align="left">
                  <xref target="session-termination"/></td>
              </tr>
              <tr>
                <td align="left">DATA_STREAM_TIMEOUT</td>
                <td align="center">0x12</td>
                <td align="left">
                  <xref target="session-termination"/></td>
              </tr>
              <tr>
                <td align="left">AUTH_TOKEN_CACHE_OVERFLOW</td>
                <td align="center">0x13</td>
                <td align="left">
                  <xref target="session-termination"/></td>
              </tr>
              <tr>
                <td align="left">DUPLICATE_AUTH_TOKEN_ALIAS</td>
                <td align="center">0x14</td>
                <td align="left">
                  <xref target="session-termination"/></td>
              </tr>
              <tr>
                <td align="left">MALFORMED_AUTH_TOKEN</td>
                <td align="center">0x16</td>
                <td align="left">
                  <xref target="session-termination"/></td>
              </tr>
              <tr>
                <td align="left">UNKNOWN_AUTH_TOKEN_ALIAS</td>
                <td align="center">0x17</td>
                <td align="left">
                  <xref target="session-termination"/></td>
              </tr>
              <tr>
                <td align="left">EXPIRED_AUTH_TOKEN</td>
                <td align="center">0x18</td>
                <td align="left">
                  <xref target="session-termination"/></td>
              </tr>
              <tr>
                <td align="left">INVALID_AUTHORITY</td>
                <td align="center">0x19</td>
                <td align="left">
                  <xref target="session-termination"/></td>
              </tr>
              <tr>
                <td align="left">MALFORMED_AUTHORITY</td>
                <td align="center">0x1A</td>
                <td align="left">
                  <xref target="session-termination"/></td>
              </tr>
              <tr>
                <td align="left">TOO_MANY_REQUEST_UPDATES</td>
                <td align="center">0x1B</td>
                <td align="left">
                  <xref target="session-termination"/></td>
              </tr>
              <tr>
                <td align="left">Reserved for greasing</td>
                <td align="center">0x7f * N + 0x9D</td>
                <td align="left">
                  <xref target="grease"/></td>
              </tr>
            </tbody>
          </table>
        </section>
        <section anchor="iana-request-error">
          <name>REQUEST_ERROR Codes</name>
          <table>
            <thead>
              <tr>
                <th align="left">Name</th>
                <th align="center">Code</th>
                <th align="left">Specification</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">INTERNAL_ERROR</td>
                <td align="center">0x0</td>
                <td align="left">
                  <xref target="message-request-error"/></td>
              </tr>
              <tr>
                <td align="left">UNAUTHORIZED</td>
                <td align="center">0x1</td>
                <td align="left">
                  <xref target="message-request-error"/></td>
              </tr>
              <tr>
                <td align="left">TIMEOUT</td>
                <td align="center">0x2</td>
                <td align="left">
                  <xref target="message-request-error"/></td>
              </tr>
              <tr>
                <td align="left">NOT_SUPPORTED</td>
                <td align="center">0x3</td>
                <td align="left">
                  <xref target="message-request-error"/></td>
              </tr>
              <tr>
                <td align="left">MALFORMED_AUTH_TOKEN</td>
                <td align="center">0x4</td>
                <td align="left">
                  <xref target="message-request-error"/></td>
              </tr>
              <tr>
                <td align="left">EXPIRED_AUTH_TOKEN</td>
                <td align="center">0x5</td>
                <td align="left">
                  <xref target="message-request-error"/></td>
              </tr>
              <tr>
                <td align="left">GOING_AWAY</td>
                <td align="center">0x6</td>
                <td align="left">
                  <xref target="message-request-error"/></td>
              </tr>
              <tr>
                <td align="left">EXCESSIVE_LOAD</td>
                <td align="center">0x9</td>
                <td align="left">
                  <xref target="message-request-error"/></td>
              </tr>
              <tr>
                <td align="left">DOES_NOT_EXIST</td>
                <td align="center">0x10</td>
                <td align="left">
                  <xref target="message-request-error"/></td>
              </tr>
              <tr>
                <td align="left">INVALID_RANGE</td>
                <td align="center">0x11</td>
                <td align="left">
                  <xref target="message-request-error"/></td>
              </tr>
              <tr>
                <td align="left">MALFORMED_TRACK</td>
                <td align="center">0x12</td>
                <td align="left">
                  <xref target="message-request-error"/></td>
              </tr>
              <tr>
                <td align="left">UNINTERESTED</td>
                <td align="center">0x20</td>
                <td align="left">
                  <xref target="message-request-error"/></td>
              </tr>
              <tr>
                <td align="left">PREFIX_OVERLAP</td>
                <td align="center">0x30</td>
                <td align="left">
                  <xref target="message-request-error"/></td>
              </tr>
              <tr>
                <td align="left">NAMESPACE_TOO_LARGE</td>
                <td align="center">0x31</td>
                <td align="left">
                  <xref target="message-request-error"/></td>
              </tr>
              <tr>
                <td align="left">UNSUPPORTED_EXTENSION</td>
                <td align="center">0x33</td>
                <td align="left">
                  <xref target="message-request-error"/></td>
              </tr>
              <tr>
                <td align="left">REDIRECT</td>
                <td align="center">0x34</td>
                <td align="left">
                  <xref target="message-request-error"/></td>
              </tr>
              <tr>
                <td align="left">CONFLICTING_FILTERS</td>
                <td align="center">0x35</td>
                <td align="left">
                  <xref target="message-request-error"/></td>
              </tr>
              <tr>
                <td align="left">INVALID_FILTER</td>
                <td align="center">0x36</td>
                <td align="left">
                  <xref target="message-request-error"/></td>
              </tr>
              <tr>
                <td align="left">Reserved for greasing</td>
                <td align="center">0x7f * N + 0x9D</td>
                <td align="left">
                  <xref target="grease"/></td>
              </tr>
            </tbody>
          </table>
        </section>
        <section anchor="iana-publish-done">
          <name>PUBLISH_DONE Codes</name>
          <table>
            <thead>
              <tr>
                <th align="left">Name</th>
                <th align="center">Code</th>
                <th align="left">Specification</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">INTERNAL_ERROR</td>
                <td align="center">0x0</td>
                <td align="left">
                  <xref target="message-publish-done"/></td>
              </tr>
              <tr>
                <td align="left">UNAUTHORIZED</td>
                <td align="center">0x1</td>
                <td align="left">
                  <xref target="message-publish-done"/></td>
              </tr>
              <tr>
                <td align="left">TRACK_ENDED</td>
                <td align="center">0x2</td>
                <td align="left">
                  <xref target="message-publish-done"/></td>
              </tr>
              <tr>
                <td align="left">GOING_AWAY</td>
                <td align="center">0x4</td>
                <td align="left">
                  <xref target="message-publish-done"/></td>
              </tr>
              <tr>
                <td align="left">TOO_FAR_BEHIND</td>
                <td align="center">0x5</td>
                <td align="left">
                  <xref target="message-publish-done"/></td>
              </tr>
              <tr>
                <td align="left">EXPIRED</td>
                <td align="center">0x6</td>
                <td align="left">
                  <xref target="message-publish-done"/></td>
              </tr>
              <tr>
                <td align="left">UPDATE_FAILED</td>
                <td align="center">0x8</td>
                <td align="left">
                  <xref target="message-publish-done"/></td>
              </tr>
              <tr>
                <td align="left">EXCESSIVE_LOAD</td>
                <td align="center">0x9</td>
                <td align="left">
                  <xref target="message-publish-done"/></td>
              </tr>
              <tr>
                <td align="left">MALFORMED_TRACK</td>
                <td align="center">0x12</td>
                <td align="left">
                  <xref target="message-publish-done"/></td>
              </tr>
              <tr>
                <td align="left">Reserved for greasing</td>
                <td align="center">0x7f * N + 0x9D</td>
                <td align="left">
                  <xref target="grease"/></td>
              </tr>
            </tbody>
          </table>
        </section>
        <section anchor="iana-reset-stream">
          <name>Stream Reset Error Codes</name>
          <table>
            <thead>
              <tr>
                <th align="left">Name</th>
                <th align="center">Code</th>
                <th align="left">Specification</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">INTERNAL_ERROR</td>
                <td align="center">0x0</td>
                <td align="left">
                  <xref target="stream-reset-codes"/></td>
              </tr>
              <tr>
                <td align="left">CANCELLED</td>
                <td align="center">0x1</td>
                <td align="left">
                  <xref target="stream-reset-codes"/></td>
              </tr>
              <tr>
                <td align="left">DELIVERY_TIMEOUT</td>
                <td align="center">0x2</td>
                <td align="left">
                  <xref target="stream-reset-codes"/></td>
              </tr>
              <tr>
                <td align="left">SESSION_CLOSED</td>
                <td align="center">0x3</td>
                <td align="left">
                  <xref target="stream-reset-codes"/></td>
              </tr>
              <tr>
                <td align="left">GOING_AWAY</td>
                <td align="center">0x4</td>
                <td align="left">
                  <xref target="stream-reset-codes"/></td>
              </tr>
              <tr>
                <td align="left">TOO_FAR_BEHIND</td>
                <td align="center">0x5</td>
                <td align="left">
                  <xref target="stream-reset-codes"/></td>
              </tr>
              <tr>
                <td align="left">UNKNOWN_OBJECT_STATUS</td>
                <td align="center">0x6</td>
                <td align="left">
                  <xref target="stream-reset-codes"/></td>
              </tr>
              <tr>
                <td align="left">EXPIRED_AUTH_TOKEN</td>
                <td align="center">0x7</td>
                <td align="left">
                  <xref target="stream-reset-codes"/></td>
              </tr>
              <tr>
                <td align="left">EXCESSIVE_LOAD</td>
                <td align="center">0x9</td>
                <td align="left">
                  <xref target="stream-reset-codes"/></td>
              </tr>
              <tr>
                <td align="left">MALFORMED_TRACK</td>
                <td align="center">0x12</td>
                <td align="left">
                  <xref target="stream-reset-codes"/></td>
              </tr>
              <tr>
                <td align="left">Reserved for greasing</td>
                <td align="center">0x7f * N + 0x9D</td>
                <td align="left">
                  <xref target="grease"/></td>
              </tr>
            </tbody>
          </table>
        </section>
      </section>
    </section>
    <section numbered="false" anchor="contributors">
      <name>Contributors</name>
      <t>The original design behind this protocol was inspired by three independent
proposals: WARP <xref target="I-D.draft-lcurley-warp"/> by Luke Curley, RUSH
<xref target="I-D.draft-kpugin-rush"/> by Kirill Pugin, Nitin Garg, Alan Frindell, Jordi
Cenzano and Jake Weissman, and QUICR <xref target="I-D.draft-jennings-moq-quicr-proto"/> by
Cullen Jennings, Suhas Nandakumar and Christian Huitema.  The authors of those
documents merged their proposals to create the first draft of moq-transport.
The IETF MoQ Working Group received an enormous amount of support from many
people. The following people provided substantive contributions to this
document:</t>
      <ul spacing="normal">
        <li>
          <t>Ali Begen</t>
        </li>
        <li>
          <t>Charles Krasic</t>
        </li>
        <li>
          <t>Christian Huitema</t>
        </li>
        <li>
          <t>Cullen Jennings</t>
        </li>
        <li>
          <t>James Hurley</t>
        </li>
        <li>
          <t>Jordi Cenzano</t>
        </li>
        <li>
          <t>Kirill Pugin</t>
        </li>
        <li>
          <t>Luke Curley</t>
        </li>
        <li>
          <t>Martin Duke</t>
        </li>
        <li>
          <t>Mike English</t>
        </li>
        <li>
          <t>Mo Zanaty</t>
        </li>
        <li>
          <t>Will Law</t>
        </li>
      </ul>
    </section>
    <section numbered="false" anchor="use-of-generative-ai">
      <name>Use of Generative AI</name>
      <t>Generative AI tools were used to assist with drafting and editing text for this
document. All AI-generated content was reviewed and approved by the editors.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="QUIC">
          <front>
            <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar"/>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document defines the core of the QUIC transport protocol. QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration. QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances. Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9000"/>
          <seriesInfo name="DOI" value="10.17487/RFC9000"/>
        </reference>
        <reference anchor="WebTransport">
          <front>
            <title>WebTransport over HTTP/3</title>
            <author fullname="Alan Frindell" initials="A." surname="Frindell">
              <organization>Meta</organization>
            </author>
            <author fullname="Eric Kinnear" initials="E." surname="Kinnear">
              <organization>Apple Inc.</organization>
            </author>
            <author fullname="Victor Vasiliev" initials="V." surname="Vasiliev">
              <organization>Google</organization>
            </author>
            <date day="6" month="July" year="2026"/>
            <abstract>
              <t>   WebTransport over HTTP/3 is a binding of the WebTransport protocol
   framework [OVERVIEW] to HTTP/3 [HTTP3].  It provides support for
   unidirectional streams, bidirectional streams, and datagrams, all
   multiplexed within the same HTTP/3 connection.  WebTransport enables
   application clients constrained by the Web security model to
   communicate with a remote application server using a secure
   multiplexed transport.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-webtrans-http3-16"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="I-D.draft-ietf-quic-reliable-stream-reset">
          <front>
            <title>QUIC Stream Resets with Partial Delivery</title>
            <author fullname="Marten Seemann" initials="M." surname="Seemann">
         </author>
            <author fullname="Kazuho Oku" initials="K." surname="Oku">
              <organization>Fastly</organization>
            </author>
            <date day="9" month="August" year="2026"/>
            <abstract>
              <t>   QUIC defines a RESET_STREAM frame to abort sending on a stream.  When
   a sender resets a stream, it also stops retransmitting STREAM frames
   for this stream in the event of packet loss.  On the receiving side,
   there is no guarantee that any data sent on that stream is delivered.

   This document defines a new QUIC frame, the RESET_STREAM_AT frame,
   that allows resetting a stream, while guaranteeing delivery of stream
   data up to a certain byte offset.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-quic-reliable-stream-reset-10"/>
        </reference>
        <reference anchor="I-D.ietf-webtrans-overview">
          <front>
            <title>The WebTransport Protocol Framework</title>
            <author fullname="Eric Kinnear" initials="E." surname="Kinnear">
              <organization>Apple Inc.</organization>
            </author>
            <author fullname="Victor Vasiliev" initials="V." surname="Vasiliev">
              <organization>Google</organization>
            </author>
            <date day="6" month="July" year="2026"/>
            <abstract>
              <t>   The WebTransport Protocol Framework enables clients constrained by
   the Web security model to communicate with a remote server using a
   secure multiplexed transport.  It consists of a set of individual
   protocols that are safe to expose to untrusted applications, combined
   with an abstract model that allows them to be used interchangeably.

   This document defines the overall requirements on the protocols used
   in WebTransport, as well as the common features of the protocols,
   support for some of which is optional.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-webtrans-overview-13"/>
        </reference>
        <reference anchor="RFC9221">
          <front>
            <title>An Unreliable Datagram Extension to QUIC</title>
            <author fullname="T. Pauly" initials="T." surname="Pauly"/>
            <author fullname="E. Kinnear" initials="E." surname="Kinnear"/>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi"/>
            <date month="March" year="2022"/>
            <abstract>
              <t>This document defines an extension to the QUIC transport protocol to add support for sending and receiving unreliable datagrams over a QUIC connection.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9221"/>
          <seriesInfo name="DOI" value="10.17487/RFC9221"/>
        </reference>
        <reference anchor="RFC7301">
          <front>
            <title>Transport Layer Security (TLS) Application-Layer Protocol Negotiation Extension</title>
            <author fullname="S. Friedl" initials="S." surname="Friedl"/>
            <author fullname="A. Popov" initials="A." surname="Popov"/>
            <author fullname="A. Langley" initials="A." surname="Langley"/>
            <author fullname="E. Stephan" initials="E." surname="Stephan"/>
            <date month="July" year="2014"/>
            <abstract>
              <t>This document describes a Transport Layer Security (TLS) extension for application-layer protocol negotiation within the TLS handshake. For instances in which multiple application protocols are supported on the same TCP or UDP port, this extension allows the application layer to negotiate which protocol will be used within the TLS connection.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7301"/>
          <seriesInfo name="DOI" value="10.17487/RFC7301"/>
        </reference>
        <reference anchor="RFC3986">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
        <reference anchor="RFC8615">
          <front>
            <title>Well-Known Uniform Resource Identifiers (URIs)</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <date month="May" year="2019"/>
            <abstract>
              <t>This memo defines a path prefix for "well-known locations", "/.well-known/", in selected Uniform Resource Identifier (URI) schemes.</t>
              <t>In doing so, it obsoletes RFC 5785 and updates the URI schemes defined in RFC 7230 to reserve that space. It also updates RFC 7595 to track URI schemes that support well-known URIs in their registry.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8615"/>
          <seriesInfo name="DOI" value="10.17487/RFC8615"/>
        </reference>
        <reference anchor="RFC3629">
          <front>
            <title>UTF-8, a transformation format of ISO 10646</title>
            <author fullname="F. Yergeau" initials="F." surname="Yergeau"/>
            <date month="November" year="2003"/>
            <abstract>
              <t>ISO/IEC 10646-1 defines a large character set called the Universal Character Set (UCS) which encompasses most of the world's writing systems. The originally proposed encodings of the UCS, however, were not compatible with many current applications and protocols, and this has led to the development of UTF-8, the object of this memo. UTF-8 has the characteristic of preserving the full US-ASCII range, providing compatibility with file systems, parsers and other software that rely on US-ASCII values but are transparent to other values. This memo obsoletes and replaces RFC 2279.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="63"/>
          <seriesInfo name="RFC" value="3629"/>
          <seriesInfo name="DOI" value="10.17487/RFC3629"/>
        </reference>
        <reference anchor="RFC7595">
          <front>
            <title>Guidelines and Registration Procedures for URI Schemes</title>
            <author fullname="D. Thaler" initials="D." role="editor" surname="Thaler"/>
            <author fullname="T. Hansen" initials="T." surname="Hansen"/>
            <author fullname="T. Hardie" initials="T." surname="Hardie"/>
            <date month="June" year="2015"/>
            <abstract>
              <t>This document updates the guidelines and recommendations, as well as the IANA registration processes, for the definition of Uniform Resource Identifier (URI) schemes. It obsoletes RFC 4395.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="35"/>
          <seriesInfo name="RFC" value="7595"/>
          <seriesInfo name="DOI" value="10.17487/RFC7595"/>
        </reference>
        <reference anchor="RFC6838">
          <front>
            <title>Media Type Specifications and Registration Procedures</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <author fullname="T. Hansen" initials="T." surname="Hansen"/>
            <date month="January" year="2013"/>
            <abstract>
              <t>This document defines procedures for the specification and registration of media types for use in HTTP, MIME, and other Internet protocols. This memo documents an Internet Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="13"/>
          <seriesInfo name="RFC" value="6838"/>
          <seriesInfo name="DOI" value="10.17487/RFC6838"/>
        </reference>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="CAT">
          <front>
            <title>Authorization scheme for MOQT using Common Access Tokens</title>
            <author fullname="Will Law" initials="W." surname="Law">
              <organization>Akamai</organization>
            </author>
            <author fullname="Chris Lemmons" initials="C." surname="Lemmons">
              <organization>Comcast</organization>
            </author>
            <author fullname="Gwendal Simon" initials="G." surname="Simon">
              <organization>Synamedia</organization>
            </author>
            <author fullname="Suhas Nandakumar" initials="S." surname="Nandakumar">
              <organization>Cisco</organization>
            </author>
            <date day="18" month="June" year="2026"/>
            <abstract>
              <t>   A token-based authorization scheme for use with Media Over QUIC
   Transport.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-moq-c4m-01"/>
        </reference>
        <reference anchor="PPA">
          <front>
            <title>Privacy Pass Authentication for Media over QUIC (MoQ)</title>
            <author fullname="Suhas Nandakumar" initials="S." surname="Nandakumar">
              <organization>Cisco</organization>
            </author>
            <author fullname="Cullen Fluffy Jennings" initials="C. F." surname="Jennings">
              <organization>Cisco</organization>
            </author>
            <author fullname="Thibault Meunier" initials="T." surname="Meunier">
              <organization>Cloudflare Inc.</organization>
            </author>
            <date day="6" month="July" year="2026"/>
            <abstract>
              <t>   This document specifies the use of Privacy Pass architecture and
   issuance protocols for authorization in Media over QUIC (MoQ)
   transport protocol.  It defines how Privacy Pass tokens can be
   integrated with MoQ's authorization framework to provide privacy-
   preserving authentication for subscriptions, fetches, publications,
   and relay operations while supporting fine-grained access control
   through prefix-based track namespace and track name matching rules.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-moq-privacy-pass-auth-03"/>
        </reference>
        <reference anchor="I-D.ietf-moq-secure-objects">
          <front>
            <title>End-to-End Secure Objects for Media over QUIC Transport</title>
            <author fullname="Cullen Fluffy Jennings" initials="C. F." surname="Jennings">
              <organization>Cisco</organization>
            </author>
            <author fullname="Suhas Nandakumar" initials="S." surname="Nandakumar">
              <organization>Cisco</organization>
            </author>
            <author fullname="Richard Barnes" initials="R." surname="Barnes">
              <organization>Cisco</organization>
            </author>
            <date day="6" month="July" year="2026"/>
            <abstract>
              <t>   This document specifies an end-to-end authenticated encryption scheme
   for application objects transmitted via Media over QUIC (MoQ)
   Transport.  The scheme enables original publishers that share a
   symmetric key with end subscribers, to ensuring that MoQ relays are
   unable to decrypt object contents.  Additionally, subscribers can
   verify the integrity and authenticity of received objects, confirming
   that the content has not been modified in transit.  Additionally it
   allows MoQ parameters to be protected so the publisher can select if
   they are readable and/or modifiable by relays.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-moq-secure-objects-01"/>
        </reference>
        <reference anchor="RFC9000">
          <front>
            <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar"/>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document defines the core of the QUIC transport protocol. QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration. QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances. Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9000"/>
          <seriesInfo name="DOI" value="10.17487/RFC9000"/>
        </reference>
        <reference anchor="RFC9580">
          <front>
            <title>OpenPGP</title>
            <author fullname="P. Wouters" initials="P." role="editor" surname="Wouters"/>
            <author fullname="D. Huigens" initials="D." surname="Huigens"/>
            <author fullname="J. Winter" initials="J." surname="Winter"/>
            <author fullname="Y. Niibe" initials="Y." surname="Niibe"/>
            <date month="July" year="2024"/>
            <abstract>
              <t>This document specifies the message formats used in OpenPGP. OpenPGP provides encryption with public key or symmetric cryptographic algorithms, digital signatures, compression, and key management.</t>
              <t>This document is maintained in order to publish all necessary information needed to develop interoperable applications based on the OpenPGP format. It is not a step-by-step cookbook for writing an application. It describes only the format and methods needed to read, check, generate, and write conforming packets crossing any network. It does not deal with storage and implementation questions. It does, however, discuss implementation issues necessary to avoid security flaws.</t>
              <t>This document obsoletes RFCs 4880 ("OpenPGP Message Format"), 5581 ("The Camellia Cipher in OpenPGP"), and 6637 ("Elliptic Curve Cryptography (ECC) in OpenPGP").</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9580"/>
          <seriesInfo name="DOI" value="10.17487/RFC9580"/>
        </reference>
        <reference anchor="RFC1035">
          <front>
            <title>Domain names - implementation and specification</title>
            <author fullname="P. Mockapetris" initials="P." surname="Mockapetris"/>
            <date month="November" year="1987"/>
            <abstract>
              <t>This RFC is the revised specification of the protocol and format used in the implementation of the Domain Name System. It obsoletes RFC-883. This memo documents the details of the domain name client - server communication.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="13"/>
          <seriesInfo name="RFC" value="1035"/>
          <seriesInfo name="DOI" value="10.17487/RFC1035"/>
        </reference>
        <reference anchor="RFC3596">
          <front>
            <title>DNS Extensions to Support IP Version 6</title>
            <author fullname="S. Thomson" initials="S." surname="Thomson"/>
            <author fullname="C. Huitema" initials="C." surname="Huitema"/>
            <author fullname="V. Ksinant" initials="V." surname="Ksinant"/>
            <author fullname="M. Souissi" initials="M." surname="Souissi"/>
            <date month="October" year="2003"/>
            <abstract>
              <t>This document defines the changes that need to be made to the Domain Name System (DNS) to support hosts running IP version 6 (IPv6). The changes include a resource record type to store an IPv6 address, a domain to support lookups based on an IPv6 address, and updated definitions of existing query types that return Internet addresses as part of additional section processing. The extensions are designed to be compatible with existing applications and, in particular, DNS implementations themselves. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="88"/>
          <seriesInfo name="RFC" value="3596"/>
          <seriesInfo name="DOI" value="10.17487/RFC3596"/>
        </reference>
        <reference anchor="RFC9460">
          <front>
            <title>Service Binding and Parameter Specification via the DNS (SVCB and HTTPS Resource Records)</title>
            <author fullname="B. Schwartz" initials="B." surname="Schwartz"/>
            <author fullname="M. Bishop" initials="M." surname="Bishop"/>
            <author fullname="E. Nygren" initials="E." surname="Nygren"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>This document specifies the "SVCB" ("Service Binding") and "HTTPS" DNS resource record (RR) types to facilitate the lookup of information needed to make connections to network services, such as for HTTP origins. SVCB records allow a service to be provided from multiple alternative endpoints, each with associated parameters (such as transport protocol configuration), and are extensible to support future uses (such as keys for encrypting the TLS ClientHello). They also enable aliasing of apex domains, which is not possible with CNAME. The HTTPS RR is a variation of SVCB for use with HTTP (see RFC 9110, "HTTP Semantics"). By providing more information to the client before it attempts to establish a connection, these records offer potential benefits to both performance and privacy.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9460"/>
          <seriesInfo name="DOI" value="10.17487/RFC9460"/>
        </reference>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="RFC8470">
          <front>
            <title>Using Early Data in HTTP</title>
            <author fullname="M. Thomson" initials="M." surname="Thomson"/>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <author fullname="W. Tarreau" initials="W." surname="Tarreau"/>
            <date month="September" year="2018"/>
            <abstract>
              <t>Using TLS early data creates an exposure to the possibility of a replay attack. This document defines mechanisms that allow clients to communicate with servers about HTTP requests that are sent in early data. Techniques are described that use these mechanisms to mitigate the risk of replay.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8470"/>
          <seriesInfo name="DOI" value="10.17487/RFC8470"/>
        </reference>
        <reference anchor="RFC9438">
          <front>
            <title>CUBIC for Fast and Long-Distance Networks</title>
            <author fullname="L. Xu" initials="L." surname="Xu"/>
            <author fullname="S. Ha" initials="S." surname="Ha"/>
            <author fullname="I. Rhee" initials="I." surname="Rhee"/>
            <author fullname="V. Goel" initials="V." surname="Goel"/>
            <author fullname="L. Eggert" initials="L." role="editor" surname="Eggert"/>
            <date month="August" year="2023"/>
            <abstract>
              <t>CUBIC is a standard TCP congestion control algorithm that uses a cubic function instead of a linear congestion window increase function to improve scalability and stability over fast and long-distance networks. CUBIC has been adopted as the default TCP congestion control algorithm by the Linux, Windows, and Apple stacks.</t>
              <t>This document updates the specification of CUBIC to include algorithmic improvements based on these implementations and recent academic work. Based on the extensive deployment experience with CUBIC, this document also moves the specification to the Standards Track and obsoletes RFC 8312. This document also updates RFC 5681, to allow for CUBIC's occasionally more aggressive sending behavior.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9438"/>
          <seriesInfo name="DOI" value="10.17487/RFC9438"/>
        </reference>
        <reference anchor="RFC6582">
          <front>
            <title>The NewReno Modification to TCP's Fast Recovery Algorithm</title>
            <author fullname="T. Henderson" initials="T." surname="Henderson"/>
            <author fullname="S. Floyd" initials="S." surname="Floyd"/>
            <author fullname="A. Gurtov" initials="A." surname="Gurtov"/>
            <author fullname="Y. Nishida" initials="Y." surname="Nishida"/>
            <date month="April" year="2012"/>
            <abstract>
              <t>RFC 5681 documents the following four intertwined TCP congestion control algorithms: slow start, congestion avoidance, fast retransmit, and fast recovery. RFC 5681 explicitly allows certain modifications of these algorithms, including modifications that use the TCP Selective Acknowledgment (SACK) option (RFC 2883), and modifications that respond to "partial acknowledgments" (ACKs that cover new data, but not all the data outstanding when loss was detected) in the absence of SACK. This document describes a specific algorithm for responding to partial acknowledgments, referred to as "NewReno". This response to partial acknowledgments was first proposed by Janey Hoe. This document obsoletes RFC 3782. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6582"/>
          <seriesInfo name="DOI" value="10.17487/RFC6582"/>
        </reference>
        <reference anchor="I-D.ietf-scone-protocol">
          <front>
            <title>Standard Communication with Network Elements (SCONE) Protocol</title>
            <author fullname="Martin Thomson" initials="M." surname="Thomson">
              <organization>Mozilla</organization>
            </author>
            <author fullname="Christian Huitema" initials="C." surname="Huitema">
              <organization>Private Octopus Inc.</organization>
            </author>
            <author fullname="Kazuho Oku" initials="K." surname="Oku">
              <organization>Fastly</organization>
            </author>
            <author fullname="Matt Joras" initials="M." surname="Joras">
              <organization>Meta</organization>
            </author>
            <author fullname="Marcus Ihlar" initials="L. M." surname="Ihlar">
              <organization>Ericsson</organization>
            </author>
            <date day="20" month="August" year="2026"/>
            <abstract>
              <t>   This document describes a protocol where on-path network elements can
   communicate their perspective on the maximum sustainable throughput
   for QUIC flows to endpoints.  This throughput advice suggests an
   upper bound on long-term average throughput, independent of and
   complementary to real-time congestion control signals.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-scone-protocol-07"/>
        </reference>
        <reference anchor="RFC9525">
          <front>
            <title>Service Identity in TLS</title>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
            <author fullname="R. Salz" initials="R." surname="Salz"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>Many application technologies enable secure communication between two entities by means of Transport Layer Security (TLS) with Internet Public Key Infrastructure using X.509 (PKIX) certificates. This document specifies procedures for representing and verifying the identity of application services in such interactions.</t>
              <t>This document obsoletes RFC 6125.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9525"/>
          <seriesInfo name="DOI" value="10.17487/RFC9525"/>
        </reference>
        <reference anchor="RFC9170">
          <front>
            <title>Long-Term Viability of Protocol Extension Mechanisms</title>
            <author fullname="M. Thomson" initials="M." surname="Thomson"/>
            <author fullname="T. Pauly" initials="T." surname="Pauly"/>
            <date month="December" year="2021"/>
            <abstract>
              <t>The ability to change protocols depends on exercising the extension and version-negotiation mechanisms that support change. This document explores how regular use of new protocol features can ensure that it remains possible to deploy changes to a protocol. Examples are given where lack of use caused changes to be more difficult or costly.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9170"/>
          <seriesInfo name="DOI" value="10.17487/RFC9170"/>
        </reference>
        <reference anchor="I-D.draft-lcurley-warp">
          <front>
            <title>Warp - Live Media Transport over QUIC</title>
            <author fullname="Luke Curley" initials="L." surname="Curley">
              <organization>Twitch</organization>
            </author>
            <author fullname="Kirill Pugin" initials="K." surname="Pugin">
              <organization>Meta</organization>
            </author>
            <author fullname="Suhas Nandakumar" initials="S." surname="Nandakumar">
              <organization>Cisco</organization>
            </author>
            <author fullname="Victor Vasiliev" initials="V." surname="Vasiliev">
              <organization>Google</organization>
            </author>
            <date day="13" month="March" year="2023"/>
            <abstract>
              <t>   This document defines the core behavior for Warp, a live media
   transport protocol over QUIC.  Media is split into objects based on
   the underlying media encoding and transmitted independently over QUIC
   streams.  QUIC streams are prioritized based on the delivery order,
   allowing less important objects to be starved or dropped during
   congestion.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-lcurley-warp-04"/>
        </reference>
        <reference anchor="I-D.draft-kpugin-rush">
          <front>
            <title>RUSH - Reliable (unreliable) streaming protocol</title>
            <author fullname="Kirill Pugin" initials="K." surname="Pugin">
              <organization>Meta</organization>
            </author>
            <author fullname="Nitin Garg" initials="N." surname="Garg">
              <organization>Meta</organization>
            </author>
            <author fullname="Alan Frindell" initials="A." surname="Frindell">
              <organization>Meta</organization>
            </author>
            <author fullname="Jorge Cenzano Ferret" initials="J. C." surname="Ferret">
              <organization>Meta</organization>
            </author>
            <author fullname="Jake Weissman" initials="J." surname="Weissman">
              <organization>Meta</organization>
            </author>
            <date day="21" month="April" year="2025"/>
            <abstract>
              <t>   RUSH is an application-level protocol for ingesting live video.  This
   document describes the protocol and how it maps onto QUIC.

Discussion Venues

   This note is to be removed before publishing as an RFC.

   Discussion of this document takes place on the mailing list (), which
   is archived at .

   Source for this draft and an issue tracker can be found at
   https://github.com/afrind/draft-rush.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-kpugin-rush-03"/>
        </reference>
        <reference anchor="I-D.draft-jennings-moq-quicr-proto">
          <front>
            <title>QuicR - Media Delivery Protocol over QUIC</title>
            <author fullname="Cullen Fluffy Jennings" initials="C. F." surname="Jennings">
              <organization>cisco</organization>
            </author>
            <author fullname="Suhas Nandakumar" initials="S." surname="Nandakumar">
              <organization>Cisco</organization>
            </author>
            <author fullname="Christian Huitema" initials="C." surname="Huitema">
              <organization>Private Octopus Inc.</organization>
            </author>
            <date day="11" month="July" year="2022"/>
            <abstract>
              <t>   Recently new use cases have emerged requiring higher scalability of
   media delivery for interactive realtime applications and much lower
   latency for streaming applications and a combination thereof.

   draft-jennings-moq-arch specifies architectural aspects of QuicR, a
   media delivery protocol based on publish/subscribe metaphor and Relay
   based delivery tree, that enables a wide range of realtime
   applications with different resiliency and latency needs.

   This specification defines the protocol aspects of the QuicR media
   delivery architecture.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-jennings-moq-quicr-proto-01"/>
        </reference>
      </references>
    </references>
    <?line 5708?>

<section anchor="change-log">
      <name>Change Log</name>
      <t>RFC Editor's Note: Please remove this section prior to publication of a final version of this document.</t>
      <t>Issue and pull request numbers are listed with a leading octothorp.</t>
      <section anchor="since-draft-ietf-moq-transport-19">
        <name>Since draft-ietf-moq-transport-19</name>
        <t><strong>Session and Control Plane</strong></t>
        <ul spacing="normal">
          <li>
            <t>Replace Joining FETCH with fill fetch streams (#1673)
            </t>
            <ul spacing="normal">
              <li>
                <t>Add the FILL_PARAMETERS parameter, whose presence on a subscription
requests a fill; it carries a sequence of Parameters (#1868)</t>
              </li>
              <li>
                <t>Remove the Joining variant of FETCH and the "standalone" moniker</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Restructure the Location Filter to match the other filter parameters, and
carry the FETCH range in LOCATION_FILTER instead of message fields (#1809)</t>
          </li>
          <li>
            <t>Add PUBLISH_STATE_NOTIFY message (#1820)</t>
          </li>
          <li>
            <t>Add INCLUDE_PROPERTIES parameter (#1813, #1847)</t>
          </li>
          <li>
            <t>PUBLISH can carry Subscription Parameters, and AUTHORIZATION TOKEN is never
copied from SUBSCRIBE_TRACKS (#1834)</t>
          </li>
          <li>
            <t>Subscription parameters appear in REQUEST_UPDATE, not PUBLISH_OK (#1790)</t>
          </li>
          <li>
            <t>Allow FORWARD on a REQUEST_UPDATE for SUBSCRIBE_TRACKS (#1812)</t>
          </li>
          <li>
            <t>Remove PUBLISH_DONE status code SUBSCRIPTION_ENDED; a subscription does not
end because Largest Object passes the end of the Location Filter (#1833)</t>
          </li>
          <li>
            <t>Change the maximum Stream Count in PUBLISH_DONE to 2^64 - 1 (#1831)</t>
          </li>
          <li>
            <t>Remove the requirement for a publisher to retain Largest Location (#1872)</t>
          </li>
          <li>
            <t>Remove the VERSION_NEGOTIATION_FAILED session error (#1867)</t>
          </li>
          <li>
            <t>A relay <bcp14>MUST</bcp14> send an upstream FETCH to at least one publisher (#1804)</t>
          </li>
          <li>
            <t>Discuss the tradeoffs of aggregating downstream filters onto an upstream
subscription (#1735)</t>
          </li>
          <li>
            <t>Resolve REDIRECT ambiguity with empty Track Namespace and Track Name (#1824)</t>
          </li>
          <li>
            <t>Clarify Retry Interval of 0 with REDIRECT (#1785)</t>
          </li>
          <li>
            <t>Define host resolution for moqt URIs (#1817)</t>
          </li>
          <li>
            <t>Exclude the URI query component from the MOQT scope (#1855)</t>
          </li>
          <li>
            <t>SUBSCRIBE_TRACKS Parameters are the publisher's initial Subscription
parameters and are explicitly communicated in the resulting PUBLISH
(#1815, #1869)</t>
          </li>
        </ul>
        <t><strong>Data Plane Wire Format and Handling</strong></t>
        <ul spacing="normal">
          <li>
            <t>Describe OBJECT_DATAGRAM and SUBGROUP_HEADER types as Type Flags bitfields;
a set bit with no specified meaning is a <tt>PROTOCOL_VIOLATION</tt> (#1774)</t>
          </li>
          <li>
            <t>Add <tt>End of Timed-Out Range</tt> for Objects abandoned when Fill Timeout
expires (#1822)</t>
          </li>
          <li>
            <t>OBJECT_DELIVERY_TIMEOUT starts at the last header byte instead of the first
payload byte (#1844)</t>
          </li>
          <li>
            <t>Define scheduling between fill-delivered and subscription-delivered Objects
(#1673)</t>
          </li>
          <li>
            <t>Beware re-using a Track Alias for concurrent subscriptions (#1856)</t>
          </li>
        </ul>
        <t><strong>Security Considerations</strong></t>
        <ul spacing="normal">
          <li>
            <t>Add a Preventing Impersonation section (#1737, #1789)</t>
          </li>
          <li>
            <t>Expand mutual TLS and authorization guidance (#1786)</t>
          </li>
          <li>
            <t>Add moqt URI scheme security considerations (#1772)</t>
          </li>
          <li>
            <t>Add a security consideration for logging untrusted string fields (#1823)</t>
          </li>
          <li>
            <t>Recommend end-to-end object encryption for confidentiality from relays
(#1755)</t>
          </li>
        </ul>
        <t><strong>Notable Editorial Changes</strong></t>
        <ul spacing="normal">
          <li>
            <t>Clarify the Range Filters section for readability (#1851)</t>
          </li>
          <li>
            <t>Note that the recommended name encoding is not guaranteed filename-safe
(#1863)</t>
          </li>
          <li>
            <t>Fix LOC and Secure Objects entries in the provisional Property registry
(#1807, #1818, #1848)</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-moq-transport-18">
        <name>Since draft-ietf-moq-transport-18</name>
        <t><strong>Session and Control Plane</strong></t>
        <ul spacing="normal">
          <li>
            <t>Add Range Filters that can filter Objects from Subscriptions and
SUBSCRIBE_TRACKS (#1765)</t>
          </li>
          <li>
            <t>Add MAX_REQUEST_UPDATES Setup Option and TOO_MANY_REQUEST_UPDATES error
(#1613)</t>
          </li>
          <li>
            <t>Allow multiple concurrent subscriptions per Track (#1775)</t>
          </li>
          <li>
            <t>Move GROUP_ORDER from PUBLISH_OK to SUBSCRIBE_TRACKS (#1777)</t>
          </li>
          <li>
            <t>Rename PUBLISH_BLOCKED to PUBLISH_SKIPPED (#1779)</t>
          </li>
          <li>
            <t>Remove Request ID from GOAWAY (#1623)</t>
          </li>
          <li>
            <t>Clarify session vs. per-request GOAWAY migration (#1787)</t>
          </li>
          <li>
            <t>Define FIN vs. RST/STOP_SENDING semantics on request streams (#1698)</t>
          </li>
          <li>
            <t>Unexpected REQUEST_UPDATE is a session error (#1784)</t>
          </li>
          <li>
            <t>Update Forward State handling for relays (#1782)</t>
          </li>
          <li>
            <t>Clarify authorization trust model for namespace subscriptions (#1656)</t>
          </li>
          <li>
            <t>Clarify namespace discovery and NAMESPACE sending (#1710)</t>
          </li>
        </ul>
        <t><strong>Data Plane Wire Format and Handling</strong></t>
        <ul spacing="normal">
          <li>
            <t>Delivery timeouts are both Track and Object Properties (#1476)</t>
          </li>
          <li>
            <t>Make the Object Status payload rule extensible via IANA registry (#1760)</t>
          </li>
          <li>
            <t>Datagrams take precedence in cross-forwarding-preference scheduling ties
(#1780)</t>
          </li>
          <li>
            <t>Remove relay exception for reordering or dropping objects (#1762)</t>
          </li>
          <li>
            <t>Specify relay processing rules for known Track Properties (#1771)</t>
          </li>
          <li>
            <t>Recommend Immutable Properties for relay-visible, unmodifiable data (#1759)</t>
          </li>
        </ul>
        <t><strong>Notable Editorial Changes</strong></t>
        <ul spacing="normal">
          <li>
            <t>Rename control Message Payload field to Message Body (#1756)</t>
          </li>
          <li>
            <t>Clarify Group and Subgroup terminology and object model (#1708)</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-moq-transport-17">
        <name>Since draft-ietf-moq-transport-17</name>
        <t><strong>Session and Control Plane</strong></t>
        <ul spacing="normal">
          <li>
            <t>Unified moqt:// URI scheme for QUIC and WebTransport (#1486)</t>
          </li>
          <li>
            <t>Add fragment identifier support for moqt URIs (#1571)</t>
          </li>
          <li>
            <t>Split SUBSCRIBE_NAMESPACE into SUBSCRIBE_NAMESPACE and SUBSCRIBE_TRACKS
(#1542)</t>
          </li>
          <li>
            <t>Remove Required Request ID (#1615)</t>
          </li>
          <li>
            <t>Add REDIRECT for request errors and established subscriptions (#1534)</t>
          </li>
          <li>
            <t>Allow GOAWAY on request streams to migrate individual requests (#1617)</t>
          </li>
          <li>
            <t>Add Request ID to GOAWAY (#1559)</t>
          </li>
          <li>
            <t>Remove PUBLISH_OK message type, make it a REQUEST_OK alias (#1611)</t>
          </li>
          <li>
            <t>Generalize stream reset codes to all request streams, add new codes,
align with PUBLISH_DONE (#1606)</t>
          </li>
          <li>
            <t>Add Track Properties to REQUEST_OK (#1576)</t>
          </li>
          <li>
            <t>Add support for mandatory-to-understand track extensions (#1509)</t>
          </li>
          <li>
            <t>Exclude your own tracks from SUBSCRIBE_NAMESPACE (#1596)</t>
          </li>
          <li>
            <t>Add Session-Level Tracks reserved namespace (#1562)</t>
          </li>
          <li>
            <t>Allow coalescing REQUEST_UPDATE processing (#1540)</t>
          </li>
          <li>
            <t>SUBSCRIBE takes precedence over SUBSCRIBE_NAMESPACE at relay (#1533)</t>
          </li>
          <li>
            <t>Don't close the Session for unknown errors (#1561)</t>
          </li>
          <li>
            <t>Clarify REQUEST_UPDATE failure behavior for all request types (#1539)</t>
          </li>
          <li>
            <t>Clarify SUBSCRIBE_NAMESPACE stream closure semantics (#1541)</t>
          </li>
          <li>
            <t>FETCH to a track with no objects returns INVALID_RANGE (#1537)</t>
          </li>
          <li>
            <t>Clarify FETCH_OK End Location semantics (#1536)</t>
          </li>
          <li>
            <t>Clarify definition of scope (#1629)</t>
          </li>
          <li>
            <t>Clarify Joining Fetch behavior:
            </t>
            <ul spacing="normal">
              <li>
                <t>Joining FETCH is unaffected by forward changing to 0 (#1620)</t>
              </li>
              <li>
                <t>Joining Fetch forward state mismatch is a request error (#1609)</t>
              </li>
              <li>
                <t>Clarify Joining Fetch ordering with Forward State transitions (#1577)</t>
              </li>
            </ul>
          </li>
        </ul>
        <t><strong>Data Plane Wire Format and Handling</strong></t>
        <ul spacing="normal">
          <li>
            <t>Make Object ID and Group ID delta encoded in Fetch responses (#1586)</t>
          </li>
          <li>
            <t>Add FIRST_OBJECT bit to SUBGROUP_HEADER type (#1618)</t>
          </li>
          <li>
            <t>Split DELIVERY_TIMEOUT into two types of timeout (#1605)</t>
          </li>
          <li>
            <t>FILL_TIMEOUT parameter (#1490)</t>
          </li>
          <li>
            <t>Forbid relays from lying about LARGEST_OBJECT (#1621)</t>
          </li>
          <li>
            <t>Allow publisher to reopen subgroup after REQUEST_UPDATE forward 0-&gt;1
(#1583)</t>
          </li>
          <li>
            <t>Allow 7-byte varint and non-minimal encodings (#1595)</t>
          </li>
          <li>
            <t>Padding streams and datagrams (#1475)</t>
          </li>
          <li>
            <t>Close session when delta encoding wraps (#1560)</t>
          </li>
        </ul>
        <t><strong>Notable Editorial Changes</strong></t>
        <ul spacing="normal">
          <li>
            <t>Clarify Object existence and cross-source contradictions (#1566)</t>
          </li>
          <li>
            <t>Clarify immutable track properties (#1535)</t>
          </li>
          <li>
            <t>Improve Startup Latency and 0-RTT guidance (#1544)</t>
          </li>
          <li>
            <t>Improve Security Considerations section (#1625)</t>
          </li>
          <li>
            <t>Rewrite abstract and introduction (#1556)</t>
          </li>
          <li>
            <t>Define textual aliases for REQUEST_OK by request type (#1610)</t>
          </li>
          <li>
            <t>Add IANA registry for Setup Options (#1564)</t>
          </li>
          <li>
            <t>Add provisional registry for LOC properties (#1624)</t>
          </li>
          <li>
            <t>Update MOQ Properties registration policies (#1525)</t>
          </li>
          <li>
            <t>Add stream type column to message type table (#1555)</t>
          </li>
          <li>
            <t>Fix grease examples to match 0x7f multiplier (#1569)</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-moq-transport-16">
        <name>Since draft-ietf-moq-transport-16</name>
        <t><strong>Session and Control Plane</strong></t>
        <ul spacing="normal">
          <li>
            <t>Change control stream from bidi to a pair of uni streams (#1510)</t>
          </li>
          <li>
            <t>Collapse CLIENT_SETUP and SERVER_SETUP into a single SETUP message (#1510)</t>
          </li>
          <li>
            <t>Move requests to bidirectional streams; remove cancel messages (#1389)</t>
          </li>
          <li>
            <t>Remove MAX_REQUEST_ID/REQUESTS_BLOCKED (#1471)</t>
          </li>
          <li>
            <t>New variable-length integer encoding (#1016)</t>
          </li>
          <li>
            <t>Encode Message Parameters as Type-Value pairs (#1462)</t>
          </li>
          <li>
            <t>Add GREASE for Setup Options, Properties, and error code registries (#1460)</t>
          </li>
          <li>
            <t>Add RENDEZVOUS_TIMEOUT parameter for SUBSCRIBE (#1447)</t>
          </li>
          <li>
            <t>Add PUBLISH_BLOCKED message for SUBSCRIBE_NAMESPACE flow control (#1452)</t>
          </li>
          <li>
            <t>Add Timeout field to GOAWAY message (#1497)</t>
          </li>
          <li>
            <t>Add GOING_AWAY to REQUEST_ERROR codes (#1434)</t>
          </li>
          <li>
            <t>Add EXCESSIVE_LOAD error code (#1479)</t>
          </li>
          <li>
            <t>Add NAMESPACE_TOO_LARGE error and stream reset for large namespaces (#1496)</t>
          </li>
          <li>
            <t>Add TOO_FAR_BEHIND stream reset code (#1445)</t>
          </li>
          <li>
            <t>Add REQUEST_UPDATE to list of REQUEST_ERROR causes (#1466)</t>
          </li>
          <li>
            <t>Enforce REQUEST_OK/ERROR as first message on the response stream (#1499)</t>
          </li>
          <li>
            <t>Allow joining FETCH for PUBLISH and REQUEST_UPDATE with forward=1 (#1335)</t>
          </li>
          <li>
            <t>Allow DELIVERY_TIMEOUT value of 0 to mean no timeout (#1450)</t>
          </li>
          <li>
            <t>Allow zero-element namespaces (#1472)</t>
          </li>
          <li>
            <t>Clarify EXPIRES parameter update mechanism (#1448)</t>
          </li>
          <li>
            <t>Remove TRACK_STATUS from REQUEST_UPDATE (#1436)</t>
          </li>
          <li>
            <t>Define how to use auth token cache safely with multiple streams (#1430)</t>
          </li>
          <li>
            <t>Constrain encoding/parsing of track namespace and names (#1512)</t>
          </li>
          <li>
            <t>Reserve Property type ranges for application-specific use (#1473)</t>
          </li>
          <li>
            <t>Make EndGroup in Subscription Filters a delta (#1470)</t>
          </li>
          <li>
            <t>Copy DELIVERY_TIMEOUT min requirement from parameter to property (#1427)</t>
          </li>
        </ul>
        <t><strong>Data Plane Wire Format and Handling</strong></t>
        <ul spacing="normal">
          <li>
            <t>Clarify prior Object semantics after End of Range indicators in FETCH (#1513)</t>
          </li>
          <li>
            <t>Clarify datagram status and properties cases (#1444)</t>
          </li>
          <li>
            <t>Clarify Stream Count includes empty subgroups (#1449)</t>
          </li>
          <li>
            <t>Clarify language for malformed tracks in a subgroup with END_OF_GROUP (#1464)</t>
          </li>
          <li>
            <t>Properties can appear in mutable list or inside Immutable Properties (#1442)</t>
          </li>
          <li>
            <t>Clarify immutable property preservation requirements (#1441)</t>
          </li>
          <li>
            <t>Clarification for Track Alias uniqueness (#1418)</t>
          </li>
        </ul>
        <t><strong>Notable Editorial Changes</strong></t>
        <ul spacing="normal">
          <li>
            <t>Rename Setup Parameters to Setup Options (#1461)</t>
          </li>
          <li>
            <t>Rename Extension Headers to Properties (#1504)</t>
          </li>
          <li>
            <t>Add security/privacy considerations for MOQT_IMPLEMENTATION (#1511)</t>
          </li>
          <li>
            <t>Add editorial text on bandwidth probing techniques (#1477)</t>
          </li>
          <li>
            <t>Explain idle connection handling (#1443)</t>
          </li>
          <li>
            <t>Fix "SUBSCRIBE_NAMESPACE with short prefixes" (#1502)</t>
          </li>
          <li>
            <t>Add generative AI disclosure per IRTF guidelines</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-moq-transport-15">
        <name>Since draft-ietf-moq-transport-15</name>
        <t><strong>Setup and Control Plane</strong></t>
        <ul spacing="normal">
          <li>
            <t>Delta encode Key-Value-Pairs for Parameters and Headers (#1315)</t>
          </li>
          <li>
            <t>Use Request ID in PUBLISH_NAMESPACE_{DONE/CANCEL} (#1329)</t>
          </li>
          <li>
            <t>Remove delivery related params from TRACK_STATUS for Subscribers (#1325)</t>
          </li>
          <li>
            <t>PUBLISH does not imply PUBLISH_NAMESPACE (#1364)</t>
          </li>
          <li>
            <t>Allow Start Location to decrease in SUBSCRIBE_UPDATE (#1323)</t>
          </li>
          <li>
            <t>Change SUBSCRIBE_UPDATE to REQUEST_UPDATE and expand ability to update (#1332)</t>
          </li>
          <li>
            <t>Put SUBSCRIBE_NAMESPACE on a stream, make Namespaces and PUBLISH independent
(#1344)</t>
          </li>
          <li>
            <t>Require NAMESPACE before NAMESPACE_DONE (#1392)</t>
          </li>
          <li>
            <t>Allow the '*' or the empty namespace in SUBSCRIBE_NAMESPACE (#1393)</t>
          </li>
          <li>
            <t>Relays match SUBSCRIBE to both Tracks and Namespaces (#1397)</t>
          </li>
          <li>
            <t>Clarify sending requests after sending GOAWAY (#1398)</t>
          </li>
          <li>
            <t>Add Retry Interval to REQUEST_ERROR (#1339)</t>
          </li>
          <li>
            <t>Add Extension Headers to PUBLISH, SUBSCRIBE_OK, and FETCH_OK (#1374)</t>
          </li>
          <li>
            <t>Move track properties to extensions, scope parameters (#1390)</t>
          </li>
          <li>
            <t>Add LARGEST_OBJECT parameter to TRACK_STATUS (#1367)</t>
          </li>
          <li>
            <t>Duplicate subscription processing (#1341)</t>
          </li>
          <li>
            <t>Address Track Name/Namespace edge cases (#1399)</t>
          </li>
        </ul>
        <t><strong>Data Plane Wire Format and Handling</strong></t>
        <ul spacing="normal">
          <li>
            <t>Enable mixing datagrams with streams in one track (#1350)</t>
          </li>
          <li>
            <t>Clarify datagrams and subgroups (#1382)</t>
          </li>
          <li>
            <t>Redo the way we deal with missing Objects and Object Status (#1342)</t>
          </li>
          <li>
            <t>Allow unknown ranges in a FETCH response (#1331)</t>
          </li>
          <li>
            <t>Do not reopen subgroups after delivery timeout or STOP_SENDING (#1396)</t>
          </li>
          <li>
            <t>Clarify handling of unknown extensions (#1395)</t>
          </li>
          <li>
            <t>Clarify Delivery Timeout for datagrams (#1406)</t>
          </li>
          <li>
            <t>Disallow DELIVERY_TIMEOUT=0 (#1330)</t>
          </li>
          <li>
            <t>Malformed track due to multiple priorities for one subgroup (#1317)</t>
          </li>
        </ul>
        <t><strong>Notable Editorial Changes</strong></t>
        <ul spacing="normal">
          <li>
            <t>Subscribers can migrate networks too (#1410)</t>
          </li>
          <li>
            <t>Rename Version Specific Parameters to Message Parameters (#1411)</t>
          </li>
          <li>
            <t>Clarify valid joining fetch subscription states (#1363)</t>
          </li>
          <li>
            <t>Formatting names for logs (#1355)</t>
          </li>
          <li>
            <t>A Publisher might not use the congestion window (#1408)</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-moq-transport-14">
        <name>Since draft-ietf-moq-transport-14</name>
        <t><strong>Setup and Control Plane</strong></t>
        <ul spacing="normal">
          <li>
            <t>Always use ALPN for version negotiation (#499)</t>
          </li>
          <li>
            <t>Consolidate all the Error Message types (#1159)</t>
          </li>
          <li>
            <t>Change MOQT IMPLEMENTATION code point to 0x7 (#1191)</t>
          </li>
          <li>
            <t>Add Forward to SUBSCRIBE_NAMESPACE (#1220)</t>
          </li>
          <li>
            <t>Parameters for Group Order, Subscribe Priority and Subscription Filter (redo) (#1273)</t>
          </li>
          <li>
            <t>REQUEST_OK message (#1274)</t>
          </li>
          <li>
            <t>Subscribe Update Acknowledgements (#1275)</t>
          </li>
          <li>
            <t>Disallow DELETE and USE_ALIAS in CLIENT_SETUP (#1277)</t>
          </li>
          <li>
            <t>Remove Expires field from SUBSCRIBE_OK (#1282)</t>
          </li>
          <li>
            <t>Make Forward a Parameter (#1283)</t>
          </li>
          <li>
            <t>Allow SUBSCRIBE_UPDATE to increase the end location (#1288)</t>
          </li>
          <li>
            <t>Add default port for raw QUIC (#1289)</t>
          </li>
          <li>
            <t>Unsubscribe Namespace should be linked to Subscribe Namespace (#1292)</t>
          </li>
        </ul>
        <t><strong>Data Plane Wire Format and Handling</strong></t>
        <ul spacing="normal">
          <li>
            <t>Fetch Object serialization optimization (#949)</t>
          </li>
          <li>
            <t>Make default PUBLISHER PRIORITY a parameter, optional in Subgroup/Datagram (#1056)</t>
          </li>
          <li>
            <t>Allow datagram status with object ID=0 (#1197)</t>
          </li>
          <li>
            <t>Disallow object extension headers in all non-Normal status objects (#1266)</t>
          </li>
          <li>
            <t>Objects for malformed track must not be cached (#1290)</t>
          </li>
          <li>
            <t>Remove NO_OBJECTS fetch error code (#1303)</t>
          </li>
          <li>
            <t>Clarify what happens when max_cache_duration parameter is omitted (#1287)</t>
          </li>
        </ul>
        <t><strong>Notable Editorial Changes</strong></t>
        <ul spacing="normal">
          <li>
            <t>Rename Request ID field in MAX_REQUEST_ID (#1250)</t>
          </li>
          <li>
            <t>Define and draw subscription state machine (#1296)</t>
          </li>
          <li>
            <t>Omitting a subgroup object necessitates reset (#1295)</t>
          </li>
          <li>
            <t>Define duplication rules for header extensions (#1293)</t>
          </li>
          <li>
            <t>Clarify joining fetch end location (#1286)</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-moq-transport-13">
        <name>Since draft-ietf-moq-transport-13</name>
        <t><strong>Setup and Control Plane</strong></t>
        <ul spacing="normal">
          <li>
            <t>Add an AUTHORITY parameter (#1058)</t>
          </li>
          <li>
            <t>Add a free-form SETUP parameter identifying the implementation (#1114)</t>
          </li>
          <li>
            <t>Add a Request ID to SUBSCRIBE_UDPATE (#1106)</t>
          </li>
          <li>
            <t>Indicate which params can appear PUBLISH* messages (#1071)</t>
          </li>
          <li>
            <t>Add TRACK_STATUS to the list of request types affected by GOAWAY (#1105)</t>
          </li>
        </ul>
        <t><strong>Data Plane Wire Format and Handling</strong></t>
        <ul spacing="normal">
          <li>
            <t>Delta encode Object IDs within Subgroups (#1042)</t>
          </li>
          <li>
            <t>Use a bit in Datagram Type to convey Object ID = 0 (#1055)</t>
          </li>
          <li>
            <t>Corrected missed code point updates to Object Datagram Status (#1082)</t>
          </li>
          <li>
            <t>Merge OBJECT_DATAGRAM and OBJECT_DATAGRAM_STATUS description (#1179)</t>
          </li>
          <li>
            <t>Objects are not schedulable if flow-control blocked (#1054)</t>
          </li>
          <li>
            <t>Clarify DELIVERY_TIMEOUT reordering computation (#1120)</t>
          </li>
          <li>
            <t>Receiving unrequested Objects (#1112)</t>
          </li>
          <li>
            <t>Clarify End of Track (#1111)</t>
          </li>
          <li>
            <t>Malformed tracks apply to FETCH (#1083)</t>
          </li>
          <li>
            <t>Remove early FIN from the definition of malformed tracks (#1096)</t>
          </li>
          <li>
            <t>Prior Object ID Gap Extension header (#939)</t>
          </li>
          <li>
            <t>Add Extension containing immutable extensions (#1025)</t>
          </li>
        </ul>
        <t><strong>Relay Handling</strong></t>
        <ul spacing="normal">
          <li>
            <t>Explain FETCH routing for relays (#1165)</t>
          </li>
          <li>
            <t><bcp14>MUST</bcp14> for multi-publisher relay handling (#1115)</t>
          </li>
          <li>
            <t>Filters don't (usually) determine the end of subscription (#1113)</t>
          </li>
          <li>
            <t>Allow self-subscriptions (#1110)</t>
          </li>
          <li>
            <t>Explain Namespace Prefix Matching in more detail (#1116)</t>
          </li>
        </ul>
        <t><strong>Explanatory</strong></t>
        <ul spacing="normal">
          <li>
            <t>Explain Modularity of MOQT (#1107)</t>
          </li>
          <li>
            <t>Explain how to resume publishing after losing state (#1087)</t>
          </li>
        </ul>
        <t><strong>Major Editorial Changes</strong></t>
        <ul spacing="normal">
          <li>
            <t>Rename ANNOUNCE to PUBLISH_NAMESPACE (#1104)</t>
          </li>
          <li>
            <t>Rename SUBSCRIBE_DONE to PUBLISH_DONE (#1108)</t>
          </li>
          <li>
            <t>Major FETCH Reorganization (#1173)</t>
          </li>
          <li>
            <t>Reformat Error Codes (#1091)</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-moq-transport-12">
        <name>Since draft-ietf-moq-transport-12</name>
        <ul spacing="normal">
          <li>
            <t>TRACK_STATUS_REQUEST and TRACK_STATUS have changed to directly mirror
SUBSCRIBE/OK/ERROR (#1015)</t>
          </li>
          <li>
            <t>SUBSCRIBE_ANNOUNCES was renamed back to SUBSCRIBE_NAMESPACE (#1049)</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-moq-transport-11">
        <name>Since draft-ietf-moq-transport-11</name>
        <ul spacing="normal">
          <li>
            <t>Move Track Alias from SUBSCRIBE to SUBSCRIBE_OK (#977)</t>
          </li>
          <li>
            <t>Expand cases FETCH_OK returns Invalid Range (#946) and clarify fields (#936)</t>
          </li>
          <li>
            <t>Add an error code to FETCH_ERROR when an Object status is unknown (#825)</t>
          </li>
          <li>
            <t>Rename Latest Object to Largest Object (#1024) and clarify what to
do when it's incomplete (#937)</t>
          </li>
          <li>
            <t>Explain Malformed Tracks and what to do with them (#938)</t>
          </li>
          <li>
            <t>Allow End of Group to be indicated in a normal Object (#1011)</t>
          </li>
          <li>
            <t>Relays <bcp14>MUST</bcp14> have an upstream subscription to send SUBSCRIBE_OK (#1017)</t>
          </li>
          <li>
            <t>Allow AUTHORIZATION TOKEN in CLIENT_SETUP, SERVER_SETUP and
other fixes (#1013)</t>
          </li>
          <li>
            <t>Add PUBLISH for publisher initiated subscriptions (#995) and
fix the PUBLISH codepoints (#1048, #1051)</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-moq-transport-10">
        <name>Since draft-ietf-moq-transport-10</name>
        <ul spacing="normal">
          <li>
            <t>Added Common Structure definitions - Location, Key-Value-Pair and Reason
Phrase</t>
          </li>
          <li>
            <t>Limit lengths of all variable length fields, including Track Namespace and Name</t>
          </li>
          <li>
            <t>Control Message length is now 16 bits instead of variable length</t>
          </li>
          <li>
            <t>Subscribe ID became Request ID, and was added to most control messages. Request ID
is used to correlate OK/ERROR responses for ANNOUNCE, SUBSCRIBE_NAMESPACE,
and TRACK_STATUS.  Like Subscribe ID, Request IDs are flow controlled.</t>
          </li>
          <li>
            <t>Explain rules for caching in more detail</t>
          </li>
          <li>
            <t>Changed the SETUP parameter format for even number parameters to match the
Object Header Extension format</t>
          </li>
          <li>
            <t>Rotated SETUP code points</t>
          </li>
          <li>
            <t>Added Parameters to TRACK_STATUS and TRACK_STATUS_REQUEST</t>
          </li>
          <li>
            <t>Clarified how subscribe filters work</t>
          </li>
          <li>
            <t>Added Next Group Filter to SUBSCRIBE</t>
          </li>
          <li>
            <t>Added Forward flag to SUBSCRIBE</t>
          </li>
          <li>
            <t>Renamed FETCH_OK field to End and clarified how to set it</t>
          </li>
          <li>
            <t>Added Absolute Joining Fetch</t>
          </li>
          <li>
            <t>Clarified No Error vs Invalid Range FETCH_ERROR cases</t>
          </li>
          <li>
            <t>Use bits in SUBGROUP_HEADER and DATAGRAM* types to compress subgroup ID and
extensions</t>
          </li>
          <li>
            <t>Coalesced END_OF_GROUP and END_OF_TRACK_AND_GROUP status</t>
          </li>
          <li>
            <t>Objects that Do Not Exist cannot have extensions when sent on the wire</t>
          </li>
          <li>
            <t>Specified error codes for resetting data streams</t>
          </li>
          <li>
            <t>Defined an Object Header Extension for communicating a known Group ID gap</t>
          </li>
          <li>
            <t>Replaced AUTHORIZATION_INFO with AUTHORIZATION_TOKEN, which has more structure,
compression, and additional Auth related error codes (#760)</t>
          </li>
        </ul>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA8S9a3fbyJUo+r1+Ba691mm7Q9KS/HYnmaEtuVsntqSR5E4y
mRwJIiEJaYpgCFCyYnt+y/kt95fd/a5dACg7Mz3r9lozsUCgHrt27fdjOByG
pmxmxavs3vtiWuZZdV0ss3/7sPsmO17m83pRLZt7IT87WxbXr7Kr6u/DRh+H
aTWZ51fw6XSZnzfDsmjOh8kbw62NMM0beOPT9vh450uYwB8X1fL2VVY30xDK
xfJV1ixXdbO1sfFyYyvkyyJ/lWX3/licZfl8mu3Om2I5Lxq/lnp1dlXWdVnN
j28XMPTuzvHbcFMtf7lYVquF7WNf93Ev/FLcwu/TVyEbZldxk39flZNwXcxX
BfySrf06yxqa594fYY5yfpH9iG/i86u8nMFz2PK/4t5H1fICH+fLySU8vmya
Rf3q0SN8Cx+V18VIX3uEDx6dLaubungE3z/C7y7K5nJ1xgMOby4eJaDEF2YA
vbrxQ9OLI/5wVFbpJ4/WHcvosrma3QuhbgDGJ/msmsP2bos61Ff5sjn5+6qC
eV5l8yosylfZX5pqMshq+G5ZnNfwr9sr/gcc/1W+WABI/hpCvmouqyUCcgj/
l2XlHEY4GmV7MEX+ywoGpseML0ery7xu/wRgyeflP/IGTvZV9qasJxU9LxjM
9Zxf/9cJ/jKaVFchneznUfZzXpezsrh2U/1cTppqmf6SzvRjVV3MCj/VNb58
ff2vF/RLz1S7o+zopmgaN89uPnfPvjZDCSeBL/sp8OdlhTcRMBDW3JpzPMre
Lsv5tJjN3LTjGcybPE+nfl80uZ84P8d3//UKHq+ZdF4tr+Dja7oUeANeZYdv
37zc2NiAv+Fe2k2EPQ+3CaOHN8UZIdcQEfMx3Ov5uR/lzfjYvYyoOHmCUx8c
jFvPF8vyOp/cDhd5XQ8RpeCt5IW6mKyWxbA6+1sxaepXIQyHwyw/q2H6SRPC
8WVZI16urop5k02L83Je1NlawpY9eL//b8cPB1meLVZns7K+fATUpZ4sy7Mi
LJYVYH41y5rLvMmWq3nthkDi5IExynCkbFbAG/kFzNlcFtl5kTewWvjuPMDf
dZHZFcR7tJpcZnANYO1FfoX3KW/yiyX9E+BQLcumLODfONUC7mWZz8KymJX5
GWBycyszVguYEK5rdlY1l9miKufNsKmG9A/6tLkEcnVxCUgEpJSoX1NkME5+
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
w53xe6Ycb3f3RtkusL9ZXdHUwb9zMj5mVAChBt1fzpGLTush2/RnhZhNh4ig
6LHoDOL1NLE5k00nkW8JrrgONgiw7I8XJ4hhUiQoVpI+gixai/RK9Jk1NeJz
fxSNxIG1JkHb8aB7tNj6ntkdBmihvCryOSuB+mJAwo8H7veEF6YLKLwrZBHO
7T48qAGxPn2aANGA4zD0d3ZmlMbRzAeUifW7GseYXFb0BUCtuSl4z1eCSHsV
G7KAupFdYm6SdQePRGfSd9ASBHI+o8+DHvzJCH8eBgKzIFspFkr4B1oSVAEW
5fNnMagO3xXzC+BuGClxAZwwsBtJOBHCT02vwxm/WfKbUaOOgp2JfgvSkNHQ
DxdwcyRyHJtcZRhBLTNuTiPxYgFR30f6MApbPIj5mzbpOSxutkKbCSljs3wJ
P8I/jIiFx0CIgbE+e4LWXTHU1zq3zDBiwfWr+7STifb+WZHTT5s4vCp+gddP
6yOv1hRFWtbIZGzhtjZ0OVcySJskDY2wCEYNcHeLpQPMhinfREd5JlTaQY6a
3w4ix6FvdBsEKfTYMlTRtiPmbVoo2uFQTlA8SNwl8PImbuUlT2VeWv4dfUvw
47MnAWG8mgsRkIllT04tIN5Qr67Qdv+Pok4hETEHFvN5mPzX+rP9oPOz/RA+
Z+/kpF7jOeGfdA4PaD8P4cEHZlny8yGhWee/z7/mijaSkQHA6VTZ8+SvjeHm
1vOs89+vuqLNjWTKrfaKQGVOV/Ts8YvH/7Mr8kv6nLUmgyVu+r82hlsbL59v
Pm2D8tddkVvS5+xJa6ps60VrRc9ePHn89MnTp/+TK4pL+pwlExHQnvq/NoaP
YT0vn8PJPXP49KuvyJb0OXvWXtGTLf/XxvDJ45cvNp48e4pfPf6fW5EuKb1a
vKKX6YqePtt6+eTly6ePn2xtPt7c/B9bkSzpc/aivaKnz9IVPd/aePr86csn
G4+fv9x6/pIP9X9iRZsy5cv2ip61b/+LJ0+ePX/yZOP54+cbL58+3Xy2+fTX
XNGnVxlbQTMKMP3dvSNiGeQYFC4F6iqzjfrel471ieg52j7J2lmj80edNMpt
UDpZs4K1C1NwvUaueaSajMFlu5iUVyDh/YzstgXC//JcGx+3Wtea5nrcwxDi
XPDVi43Od9/w1dnZ2bTz1ebTwdbLDrF3XxXT5+ePi+fT5KutrWeDJ0+2Bi+e
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
1qyOFqvZxDHDqE+L5ZIMBnesnLP2pPtxLCEjlaLIVLzESMDGK/kqs0791NQD
nSODTVyiroFLZadSOkrc/GnAaIqqmBIVDfdtq/2a3ZAYFeMc7Skwsuj2VOak
D/i0as7Y1SS9vkiEtZMiwWWL9CCGiZ7s/4FYOvlF4A+x+EW/b4gbTuVPgRVZ
8e1e5gJ+oqyokMqMxhRfSbiHeROkchO3Pye4YcvUnaNjrkSq9NXVLf2wd/Th
4GD/8Hhn+2TnT8c7e0e7+3sjndDv7CuzipfC/UTWe2w4d6evIbrkkphMcyew
tYGjuWGwKPh4U5BPE4GddzfttgyD9G5ayUH/DAYSO9tvBge5J/7bcMA74hL3
qYQuVlCJC6J2bX7jcSdfhc83IEUPfNjxol1Rl7YFKhg2ow7xMWk9kgdtLpon
npu4RvbsNJZC2GfiQgpet1xpXWVv3fUNWmWLs7V9tbx8Ir0wWzfg1dfu1bff
KjqxX3E8IQuvLAxfMkMiG6Sj8+1oiblpRXNkZOJw+MLZ5+LFsCbtZPy1l4bJ
8y/tpnwspFBIjNYH8OkGUv8c8IXFjPxMCjgGye5rt0nlTqfw0l/wl79KZRt8
1xvww1/8X38FXHxdkZ2SDMcxoXHO+IcZuMLWxMoUVIoxXeZfsB0kNYK8Kc7I
xzPEaa/L4iY2E3wCdxflkRVn4IUrb/WeoJOYWf+les3EC0glBqMXkK43v+Ld
Bxjcq8AuJBSP4LM9Ph7/eDh+73pEPuCu3C+3tjZRJ1FzhfWMlDKtLd9TB9x0
PigSU8x4kKSieI9zb8alF5MkbDoYtGY/ejxyRW/nldOd203f+SOpyKsj1YOg
RW6P3xwMukGozlnJBda0BO05aC5SNjPkcx7WpqLYJ9pze+VwIvPvmlihbCQV
6ciFOH53QBEnlnl+74/Hw7G+OjxQaz71WU/wEo7F/x0x5zG1oSRfQLGkcqSI
GBz+ZkZB8UvR9GxC41N+/nhjUxprRs1Zv7fEfa+gYdGtU7QIYrTjf/zlP/4C
o2SgAwN5fJUtZpRp4mwR68sASBAOURnx///1r0CiYYm12S3Ni7W7c/w2o56q
4uKT6sqoJS+UrxNfwXc0RB5GuEfWy3stU7zrzoqmBsOW4ebjYI0b/L2qZaDN
x/dg31hk9lW2TVMJtGpO+ccph5tPydtLm8DhQdXEbQ2SyqXyXXCnpHeJ3JTe
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
rJ/eqNDhWomRuxKdCMuia/Ug0RobCSSafLvld1q/kDV6olRy14wTEv9PsL9d
JGqFhjQYQ10xTtzu9vuyVCffAwyXjG0qpupRZPufMx1yWyns+jlAeRzQmlSO
byUAPsS404Zwnbo8SMNrq2Ukz53WvrG89ZsYvdpZhrkRQVi8LLEteSX2xEQq
RE6hU6mnr+2u5YziZVo1MljVyHWfSQNP6QZ3VyXJNm+7q5KkptOzucR1Doji
RCt5VXH8DoFa+iz4yv3jHgHcscFOYr150+LMVJyEGxhE8lkKMYqSeKssrVkm
urpKFFACG6NNdlDwXnI/StdttrsLjdJhZuDaE9SJ2dlRRvyCVEXtfcJiBq2B
aGGwlQzEbKOUSQQ5b7SY+8PtXV5IISTJ2POeboUDiz4Xot05XE1kEt8zSQVx
5M7BxwVz7Yhe2ZodQSKqxng+P3LbtuaTl/sORWokJoYaZjxusbi0Vnhgxt1W
e6mTCFbcv8s3jltDytCdZsyWHPbZ+YxcF4LaFCeFwVohr/t2QYd/IwU0u+Qm
lbudNYC6Ql1jcEOd6EuuwJQA+6ygEo2iyCAPpwKqed9lVXsAkhPqb8zC3lzb
PP875aVm3N/aDN/A7xoMzTkvcKMMBhMZ1abTB0Azc/k6qNbPBe3GJpIvNMgs
v1PW6+lg6VovkXKQLyngNWlB5XPmW1o/G18B2mgzEGYindKdsmzqGCaUODLl
8yr7LdB38W4vuYYeybVHYE2KaUdQj1L36Vc6ubZra2dfq63dczsl+Gq6zDGE
XzP9Zi1d5qsW8XwmtYJLiWtruqtT11Gf/aqPJygk+aRZ+aW4zUg3YppNfOZ3
1EernMVcqdLdu2M2fV39UgTu4YI/pwUp3QHuqm0UFQVaux+OY+IWJUchBRwk
rQoNN587i9VtEdnatnUPkYwyQfWzBOckwOsc3W5FKzGYq0hH3DJFLiAZQiHU
Wcy1pDc7pb8iQYhEhRW8WOac+/J4nKTsb/MgwRtsizU8n2F+9xTbkDXSCI+R
KYkkw6cYeq5mqVlVLVxyTLYAkl1dFfN8hF3FFuhkn6xm+XLQswO5bCgBJgFz
FEPfXJKPlHB8CcL17Fa3hVF5XEWIrJS89TbimezTi+kew4VvG6wIo0DpR8bN
6LdG+BGS0GKqSsNcbL67P+zEUaXFt2Km0AC9HxjHZDHHZLaRiu+AOndYc8Xv
R97OPkm+HfPajZX75kjOcOwEt7i/6OXvjRSN1UFj4T4JX4xVk9M6m7IiLURF
Bbwtk8HKo1BmG0mJh1JQGKduCmteR8771LJM1QVTg7LUXJcjyS8usOK+NGjC
zmg5/aWhmCZDVq3+3INAJjJuVxiB03pHeg5TgIFMIFEdRbl0hZEJEzCut6ZE
k1mVT9kXTUp3kDqzC6QqEnosrDDGHTtCkB6YKIt/436AoYpeszXLjo485jHR
pHu8v39ClS+QyoU3+3tv3+2+OQZVUyKIj8gjVVVcYhAI3t9IrPGJetGQh10K
Oy3ItZ49V+3OpUdh3GVC32BtB4c7b3f/dLL/887hu/EBTm9hfm3JZkIeEDvw
aX+JVgrh4XR4bjYnZcsInRb2xxdpahifSCPXxJVENLMr2LJYNqPWYnQxqBH5
VcliCMdMwl59PDHXO01bjHM+FbHNECvtM4HYxnqjJYdA8kqvgJhjl8nar/kM
iCxlCVtsZA0Ubbpi5bPSWOhxz+P/j7137Y7jyK5Ev8evyJE+kNAUYJJ6tEzd
XnehCVCN1RRBg6DktpdNJFAJMoeFKriyQAiW5N8+cfZ5xInIqAJEqem+c6fX
PERUZmQ8T5zn3tQLNGwUIY9DeKjgM+RvJHeuS7bBEKyEku2sYay/5XCej3ao
Fspjh4ovh6+vDr2m6KZkrO2Ez/0bo9b5blD48TZ1brCkC+KgSa9n6T/Q1tMb
4D1xE6NIPBq5gVm6wA2J6JQhJlwvqZxhHgQwDwr07EZiBPMB2v857SZlMeVD
zxcgewGr2Le4z/QJj+HKFak7zQ+ylYoK5NSzeCtETUEUDLoYr1qidWZzVXAJ
qMRWhi1VyZY52KTMQVIdiPQZYblp/76fUpaNIXFhZuNy8YLoDEO9AbyQgMmD
F3XhE+vTVk0qfdrRmKITI6FgwXHChXxXc8lt1qpgud053UePwgOc2kdffgkE
1IydWOVQUssKYuBvsF3wx2GVXqNaydixE4c6r0XCJ+z9KL8wqsOfu0nUDGmu
HOiHIsqYbvSj11p361NtUxwd1dX8YTY4LHlYOQrH8EjWUwTzg1vamojIEEXK
1721gGJyBBKmfG4Wxigi2OICKFVri6aAq4UI7uWUbKvu/JwOkbEvhIt2yiIg
msccduNXhII7T9BHKJHjHPRJHphASUqBktGeso2RbP5rbuASgBmrRaVhTUOi
xoM1ThtkXET+QftjvBJIOdUaKc0yKqEuPPAUdNq9/ae7r54dvxZt1O+ncUan
nUa/pxxHdrAxWFIQVnZF+NNroLwNkoN/k3J8l6CsVib9e1uCS9jK4qwX5CXe
hjJ+mmhOBzykm9ZmWIbCSSp+X/sLqdGsplNFJwn3doczdonfa+6LJGSeZAgP
RQxIFE+4HZmP4d5eZy+H7GWRLOveHh9MLUKe3YREmCQk0Tq1U5wauzRLeVEL
UKjv5Zvccr43uIYmhQSqbBzOuDw8IsCO8d7h1FD0DykLWMJ+EBvlvPRwTHsG
pY1G/xJEWfOuuU/MRlQlqMaJW2Jf5kzTFvx8SFKSVpqUYFEa7ZRqRM5lSZff
rtKLJyog1gszt37i/xlrV3r5nr1dkHov1xCnJ+ojJsYSlCAxXXPlOqtd5CK5
TtKmqHgZS01orOPcvQsCDsD80aTir5995i+1ivxl7EMTZE5m82aFFlfrnzmJ
qwhsJGtrl33sXxrDZFNfxxpQtavUou/t56PeelS1As1wzTDIF0MdHfVA8HZB
ZwSXbfxMGqUqUq7QmL0I1BgPzu3dOJoaI54eHODInCneKc2RKN0Y8Prl4ot2
jI87i4fenyruNlorq6cVPMw9PiZNHmGdZmuDZnlBvvjtC0KtwQAfLQgDfqf1
0HdlnkcroUuL/EZPIyHZPDVYL4VTZP+ZLEB1JhKU5ebZ0aVKiNBrzi1dQsMq
2V0He3HX3EeIzmvVVauKmtQX+b7K2rRyhF/XoppqW7dIDSt7KOUGNZKOzNP0
nRf2ncEygoUTJDvg4YcUKUprPalPOw2HH43yZvs0rug76BVh41YemvuEsdp8
sWUJMtnsKKa5gcQGgGwPRJ6lc8HVQpo2LGXNUCyYMyMRr3BixNRsftq2n6yf
2k/0/LR6e8ESzzTakDTalrE7yJEVj0DvYIhzTHdOvzyXXEz6PRm2wQxbJiFA
dnP+RXZYc6Yz5aemGLnb/1QgTAbpFCTeVEjL48u/5s1o2UuHfPTyL4LvSG1s
fEnUhbN3nSAvC0gl2QzspAHErlCFp/nzznNOtkUdwLbyvhgSvj8nnH4O0UOe
wtF1Lc4wc2mblcyXyMbLp2b9Q2W0nvTKDciUbKMdoH0nVQQuengEf6S8QAu7
YARkPpUORC7NVyo7BgKnJacjWWBtc7kbuMRWvTgbDLs3ZUI4Lsl4IKeL60lQ
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
+nJvRcttEPVlkSchQfgTGYRIUeT498X9NYdw3Y/G41GZkzfOovP7OEQmHpxw
IBlx/ZvI7JpUovM5IvUmGBRpaerlpbxQE/CiOZ3dFKedpYglMBEXIY1/ySuQ
8dHNZ0pVDMoRx7BKnd+J8T83BMTDwU+hk4iDVJWUoo5HXBg8S6gg50jyMoOq
BHzqKUqfysNQ3rSHMUzDIxsnQxWLBrmP4UOsGHchay3V4VyL0Uxyba7dC967
I+rNZWyN5eJWPCXOEXXb03B4fPL6ZF6rem6t52WiYPuo4SIpPpVwZsq8dUwd
eFOcNjSnwnxchSH/MBrM86GA+jNKhGY8OSlI8SJIm9AJtFTtdQf/kRb1C9Br
vAAJX9aoeLRXrAtTMnUqmTwUBvwBcfB8hSOkt6Sx8mqweQGA0AebbWxvg+6x
Os+HtExvnRJyN7qlAECdiK8lbGvIrau8DMHh2hEm7tBCLVzYaNUkaGc+0zR6
OcHF4G90bJtu8RBwlsbjh0RpIWcCuLMkoBt8Rg7zm4wCKRpCi0j02thbtuuM
wnl6Djn4G+b4wFxqUU27sO1Xvgnjvlxxk9rOb2ysJH1UcK1aYCgu6+f9HLR0
ug1/N1HECfY1pBHIuofYiYQPhV1wSeeLKwPitGSiuBontPeDwvpNxYaT4K+E
7fvFY9ga4rZzPHAEVzthWpDc5/NAkiWu5OWO5Gi7lyyXdeDyxGXbfzvpvukf
8GZfUHnyh0l2PxpwZUcSkuWJK3mitq2b7SXbumT94FjtGNekv5Ec9GkDUCSc
uILvo6m1oIANpWYK4WccNcoh0dcPEoCgx+qk96scV4lRpSxzdzKE8MeBq4m/
qFq0a8X+WqifTgUoJfmjW+sXqs1711j6Jmn6tL5rP0abZsCZvVZCJnZTZNXW
Gvyacjbe3UKvfV/mY1qmJaOOchSFJuJGxH38IBp64ysFCxC9DSm6tejHeJ5s
Blr3FqAEooN/4ahQxtJCRpxebguFa4OEiy1JMofv1j7qKxoh4fi+UHzieTVO
MlFn5OPQMSHKr7ojOmrCwdaOIh2P3ktWSLTaUiGKTyeJD42nStILVFbXSvO4
zyJ0eJxlWxpXe6eKOhxbRI99GOUfcQnsAJOm93D7/5a5XhAiuSa7R4QIKx1h
D67ZOwEg0unUiXrq9dSwZnlTD+YxJicgCi2DPDethTi8x0XxHuZfMe/6cIxQ
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

-->

</rfc>
