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

Quick Notifications #192

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ These reports are incubated by the [Solid Notifications Panel](https://github.co
* Editors Draft:
* [Solid Notifications Protocol](https://solid.github.io/notifications/protocol)

### Quick Protocol
* Latest Published Version:
* [Solid Quick Notifications Protocol](https://solidproject.org/TR/quick-notifications-protocol)
Comment on lines +16 to +17
Copy link
Member

Choose a reason for hiding this comment

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

404 I would suggest to add that link once it gets published

Copy link
Member Author

Choose a reason for hiding this comment

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

My intention was that when the PR gets accepted, it will be created.

Happy to comment it out if it is a problem...

* Editors Draft:
* [Solid Quick Notifications Protocol](https://solid.github.io/notifications/quick-protocol)

### Notification Channel Types

The Solid Notification Protocol makes it possible to define [notification channel types](https://solid.github.io/notifications/protocol#notification-channel-types). In order to help with the discovery of notification channel types that can be used with the Solid Notifications Protocol, it is encouraged to register them for maximum global interoperability at [Solid Technical Reports](https://solidproject.org/TR/#notification-channel-type-registry).
Expand Down
7 changes: 7 additions & 0 deletions quick-notifications-flow-discovery.mmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
sequenceDiagram
participant Subscription Client
participant Resource Server

Subscription Client ->> Resource Server: HEAD Resource (topic)
Resource Server ->> Subscription Client: Existing Notifications Channels
Resource Server ->> Subscription Client: Subscription Discovery
7 changes: 7 additions & 0 deletions quick-notifications-flow-subscription.mmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
sequenceDiagram
participant Subscription Client
participant Resource Server

Resource Server -->> Subscription Client: Discovery Response
Subscription Client ->> Resource Server: Subscription Request
Resource Server ->> Subscription Client: Subscription Response (with Notification Channel)
Loading