From 7691298a6bb163312556f5cc8f548f99df625410 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Mon, 13 Mar 2023 09:54:15 +0200 Subject: [PATCH] Update notification-channel-type-registry Follows https://github.com/solid/specification/pull/491 --- index.html | 40 +++++++++++++++++++++++++++++----------- 1 file changed, 29 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 0f0bcbcf..797950c1 100644 --- a/index.html +++ b/index.html @@ -306,32 +306,50 @@

Notification Channel Type Registry

To update the registry table an implementer MUST submit a modification request for this index as a pull request at the https://github.com/solid/specification repository, which includes the following information:

-
IRI
-
The IRI of the notification channel type.
+
Specification
+
The URL of the document that specifies the notification channel type.
Name
The name of the notification channel type.
+
IRI
+
The IRI of the notification channel type.
Description
-
A short English description of the notification channel type's semantics.
-
Reference
-
The retrievable URI of the document that specifies the notification channel type.
+
A short English description of the notification channel type.
+ - - - - - - + + + + + + + + + + + + + + + + + + + + + + +
Notification Channel Types
Specification IRIName DescriptionReference
EventSourceChannel2023http://www.w3.org/ns/solid/notifications#EventSourceChannel2023A notification channel type that uses the EventSource Web API.
LDNChannel2023http://www.w3.org/ns/solid/notifications#LDNChannel2023A notification channel type that uses the Linked Data Notifications protocol.
StreamingHTTPChannel2023http://www.w3.org/ns/solid/notifications#StreamingHTTPChannel2023A notification channel type that uses the Fetch API.
WebhookChannel2023http://www.w3.org/ns/solid/notifications#WebhookChannel2023A notification channel type that uses Webhooks.
WebSocketChannel2023http://www.w3.org/ns/solid/notifications#WebSocketChannel2023A notification channel type that uses the WebSocket API.