From 5385cc28beca6513ef2ad66a405b296f1507b73c Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 22 Apr 2025 15:07:33 +0200 Subject: [PATCH] Add note about xep0454 to /sendfile Fix https://github.com/profanity-im/profanity/issues/2040 --- src/command/cmd_defs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 591b3d48..e5fb3cf0 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -841,7 +841,8 @@ static const struct cmd_t command_defs[] = { CMD_SYN( "/sendfile ") CMD_DESC( - "Send a file using XEP-0363 HTTP file transfer.") + "Send a file using XEP-0363 HTTP file transfer. " + "If you are in an OMEMO session then the file will be encrypted (XEP-0454) as well.") CMD_ARGS( { "", "Path to the file." }) CMD_EXAMPLES(