]> granicus.if.org Git - ejabberd/commitdiff
node_mb: Fix configuration documentation
authorHolger Weiss <holger@zedat.fu-berlin.de>
Mon, 5 Sep 2016 22:08:43 +0000 (00:08 +0200)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Mon, 5 Sep 2016 22:08:43 +0000 (00:08 +0200)
A node plugin used in a 'pep_mapping' must explicitly be added to the
list of 'plugins'.

src/node_mb.erl

index 6c7f0978046586c0db94e409295fbfd5ab216ef1..ce264a9e49cbdeca5c9357d1b49fcc5a00904cee 100644 (file)
@@ -38,6 +38,7 @@
 %%%   plugins:
 %%%     - "flat"
 %%%     - "pep" # Requires mod_caps.
+%%%     - "mb"
 %%%   pep_mapping:
 %%%     "urn:xmpp:microblog:0": "mb"
 %%% </pre></p>