@@ -1442,20 +1442,20 @@ independently of an update request from a Receiver. If a Transmitter decides to
14421442start or stop events for a stream then the Transmitter MUST do the following
14431443according to the status of the stream.
14441444
1445- If the stream is :
1445+ The allowed values of status are :
14461446
1447- Enabled
1447+ enabled
14481448
14491449> the Transmitter MUST send a stream updated ({{stream-updated-event}}) event
14501450 respectively to the Receiver within the Event Stream.
14511451
1452- Paused
1452+ paused
14531453
14541454> the Transmitter SHOULD send a stream updated ({{stream-updated-event}}) after the Event Stream is
14551455 re-started. A Receiver MUST assume that events may have been lost during the
14561456 time when the event stream was paused.
14571457
1458- Disabled
1458+ disabled
14591459
14601460> the Transmitter MAY send a stream updated ({{stream-updated-event}}) after the Event Stream is
14611461 re-enabled.
@@ -1475,37 +1475,13 @@ response containing a [JSON][RFC7159] object with the following attributes:
14751475
14761476status
14771477
1478- > A string whose value MUST be one of the values described below .
1478+ > A string whose value MUST be one of the values described above .
14791479
14801480reason
14811481
14821482> An OPTIONAL string whose value SHOULD express why the stream's status is set to
14831483the current value.
14841484
1485- The allowable "status" values are :
1486-
1487- enabled
1488-
1489- > The Transmitter MUST transmit events over the stream, according to the
1490- stream’s configured delivery method.
1491-
1492- paused
1493-
1494- > The Transmitter MUST NOT transmit events over the stream. The transmitter
1495- will hold any events it would have transmitted while paused, and SHOULD
1496- transmit them when the stream’s status becomes "enabled". If a Transmitter
1497- holds successive events that affect the same Subject Principal, then the
1498- Transmitter MUST make sure that those events are transmitted in the order of
1499- time that they were generated OR the Transmitter MUST send only the last events
1500- that do not require the previous events affecting the same Subject Principal to
1501- be processed by the Receiver, because the previous events are either cancelled
1502- by the later events or the previous events are outdated.
1503-
1504- disabled
1505-
1506- > The Transmitter MUST NOT transmit events over the stream, and will not hold
1507- any events for later transmission.
1508-
15091485The following is a non-normative example request to check an event stream’s
15101486status :
15111487
0 commit comments