mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 16:53:14 +02:00
doc: add example of option "compression" in command "handshake" (relay protocol)
This commit is contained in:
@@ -176,6 +176,9 @@ handshake password=plain
|
||||
|
||||
# only plain, sha256 and pbkdf2+sha256 are supported by the client
|
||||
handshake password=plain:sha256:pbkdf2+sha256
|
||||
|
||||
# only sha256 and sha512 are supported by the client, disable compression
|
||||
handshake password=sha256:sha512,compression=off
|
||||
----
|
||||
|
||||
Example of response:
|
||||
|
||||
@@ -191,6 +191,9 @@ handshake password=plain
|
||||
|
||||
# seulement plain, sha256 et pbkdf2+sha256 sont supportés par le client
|
||||
handshake password=plain:sha256:pbkdf2+sha256
|
||||
|
||||
# seulement sha256 et sha512 sont supportés par le client, désactiver la compression
|
||||
handshake password=sha256:sha512,compression=off
|
||||
----
|
||||
|
||||
Exemple de réponse :
|
||||
|
||||
@@ -185,6 +185,9 @@ handshake password=plain
|
||||
|
||||
# only plain, sha256 and pbkdf2+sha256 are supported by the client
|
||||
handshake password=plain:sha256:pbkdf2+sha256
|
||||
|
||||
# only sha256 and sha512 are supported by the client, disable compression
|
||||
handshake password=sha256:sha512,compression=off
|
||||
----
|
||||
|
||||
Example of response:
|
||||
|
||||
Reference in New Issue
Block a user