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 /doc/ja | |
parent | 7699c0b757370d59effae8eca3b8bdfe528c5e6f (diff) | |
download | weechat-71aa3dd45176fbac3c2e5e5cd03f4977414a28ef.zip |
doc: add missing key "compression" in handshake responses (relay protocol)
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_relay_protocol.ja.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
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', } ---- |