diff options
author | Michael Vetter <jubalh@iodoru.org> | 2023-04-09 18:26:40 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2023-04-09 18:26:40 +0200 |
commit | 64cb52bef5f5645db381444174e03befe217453a (patch) | |
tree | 25239b35220ac1a51ae15e436c48330b4f2ab7e4 | |
parent | e52ca2fbaa02acec3b2b757369ef5740e7a103da (diff) | |
download | profani-tty-64cb52bef5f5645db381444174e03befe217453a.tar.gz |
Rewrite description for clientid
-rw-r--r-- | src/command/cmd_defs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 6f30652b..b985464f 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -2107,7 +2107,7 @@ static const struct cmd_t command_defs[] = { { "set <account> otr <policy>", "Override global OTR policy for this account, see /otr." }, { "set <account> pgpkeyid <pgpkeyid>", "Set the ID of the PGP key for this account, see /pgp." }, { "set <account> startscript <script>", "Set the script to execute after connecting." }, - { "set <account> clientid \"<name> <version>\"", "[EXPERIMENTAL] Set XMPP client name according for discovery according to XEP-0092. Use with caution." }, + { "set <account> clientid \"<name> <version>\"", "Set XMPP client name for discovery according to XEP-0092. For privacy geeks. Recommendation to leave as is." }, { "set <account> tls force", "Force TLS connection, and fail if one cannot be established, this is default behaviour." }, { "set <account> tls allow", "Use TLS for the connection if it is available." }, { "set <account> tls trust", "Force TLS connection and trust server's certificate." }, |