@@ -457,15 +457,15 @@ path indicated by the URI, as described in {{WebTransport, Section 3}}.
457
457
# ## QUIC
458
458
459
459
A MOQT server that is accessible via native QUIC can be identified by a
460
- URI with a "moq " scheme. The "moq " URI scheme is defined as follows,
460
+ URI with a "moqt " scheme. The "moqt " URI scheme is defined as follows,
461
461
using definitions from {{!RFC3986}} :
462
462
463
463
~~~~~~~~~~~~~~~
464
- moq -URI = "moqt" "://" authority path-abempty [ "?" query ]
464
+ moqt -URI = "moqt" "://" authority path-abempty [ "?" query ]
465
465
~~~~~~~~~~~~~~~
466
466
467
467
The `authority` portion MUST NOT contain a non-empty `host` portion.
468
- The `moq ` URI scheme supports the `/.well-known/` path prefix defined in
468
+ The `moqt ` URI scheme supports the `/.well-known/` path prefix defined in
469
469
{{!RFC8615}}.
470
470
471
471
This protocol does not specify any semantics on the `path-abempty` and
@@ -1163,7 +1163,7 @@ the server, or when WebTransport is used. If the peer receives a PATH
1163
1163
parameter from the server, or when WebTransport is used, it MUST close
1164
1164
the connection. It follows the URI formatting rules {{!RFC3986}}.
1165
1165
1166
- When connecting to a server using a URI with the "moq " scheme, the
1166
+ When connecting to a server using a URI with the "moqt " scheme, the
1167
1167
client MUST set the PATH parameter to the `path-abempty` portion of the
1168
1168
URI; if `query` is present, the client MUST concatenate `?`, followed by
1169
1169
the `query` portion of the URI to the parameter.
0 commit comments