aboutsummaryrefslogtreecommitdiff
path: root/src/mod_mqtt.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2020-04-09 12:01:05 +0200
committerBadlop <badlop@process-one.net>2020-04-09 16:30:21 +0200
commit8694517c3495d2c0d5f1b64ecc1caf4787ee21ee (patch)
tree823646b23ace275a33d6141833fe50f6d9e1f9e9 /src/mod_mqtt.erl
parentCopy more option explanations from ejabberd Docs site (diff)
Minor fixes in doc
Diffstat (limited to '')
-rw-r--r--src/mod_mqtt.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mod_mqtt.erl b/src/mod_mqtt.erl
index b2f4ded68..1bc75aa15 100644
--- a/src/mod_mqtt.erl
+++ b/src/mod_mqtt.erl
@@ -267,7 +267,8 @@ listen_options() ->
mod_doc() ->
#{desc =>
?T("This module adds support for the MQTT protocol "
- "version '3.1.1' and '5.0'."),
+ "version '3.1.1' and '5.0'. Remember to configure "
+ "'mod_mqtt' in 'modules' and 'listen' sections."),
opts =>
[{access_subscribe,
#{value => "{TopicFilter: AccessName}",