From 40f4352a31845ec94c8802740ae941ee013d734f Mon Sep 17 00:00:00 2001 From: sergeych Date: Wed, 30 Apr 2025 14:28:50 +0400 Subject: [PATCH] more info n update in readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb39284..f1d9fb2 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ provides the following transports: ### Note on version compatibility +Since version 0.6.9 websocket protocol supports both text and binary frames; old clients are backward compatible with mew servers, but new clients only can work with older servers only in default binary frame mode. Upgrade also your servers to get better websocket compatibility [^1]. + Version 0.5.1 could be backward incompatible due to upgrade of the crypto2. Protocols >= 0.3.0 are not binary compatible with previous version due to more compact binary @@ -274,4 +276,5 @@ This is work in progress, not yet moved to public domain; It will be moved to open source; we also guarantee that it will be moved to open source immediately if the software export restrictions will be lifted. We do not support such practices here at 8-rays.dev. [MITM]: https://en.wikipedia.org/wiki/Man-in-the-middle_attack -[Sergey Chernov]: https://t.me/real_sergeych \ No newline at end of file +[Sergey Chernov]: https://t.me/real_sergeych +[^1]: On some new Xiaomi phones we found problems with websocket binary frames, probably in ktor; use text frames otherwise. \ No newline at end of file