Skip to content

Commit 5385cc2

Browse files
committed
Add note about xep0454 to /sendfile
Fix #2040
1 parent 8f767b4 commit 5385cc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/command/cmd_defs.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,8 @@ static const struct cmd_t command_defs[] = {
841841
CMD_SYN(
842842
"/sendfile <file>")
843843
CMD_DESC(
844-
"Send a file using XEP-0363 HTTP file transfer.")
844+
"Send a file using XEP-0363 HTTP file transfer. "
845+
"If you are in an OMEMO session then the file will be encrypted (XEP-0454) as well.")
845846
CMD_ARGS(
846847
{ "<file>", "Path to the file." })
847848
CMD_EXAMPLES(

0 commit comments

Comments
 (0)