Skip to content

Commit 40a9f75

Browse files
authored
Minor clarity edits (#195)
* Fix non-normative issues * Move note
1 parent 341f55e commit 40a9f75

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

openid-sharedsignals-framework-1_0.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -607,10 +607,12 @@ default_subjects
607607
> OPTIONAL. A string indicating the default behavior of newly created streams. If present,
608608
the value MUST be either "ALL" or "NONE". If not provided, the Transmitter behavior in
609609
this regard is unspecified.
610+
610611
> - "ALL" indicates that any subjects that are appropriate for the stream are added to
611612
the stream by default. The Receiver MAY remove subjects from the stream via the
612613
`remove_subject_endpoint`, causing events for those subjects to _not_ be transmitted.
613614
The Receiver MAY re-add any subjects removed this way via the `add_subject_endpoint`.
615+
614616
> - "NONE" indicates that no subjects are added by default. The Receiver MAY add subjects
615617
to the stream via the `add_subject_endpoint`, causing only events for those subjects
616618
to be transmitted. The Receiver MAY remove subjects added this way via the
@@ -969,13 +971,14 @@ The HTTP POST request MAY contain the Receiver-Supplied values of the Stream
969971
Configuration ({{stream-config}}) object:
970972

971973
* `events_requested`
972-
* `delivery` : Note that in the case of the poll method, the `endpoint_url` value is
973-
supplied by the Transmitter.
974+
* `delivery`
975+
* `description`
974976

975977
If the request does not contain the `delivery` property, then the Transmitter
976978
MUST assume that the `method` is "urn:ietf:rfc:8936" (poll). The
977979
Transmitter MUST include a `delivery` property in the response with this
978-
`method` property and an `endpoint_url` property.
980+
`method` property and an `endpoint_url` property. Note that in the case of the poll
981+
method, the `endpoint_url` value is supplied by the Transmitter.
979982

980983
The following is a non-normative example request to create an Event Stream:
981984

0 commit comments

Comments
 (0)