From cecdda19c9d8d3907ae935ffb141dd644a3f77cf Mon Sep 17 00:00:00 2001 From: netkas Date: Mon, 2 Sep 2024 14:59:03 -0400 Subject: [PATCH] Corrected missing information --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 18209d3..b875aab 100644 --- a/README.md +++ b/README.md @@ -90,9 +90,10 @@ Source: [Wikipedia](https://en.wikipedia.org/wiki/Universally_unique_identifier# ## RPC Communication -Socialbox employs JSON-RPC over HTTP for server-client communication. JSON-RPC is a stateless, lightweight remote -procedure call (RPC) protocol. This implementation is based on the JSON-RPC 2.0 specification with certain modifications -to meet the Socialbox standards. Below are the modifications made to the JSON-RPC 2.0 specification: +Socialbox employs JSON-RPC over HTTP for server-client & server-server communication. JSON-RPC is a stateless, +lightweight remote procedure call (RPC) protocol. This implementation is based on the JSON-RPC 2.0 specification +with certain modifications to meet the Socialbox standards. Below are the modifications made to the JSON-RPC 2.0 +specification: - Removed the redundant `jsonrpc` field from the request object, as the protocol is already defined as JSON-RPC 2.0. - Revised error codes to align with the Socialbox standard. Error codes are categorized by the first digit, which