1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

command: Mention xep-0157 in /disco info

This commit is contained in:
Michael Vetter 2021-06-30 11:24:38 +02:00
parent 817a6bff54
commit c847a8d662

View File

@ -869,7 +869,8 @@ static struct cmd_t command_defs[] = {
"/disco items [<jid>]") "/disco items [<jid>]")
CMD_DESC( CMD_DESC(
"Find out information about an entities supported services. " "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( CMD_ARGS(
{ "info [<jid>]", "List protocols and features supported by an entity." }, { "info [<jid>]", "List protocols and features supported by an entity." },
{ "items [<jid>]", "List items associated with an entity." }) { "items [<jid>]", "List items associated with an entity." })