From 2cb52758e4bef856a1e840e9b390808e4254eb39 Mon Sep 17 00:00:00 2001 From: Alex Kremer Date: Fri, 22 Sep 2023 13:59:33 +0100 Subject: [PATCH] Add note about Clio --- .../public-api-methods/subscription-methods/subscribe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md b/content/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md index ca978f6618..9e76cfd76c 100644 --- a/content/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md +++ b/content/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md @@ -89,7 +89,7 @@ The `streams` parameter provides access to the following default streams of info - `server` - Sends a message whenever the status of the `rippled` server (for example, network connectivity) changes. - `validations` - Sends a message whenever the server receives a validation message, regardless of if the server trusts the validator. (An individual `rippled` declares a ledger validated when the server receives validation messages from at least a quorum of trusted validators.) -**Note:** The following streams are not available from servers in [Reporting Mode][]: `server`, `peer_status`, `consensus`. Reporting Mode servers return the error `reportingUnsupported` if you request one of these streams. [Updated in: rippled 1.8.1][] +**Note:** The following streams are not available from Clio and `rippled` servers in [Reporting Mode][]: `server`, `peer_status`, `consensus`. Both will return the `reportingUnsupported` error if you request one of these streams. [Updated in: rippled 1.8.1][] [New in: Clio v2.0](https://github.com/XRPLF/clio/releases/tag/2.0 "BADGE_BLUE") Each member of the `books` array, if provided, is an object with the following fields: