From 0097ce6148fe2b6fa74b00c2c8577f1d513ddc1a Mon Sep 17 00:00:00 2001 From: luk3yx Date: Thu, 4 Jun 2020 10:57:07 +1200 Subject: [PATCH] Update README.md. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6aa156c..ddc9c6e 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,8 @@ relies on the SSCSM communication API described below. SSCSM provides an API inspired by [csm_com](https://github.com/DS-Minetest/csm_com) for sending private messages to clients. Unlike mod channels, only the target client gets these messages. -The internal communication protocol is currently unstable and will probably -change in a future release. +Although the API is stable, the internal protocol will probably change in the +future as better CSM API functions are added. *Note that channel names must not contain `\001`/U+0001.*