summaryrefslogtreecommitdiff
path: root/doc/en
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/en
parent7699c0b757370d59effae8eca3b8bdfe528c5e6f (diff)
downloadweechat-71aa3dd45176fbac3c2e5e5cd03f4977414a28ef.zip
doc: add missing key "compression" in handshake responses (relay protocol)
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_relay_protocol.en.adoc4
1 files changed, 4 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',
}
----