You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As only a single channel will be returned, I suggest that the request lists the types in preferred order just in case there is multiple overlap. In this way, the client gets their preferred type that is supported by the server.
The text was updated successfully, but these errors were encountered:
brownhoward
changed the title
OK. As only a single channel will be returned, List types in preferred order in request
List types in preferred order in request
Sep 24, 2021
Once a client discovers the supported subscription types supported by a notification server, the client only really needs to request the subscription type it prefers.
I'm not sure if there a significant use case to use set an order or alternative semantics where a subscription is made for each type.
If the request includes an array of subscription types, I think the notification server behaviour can be left undefined, i.e., a variable behaviour, so the server can take any one. (Unless we put stronger semantics on a valid type value but I suggest against this.)
As only a single channel will be returned, I suggest that the request lists the types in preferred order just in case there is multiple overlap. In this way, the client gets their preferred type that is supported by the server.
Originally posted by @kevin-inrupt in solid/notifications-panel#3 (comment)
The text was updated successfully, but these errors were encountered: