xep-0084: add /avatar help and autocompletion

This commit is contained in:
Michael Vetter
2019-12-18 13:37:42 +01:00
parent 3f58aba2bd
commit 3fdeb52f1c
2 changed files with 21 additions and 3 deletions

View File

@@ -2320,11 +2320,11 @@ static struct cmd_t command_defs[] =
CMD_TAGS(
CMD_TAG_CHAT)
CMD_SYN(
"/color nick")
"/avatar <barejid>")
CMD_DESC(
"Not ready")
"Download avatar for a certain contact.")
CMD_ARGS(
{ "nick", "Not ready"})
{ "<barejid>", "JID to download avatar from."})
CMD_NOEXAMPLES
},
};