diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_relay_protocol.en.adoc | 3 | ||||
-rw-r--r-- | doc/fr/weechat_relay_protocol.fr.adoc | 3 | ||||
-rw-r--r-- | doc/ja/weechat_relay_protocol.ja.adoc | 3 |
3 files changed, 9 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 diff --git a/doc/fr/weechat_relay_protocol.fr.adoc b/doc/fr/weechat_relay_protocol.fr.adoc index 34887a86f..709c4d432 100644 --- a/doc/fr/weechat_relay_protocol.fr.adoc +++ b/doc/fr/weechat_relay_protocol.fr.adoc @@ -177,6 +177,9 @@ suivantes : concaténé avec un nonce client et le mot de passe utilisateur (le nonce _relay_ + le nonce client constituent le sel utilisé dans l'algorithme de hachage du mot de passe) +* _compression_ : type de compression : +** _zlib_ : les messages sont compressés avec _zlib_ +** _off_ : les messages ne sont pas compressés [TIP] Avec WeeChat ≤ 2.8, la commande _handshake_ n'est pas implémentée, WeeChat ignore diff --git a/doc/ja/weechat_relay_protocol.ja.adoc b/doc/ja/weechat_relay_protocol.ja.adoc index 8e2d51f1b..cbb3549c0 100644 --- a/doc/ja/weechat_relay_protocol.ja.adoc +++ b/doc/ja/weechat_relay_protocol.ja.adoc @@ -177,6 +177,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 |