diff options
author | Badlop <badlop@process-one.net> | 2020-09-11 12:26:15 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2020-09-11 12:27:05 +0200 |
commit | 9629601d0bfb44085c94235bf38564b9bb4be998 (patch) | |
tree | 36dfab47b16c5e04e0f013d1dc5922ccbbb02d22 | |
parent | Allow for filtering outgoing s2s stanzas (#3381) (diff) |
Refer to the XEP for standard names (processone/docs.ejabberd.im#97)
-rw-r--r-- | src/mod_disco.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mod_disco.erl b/src/mod_disco.erl index 427963d3c..0f5120000 100644 --- a/src/mod_disco.erl +++ b/src/mod_disco.erl @@ -499,7 +499,8 @@ mod_doc() -> "by those modules.")}}, {name, #{value => ?T("Name"), - desc => ?T("Any arbitrary name of the contact.")}}, + desc => ?T("The field 'var' name that will be defined. " + "See XEP-0157 for some standardized names.")}}, {urls, #{value => "[URI, ...]", desc => ?T("A list of contact URIs, such as " |