From 67b630720c777db45e99e7fe7ff5df252bfc3fed Mon Sep 17 00:00:00 2001 From: Lewis Marshall Date: Tue, 12 Dec 2023 13:52:58 +0000 Subject: [PATCH] Remove 'spaces-*-client' agent entries They are no longer used. Signed-off-by: Lewis Marshall --- protocol/README.md | 2 -- protocol/agents.json | 10 ---------- 2 files changed, 12 deletions(-) diff --git a/protocol/README.md b/protocol/README.md index 8adcd93..34805b4 100644 --- a/protocol/README.md +++ b/protocol/README.md @@ -118,8 +118,6 @@ The following table adds more contextual detail for some agent identifiers, wher | `react-native` | [ably-js](https://github.com/ably/ably-js) | | `ruby` | [ably-ruby](https://github.com/ably/ably-ruby) | | `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) | | `models` | [models](https://github.com/ably-labs/models) | | `tvOS` | [ably-cocoa](https://github.com/ably/ably-cocoa) | | `unity` | [ably-dotnet](https://github.com/ably/ably-dotnet) | diff --git a/protocol/agents.json b/protocol/agents.json index 3b46061..3f8ffa3 100644 --- a/protocol/agents.json +++ b/protocol/agents.json @@ -325,16 +325,6 @@ "versioned": true, "type": "wrapper" }, - { - "identifier": "spaces-default-client", - "versioned": false, - "type": "runtime" - }, - { - "identifier": "spaces-custom-client", - "versioned": false, - "type": "runtime" - }, { "identifier": "models", "versioned": true,