Skip to content

Commit

Permalink
Fix non-normative issues
Browse files Browse the repository at this point in the history
  • Loading branch information
FragLegs committed Aug 12, 2024
1 parent 417e8e7 commit ee796c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openid-sharedsignals-framework-1_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -592,10 +592,12 @@ default_subjects
> OPTIONAL. A string indicating the default behavior of newly created streams. If present,
the value MUST be either "ALL" or "NONE". If not provided, the Transmitter behavior in
this regard is unspecified.

> - "ALL" indicates that any subjects that are appropriate for the stream are added to
the stream by default. The Receiver MAY remove subjects from the stream via the
`remove_subject_endpoint`, causing events for those subjects to _not_ be transmitted.
The Receiver MAY re-add any subjects removed this way via the `add_subject_endpoint`.

> - "NONE" indicates that no subjects are added by default. The Receiver MAY add subjects
to the stream via the `add_subject_endpoint`, causing only events for those subjects
to be transmitted. The Receiver MAY remove subjects added this way via the
Expand Down Expand Up @@ -951,6 +953,7 @@ Configuration ({{stream-config}}) object:
* `events_requested`
* `delivery` : Note that in the case of the poll method, the `endpoint_url` value is
supplied by the Transmitter.
* `description`

If the request does not contain the `delivery` property, then the Transmitter
MUST assume that the `method` is "urn:ietf:rfc:8936" (poll). The
Expand Down

0 comments on commit ee796c2

Please sign in to comment.