diff --git a/.ably/capabilities.yaml b/.ably/capabilities.yaml index 03ab25c71..09752ef9d 100644 --- a/.ably/capabilities.yaml +++ b/.ably/capabilities.yaml @@ -44,7 +44,6 @@ compliance: Connection: Disconnected Retry Timeout: Get Identifier: - Incremental Backoff: Lifecycle Control: Recovery: State Events: @@ -83,10 +82,6 @@ compliance: Support Hyperlink on Request Failure: Service: Environment: - Fallbacks: - Hosts: - Retry Count: - Retry Timeout: Host: Testing: Disable TLS: diff --git a/README.md b/README.md index 7fe037639..71e281f25 100644 --- a/README.md +++ b/README.md @@ -404,24 +404,14 @@ As of release 1.2.0, the following are not implemented and will be covered in fu ### REST API - [Push notifications admin API](https://ably.com/docs/general/push/admin) is not implemented. - - [JWT authentication](https://ably.com/docs/core-features/authentication#ably-jwt-process) is not implemented. ### Realtime API -- There is no channel `suspended` state; this means that the client will not automatically reattach to channels if a - connection becomes `suspended` and then resumes, and presence members associated with the client will not be - automatically re-entered. - -- Inband reauthentication is not supported; expiring tokens will trigger a disconnection and resume of a realtime - connection. - -- Realtime connection failure handling is partially implemented. - +- Inband reauthentication is not supported; expiring tokens will trigger a disconnection and resume of a realtime connection. +- Realtime fallbacks not supported. - Realtime Ping function is not implemented. - - Message Delta Compression is not implemented. - - Push Notification Target functional is not applicable for the SDK and thus not implemented. ## Support, feedback and troubleshooting