Skip to content

Commit 4b2f42b

Browse files
authored
clarify the url scheme is moqt not moq (#560)
2 parents 026570c + c3567cb commit 4b2f42b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

draft-ietf-moq-transport.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -457,15 +457,15 @@ path indicated by the URI, as described in {{WebTransport, Section 3}}.
457457
### QUIC
458458

459459
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,
461461
using definitions from {{!RFC3986}}:
462462

463463
~~~~~~~~~~~~~~~
464-
moq-URI = "moqt" "://" authority path-abempty [ "?" query ]
464+
moqt-URI = "moqt" "://" authority path-abempty [ "?" query ]
465465
~~~~~~~~~~~~~~~
466466

467467
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
469469
{{!RFC8615}}.
470470

471471
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
11631163
parameter from the server, or when WebTransport is used, it MUST close
11641164
the connection. It follows the URI formatting rules {{!RFC3986}}.
11651165

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
11671167
client MUST set the PATH parameter to the `path-abempty` portion of the
11681168
URI; if `query` is present, the client MUST concatenate `?`, followed by
11691169
the `query` portion of the URI to the parameter.

0 commit comments

Comments
 (0)