ox: remove /ox sendfile because its actually not implemented

This commit is contained in:
Michael Vetter
2022-05-05 23:50:03 +02:00
parent b16bdca726
commit 2e76e4f0c7
2 changed files with 1 additions and 11 deletions

View File

@@ -1728,7 +1728,6 @@ static struct cmd_t command_defs[] = {
"/ox end",
"/ox log on|off|redact",
"/ox char <char>",
"/ox sendfile on|off",
"/ox announce <file>",
"/ox discover <jid>",
"/ox request <jid> <keyid>")
@@ -1747,8 +1746,7 @@ static struct cmd_t command_defs[] = {
{ "char <char>", "Set the character to be displayed next to PGP encrypted messages." },
{ "announce <file>", "Announce a public key by pushing it on the XMPP Server" },
{ "discover <jid>", "Discover public keys of a jid. The OpenPGP Key IDs will be displayed" },
{ "request <jid> <keyid>", "Request public key. See /ox discover to to get available key IDs." },
{ "sendfile on|off", "Allow /sendfile to send unencrypted files while otherwise using PGP." })
{ "request <jid> <keyid>", "Request public key. See /ox discover to to get available key IDs." })
CMD_EXAMPLES(
"/ox log off",
"/ox start odin@valhalla.edda",