0
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-07-26 12:14:28 -04:00

Add note about xep0454 to /sendfile

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(