diff options
author | Michael Vetter <jubalh@iodoru.org> | 2021-06-30 11:24:38 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2021-06-30 11:24:38 +0200 |
commit | c847a8d6629e4a6ca326b0f3def3fe2aba0ed467 (patch) | |
tree | a4a91ed652ec8507dc2bf85641d65dc150fb8280 | |
parent | 817a6bff54217e12444cb2d6dba1c0741918e578 (diff) | |
download | profani-tty-c847a8d6629e4a6ca326b0f3def3fe2aba0ed467.tar.gz |
command: Mention xep-0157 in /disco info
-rw-r--r-- | src/command/cmd_defs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index f5b111ac..e04ba2a1 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -869,7 +869,8 @@ static struct cmd_t command_defs[] = { "/disco items [<jid>]") CMD_DESC( "Find out information about an entities supported services. " - "Calling with no arguments will query the server you are currently connected to.") + "Calling with no arguments will query the server you are currently connected to. " + "This includes discovering contact addresses for XMPP services (XEP-0157).") CMD_ARGS( { "info [<jid>]", "List protocols and features supported by an entity." }, { "items [<jid>]", "List items associated with an entity." }) |