summaryrefslogtreecommitdiff
path: root/doc/ja
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-05-02 12:50:49 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-05-02 12:50:49 +0200
commit71aa3dd45176fbac3c2e5e5cd03f4977414a28ef (patch)
tree6f3e25ddeb396724bbd2c66aa0c98c64e323fdf2 /doc/ja
parent7699c0b757370d59effae8eca3b8bdfe528c5e6f (diff)
downloadweechat-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.adoc4
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',
}
----