diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-02 12:50:49 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-02 12:50:49 +0200 |
commit | 71aa3dd45176fbac3c2e5e5cd03f4977414a28ef (patch) | |
tree | 6f3e25ddeb396724bbd2c66aa0c98c64e323fdf2 | |
parent | 7699c0b757370d59effae8eca3b8bdfe528c5e6f (diff) | |
download | weechat-71aa3dd45176fbac3c2e5e5cd03f4977414a28ef.zip |
doc: add missing key "compression" in handshake responses (relay protocol)
-rw-r--r-- | doc/en/weechat_relay_protocol.en.adoc | 4 | ||||
-rw-r--r-- | doc/fr/weechat_relay_protocol.fr.adoc | 4 | ||||
-rw-r--r-- | doc/ja/weechat_relay_protocol.ja.adoc | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/doc/en/weechat_relay_protocol.en.adoc b/doc/en/weechat_relay_protocol.en.adoc index 96d300b0b..d7b9a2e62 100644 --- a/doc/en/weechat_relay_protocol.en.adoc +++ b/doc/en/weechat_relay_protocol.en.adoc @@ -196,6 +196,7 @@ htb: { 'password_hash_iterations': '100000', 'totp': 'on', 'nonce': '85B1EE00695A5B254E14F4885538DF0D', + 'compression': 'zlib', } ---- @@ -215,6 +216,7 @@ htb: { 'password_hash_iterations': '100000', 'totp': 'on', 'nonce': '85B1EE00695A5B254E14F4885538DF0D', + 'compression': 'zlib', } ---- @@ -234,6 +236,7 @@ htb: { 'password_hash_iterations': '100000', 'totp': 'on', 'nonce': '85B1EE00695A5B254E14F4885538DF0D', + 'compression': 'zlib', } ---- @@ -261,6 +264,7 @@ htb: { 'password_hash_iterations': '100000', 'totp': 'on', 'nonce': '85B1EE00695A5B254E14F4885538DF0D', + 'compression': 'off', } ---- diff --git a/doc/fr/weechat_relay_protocol.fr.adoc b/doc/fr/weechat_relay_protocol.fr.adoc index 709c4d432..b5fb12fc8 100644 --- a/doc/fr/weechat_relay_protocol.fr.adoc +++ b/doc/fr/weechat_relay_protocol.fr.adoc @@ -204,6 +204,7 @@ htb: { 'password_hash_iterations': '100000', 'totp': 'on', 'nonce': '85B1EE00695A5B254E14F4885538DF0D', + 'compression': 'zlib', } ---- @@ -223,6 +224,7 @@ htb: { 'password_hash_iterations': '100000', 'totp': 'on', 'nonce': '85B1EE00695A5B254E14F4885538DF0D', + 'compression': 'zlib', } ---- @@ -242,6 +244,7 @@ htb: { 'password_hash_iterations': '100000', 'totp': 'on', 'nonce': '85B1EE00695A5B254E14F4885538DF0D', + 'compression': 'zlib', } ---- @@ -269,6 +272,7 @@ htb: { 'password_hash_iterations': '100000', 'totp': 'on', 'nonce': '85B1EE00695A5B254E14F4885538DF0D', + 'compression': 'off', } ---- diff --git a/doc/ja/weechat_relay_protocol.ja.adoc b/doc/ja/weechat_relay_protocol.ja.adoc index cbb3549c0..00eafe704 100644 --- a/doc/ja/weechat_relay_protocol.ja.adoc +++ b/doc/ja/weechat_relay_protocol.ja.adoc @@ -205,6 +205,7 @@ htb: { 'password_hash_iterations': '100000', 'totp': 'on', 'nonce': '85B1EE00695A5B254E14F4885538DF0D', + 'compression': 'zlib', } ---- @@ -224,6 +225,7 @@ htb: { 'password_hash_iterations': '100000', 'totp': 'on', 'nonce': '85B1EE00695A5B254E14F4885538DF0D', + 'compression': 'zlib', } ---- @@ -243,6 +245,7 @@ htb: { 'password_hash_iterations': '100000', 'totp': 'on', 'nonce': '85B1EE00695A5B254E14F4885538DF0D', + 'compression': 'zlib', } ---- @@ -270,6 +273,7 @@ htb: { 'password_hash_iterations': '100000', 'totp': 'on', 'nonce': '85B1EE00695A5B254E14F4885538DF0D', + 'compression': 'off', } ---- |