mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 05:16: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(
|
CMD_SYN(
|
||||||
"/sendfile <file>")
|
"/sendfile <file>")
|
||||||
CMD_DESC(
|
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(
|
CMD_ARGS(
|
||||||
{ "<file>", "Path to the file." })
|
{ "<file>", "Path to the file." })
|
||||||
CMD_EXAMPLES(
|
CMD_EXAMPLES(
|
||||||
|
|||||||
Reference in New Issue
Block a user