summaryrefslogtreecommitdiff
path: root/src/node_mb.erl
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2016-09-06 00:08:43 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2016-09-06 00:08:43 +0200
commit48ce34987d211208a794844e9a47489588c9ba75 (patch)
tree6360eff4510b9c6f49433a09f10a62027ae86cb7 /src/node_mb.erl
parentmod_pubsub: Remove outdated comment (diff)
node_mb: Fix configuration documentation
A node plugin used in a 'pep_mapping' must explicitly be added to the list of 'plugins'.
Diffstat (limited to 'src/node_mb.erl')
-rw-r--r--src/node_mb.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_mb.erl b/src/node_mb.erl
index 6c7f0978..ce264a9e 100644
--- a/src/node_mb.erl
+++ b/src/node_mb.erl
@@ -38,6 +38,7 @@
%%% plugins:
%%% - "flat"
%%% - "pep" # Requires mod_caps.
+%%% - "mb"
%%% pep_mapping:
%%% "urn:xmpp:microblog:0": "mb"
%%% </pre></p>