diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-18 00:08:11 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-18 00:08:11 +0200 |
commit | 970c99961cbb388452946b952bdb2265ac17424d (patch) | |
tree | c9965ea8da4b01c2e45e63ec69701f8e7827d141 /doc/en/weechat_relay_protocol.en.adoc | |
parent | 242c37829086d5f1ca2bacb4524f40a535ed7d2d (diff) | |
download | weechat-970c99961cbb388452946b952bdb2265ac17424d.zip |
relay: immediately close connection if the handshake failed (weechat protocol)
Diffstat (limited to 'doc/en/weechat_relay_protocol.en.adoc')
-rw-r--r-- | doc/en/weechat_relay_protocol.en.adoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/en/weechat_relay_protocol.en.adoc b/doc/en/weechat_relay_protocol.en.adoc index bc787ef03..924179874 100644 --- a/doc/en/weechat_relay_protocol.en.adoc +++ b/doc/en/weechat_relay_protocol.en.adoc @@ -149,7 +149,8 @@ WeeChat replies with a hashtable containing the following keys and values: * _password_hash_algo_: the password authentication negotiated: supported by both the client and _relay_: -** (empty value): negotiation failed, password authentication is *NOT* possible +** (empty value): negotiation failed, password authentication is *NOT* possible; + in this case the connection with the client is immediately closed ** _plain_ ** _sha256_ ** _sha512_ |