diff options
Diffstat (limited to 'doc/en/weechat_relay_protocol.en.adoc')
-rw-r--r-- | doc/en/weechat_relay_protocol.en.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/en/weechat_relay_protocol.en.adoc b/doc/en/weechat_relay_protocol.en.adoc index 1858112e9..96d300b0b 100644 --- a/doc/en/weechat_relay_protocol.en.adoc +++ b/doc/en/weechat_relay_protocol.en.adoc @@ -168,6 +168,9 @@ WeeChat replies with a hashtable containing the following keys and values: compute the hash of password on this nonce, concatenated with a client nonce and the user password (the _relay_ nonce + the client nonce is the salt used in the password hash algorithm) +* _compression_: compression type: +** _zlib_: messages are compressed with _zlib_ +** _off_: messages are not compressed [TIP] With WeeChat ≤ 2.8, the command _handshake_ is not implemented, WeeChat silently |