Add note about xep0454 to /sendfile
Some checks failed
CI / Linux (ubuntu) (push) Successful in 6m22s
CI / Linux (debian) (push) Successful in 6m31s
CI / Linux (fedora) (push) Successful in 9m0s
CI / Check spelling (push) Successful in 1m38s
CI / Linux (arch) (push) Failing after 1m3s
CI / Check coding style (push) Failing after 2m0s

Fix https://github.com/profanity-im/profanity/issues/2040
This commit is contained in:
Michael Vetter
2025-04-22 15:07:33 +02:00
parent 8f767b4392
commit 5385cc28be

View File

@@ -841,7 +841,8 @@ static const struct cmd_t command_defs[] = {
CMD_SYN(
"/sendfile <file>")
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(
{ "<file>", "Path to the file." })
CMD_EXAMPLES(