diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-17 21:04:54 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-17 21:06:21 +0200 |
commit | a5770a224af29119b87c35cdbf4f1f0b43bc0576 (patch) | |
tree | 79ac6eb2bd90278d0df614ba2d06970164c39d8e /doc/en | |
parent | 4f2b2700bc0eb882f5b015d8af4765dbeec891a7 (diff) | |
download | weechat-a5770a224af29119b87c35cdbf4f1f0b43bc0576.zip |
doc: add example of option "compression" in command "handshake" (relay protocol)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_relay_protocol.en.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
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: |