mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 02:06:21 +00:00
Add note about xep0454 to /sendfile
Fix https://github.com/profanity-im/profanity/issues/2040
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user