Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix non-normative issues #195

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line looks strange. Should there be an explanation after this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should not have an explanation, but I can move the note that is attached to delivery so that it is below the list.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this is a normative change. Any reason to think of this as a non-normative change?


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
Loading