From a5770a224af29119b87c35cdbf4f1f0b43bc0576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 17 Apr 2020 21:04:54 +0200 Subject: [PATCH] doc: add example of option "compression" in command "handshake" (relay protocol) --- doc/en/weechat_relay_protocol.en.adoc | 3 +++ doc/fr/weechat_relay_protocol.fr.adoc | 3 +++ doc/ja/weechat_relay_protocol.ja.adoc | 3 +++ 3 files changed, 9 insertions(+) diff --git a/doc/en/weechat_relay_protocol.en.adoc b/doc/en/weechat_relay_protocol.en.adoc index 62faf51cb..b5c6ee87c 100644 --- a/doc/en/weechat_relay_protocol.en.adoc +++ b/doc/en/weechat_relay_protocol.en.adoc @@ -176,6 +176,9 @@ handshake password=plain # only plain, sha256 and pbkdf2+sha256 are supported by the client handshake password=plain:sha256:pbkdf2+sha256 + +# only sha256 and sha512 are supported by the client, disable compression +handshake password=sha256:sha512,compression=off ---- Example of response: diff --git a/doc/fr/weechat_relay_protocol.fr.adoc b/doc/fr/weechat_relay_protocol.fr.adoc index d0c9ac23c..1f1cf15b0 100644 --- a/doc/fr/weechat_relay_protocol.fr.adoc +++ b/doc/fr/weechat_relay_protocol.fr.adoc @@ -191,6 +191,9 @@ handshake password=plain # seulement plain, sha256 et pbkdf2+sha256 sont supportés par le client handshake password=plain:sha256:pbkdf2+sha256 + +# seulement sha256 et sha512 sont supportés par le client, désactiver la compression +handshake password=sha256:sha512,compression=off ---- Exemple de réponse : diff --git a/doc/ja/weechat_relay_protocol.ja.adoc b/doc/ja/weechat_relay_protocol.ja.adoc index bfe59a814..5ce16b624 100644 --- a/doc/ja/weechat_relay_protocol.ja.adoc +++ b/doc/ja/weechat_relay_protocol.ja.adoc @@ -185,6 +185,9 @@ handshake password=plain # only plain, sha256 and pbkdf2+sha256 are supported by the client handshake password=plain:sha256:pbkdf2+sha256 + +# only sha256 and sha512 are supported by the client, disable compression +handshake password=sha256:sha512,compression=off ---- Example of response: