about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-06-30 11:24:38 +0200
committerMichael Vetter <jubalh@iodoru.org>2021-06-30 11:24:38 +0200
commitc847a8d6629e4a6ca326b0f3def3fe2aba0ed467 (patch)
treea4a91ed652ec8507dc2bf85641d65dc150fb8280 /src/command/cmd_defs.c
parent817a6bff54217e12444cb2d6dba1c0741918e578 (diff)
downloadprofani-tty-c847a8d6629e4a6ca326b0f3def3fe2aba0ed467.tar.gz
command: Mention xep-0157 in /disco info
Diffstat (limited to 'src/command/cmd_defs.c')
-rw-r--r--src/command/cmd_defs.c3
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." })