From ae14bd0f63fcddc56cd0fe3879e36fd21726b3f9 Mon Sep 17 00:00:00 2001 From: Dominik Piatek Date: Thu, 2 Nov 2023 15:26:48 +0000 Subject: [PATCH] Update spaces identifier See https://ably.atlassian.net/wiki/spaces/ENG/pages/2728362052/ADR101%3A+Tracking+wrapper+SDK+usage?focusedCommentId=2762833932 --- protocol/README.md | 6 +++--- protocol/agents.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/protocol/README.md b/protocol/README.md index df759ba..4c1dfd9 100644 --- a/protocol/README.md +++ b/protocol/README.md @@ -90,7 +90,6 @@ The following table adds more contextual detail for some agent identifiers, wher | `ably-asset-tracking-swift` | [ably-asset-tracking-swift](https://github.com/ably/ably-asset-tracking-swift) | | `ably-flutter` | [ably-flutter](https://github.com/ably/ably-flutter) | | `ably-ruby-rest` | [ably-ruby](https://github.com/ably/ably-ruby) | -| `ably-spaces` | [spaces](https://github.com/ably-labs/spaces) | | `android` | [ably-java](https://github.com/ably/ably-java), [ably-dotnet](https://github.com/ably/ably-dotnet) | | `browser` | [ably-js](https://github.com/ably/ably-js) | | `dart` | [ably-flutter](https://github.com/ably/ably-flutter) | @@ -113,8 +112,9 @@ The following table adds more contextual detail for some agent identifiers, wher | `react-hooks` | [react-hooks](https://github.com/ably-labs/react-hooks) | | `react-native` | [ably-js](https://github.com/ably/ably-js) | | `ruby` | [ably-ruby](https://github.com/ably/ably-ruby) | -| `spaces-default-client` | [spaces](https://github.com/ably-labs/spaces) | -| `spaces-custom-client` | [spaces](https://github.com/ably-labs/spaces) | +| `spaces` | [spaces](https://github.com/ably/spaces) | +| `spaces-default-client` | [spaces](https://github.com/ably/spaces) | +| `spaces-custom-client` | [spaces](https://github.com/ably/spaces) | | `tvOS` | [ably-cocoa](https://github.com/ably/ably-cocoa) | | `unity` | [ably-dotnet](https://github.com/ably/ably-dotnet) | | `uwp` | [ably-dotnet](https://github.com/ably/ably-dotnet) | diff --git a/protocol/agents.json b/protocol/agents.json index eb321f9..fcadc4d 100644 --- a/protocol/agents.json +++ b/protocol/agents.json @@ -321,7 +321,7 @@ "type": "wrapper" }, { - "identifier": "ably-spaces", + "identifier": "spaces", "versioned": true, "type": "wrapper" },