Skip to content

Commit 0c53359

Browse files
authored
Rename SUBSCRIBE_CLOSED to SUBSCRIBE_DONE
1 parent 04fcf9d commit 0c53359

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

draft-ietf-moq-transport.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,8 @@ subscribers for each track. Each new OBJECT belonging to the
629629
track within the subscription range is forwarded to each active
630630
subscriber, dependent on the congestion response. A subscription
631631
remains active until it expires, until the publisher of the track
632-
terminates the track with a SUBSCRIBE_CLOSED
633-
(see {{message-subscribe-closed}}).
632+
terminates the track with a SUBSCRIBE_DONE
633+
(see {{message-subscribe-done}}).
634634

635635
Objects MUST NOT be sent for unsuccessful subscriptions, and if a subscriber
636636
receives a SUBSCRIBE_ERROR after receiving objects, it MUST close the session
@@ -659,7 +659,7 @@ as defined below:
659659
|------|---------------------------|
660660

661661
The applicaiton SHOULD use a relevant status code in
662-
SUBSCRIBE_CLOSE, as defined below:
662+
SUBSCRIBE_DONE, as defined below:
663663

664664
|------|---------------------------|
665665
| Code | Reason |
@@ -781,7 +781,7 @@ MOQT Message {
781781
|-------|-----------------------------------------------------|
782782
| 0xA | UNSUBSCRIBE ({{message-unsubscribe}}) |
783783
|-------|-----------------------------------------------------|
784-
| 0xB | SUBSCRIBE_CLOSED ({{message-subscribe-closed}}) |
784+
| 0xB | SUBSCRIBE_DONE ({{message-subscribe-done}}) |
785785
|-------|-----------------------------------------------------|
786786
| 0x10 | GOAWAY ({{message-goaway}}) |
787787
|-------|-----------------------------------------------------|
@@ -1408,7 +1408,7 @@ SUBSCRIBE_ERROR
14081408
A subscriber issues a `UNSUBSCRIBE` message to a publisher indicating it is no
14091409
longer interested in receiving media for the specified track and Objects
14101410
should stop being sent as soon as possible. The publisher sends a
1411-
SUBSCRIBE_CLOSED to acknowledge the unsubscribe was successful and indicate
1411+
SUBSCRIBE_DONE to acknowledge the unsubscribe was successful and indicate
14121412
the final Object.
14131413

14141414
The format of `UNSUBSCRIBE` is as follows:
@@ -1422,16 +1422,16 @@ UNSUBSCRIBE Message {
14221422

14231423
* Subscribe ID: Subscription Identifer as defined in {{message-subscribe-req}}.
14241424

1425-
## SUBSCRIBE_CLOSED {#message-subscribe-closed}
1425+
## SUBSCRIBE_DONE {#message-subscribe-done}
14261426

1427-
A publisher issues a `SUBSCRIBE_CLOSED` message to indicate it
1427+
A publisher issues a `SUBSCRIBE_DONE` message to indicate it
14281428
is done publishing Objects for that subscription. The Status Code indicates why
14291429
the subscription ended, and whether it was an error.
14301430

1431-
The format of `SUBSCRIBE_CLOSED` is as follows:
1431+
The format of `SUBSCRIBE_DONE` is as follows:
14321432

14331433
~~~
1434-
SUBSCRIBE_CLOSED Message {
1434+
SUBSCRIBE_DONE Message {
14351435
Subscribe ID (i),
14361436
Status Code (i),
14371437
Reason Phrase (b),
@@ -1440,7 +1440,7 @@ SUBSCRIBE_CLOSED Message {
14401440
[Final Object (i)],
14411441
}
14421442
~~~
1443-
{: #moq-transport-subscribe-fin-format title="MOQT SUBSCRIBE_CLOSED Message"}
1443+
{: #moq-transport-subscribe-fin-format title="MOQT SUBSCRIBE_DONE Message"}
14441444

14451445
* Subscribe ID: Subscription identifier as defined in {{message-subscribe-req}}.
14461446

0 commit comments

Comments
 (0)