From c4b563d1571f3e294136e3b756cb977f80cc5e17 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sat, 23 Dec 2023 18:33:07 +0900 Subject: [PATCH] fix: add sequence number of subscriptions revision --- docs/specs/clients/notify/authentication.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/specs/clients/notify/authentication.md b/docs/specs/clients/notify/authentication.md index 77ebd9d9..5014ad1c 100644 --- a/docs/specs/clients/notify/authentication.md +++ b/docs/specs/clients/notify/authentication.md @@ -40,6 +40,7 @@ A non-ideal way to avoid the race condition is for the sender to set the message - iss - did:key of Notify Server authentication key - aud - did:key of client identity key - sbs - array of [Notify Server Subscriptions](./data-structures.md#notify-server-subscriptions) +- seq - sequence number of subscription list ## wc_notifySubscriptionsChanged request @@ -47,6 +48,7 @@ A non-ideal way to avoid the race condition is for the sender to set the message - iss - did:key of Notify Server authentication key - aud - did:key of client identity key - sbs - array of [Notify Server Subscriptions](./data-structures.md#notify-server-subscriptions) +- seq - sequence number of subscription list ## wc_notifySubscriptionsChanged response @@ -73,6 +75,7 @@ A non-ideal way to avoid the race condition is for the sender to set the message - app - did:web of app domain that this request is associated with - Example: `did:web:app.example.com` - sbs - array of [Notify Server Subscriptions](./data-structures.md#notify-server-subscriptions) +- seq - sequence number of subscription list ## wc_notifyMessage request @@ -109,6 +112,7 @@ A non-ideal way to avoid the race condition is for the sender to set the message - app - did:web of app domain that this request is associated with - Example: `did:web:app.example.com` - sbs - array of [Notify Server Subscriptions](./data-structures.md#notify-server-subscriptions) +- seq - sequence number of subscription list ## wc_notifyDelete request @@ -127,3 +131,4 @@ A non-ideal way to avoid the race condition is for the sender to set the message - app - did:web of app domain that this request is associated with - Example: `did:web:app.example.com` - sbs - array of [Notify Server Subscriptions](./data-structures.md#notify-server-subscriptions) +- seq - sequence number of subscription list