From 48ce34987d211208a794844e9a47489588c9ba75 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 6 Sep 2016 00:08:43 +0200 Subject: [PATCH] node_mb: Fix configuration documentation A node plugin used in a 'pep_mapping' must explicitly be added to the list of 'plugins'. --- src/node_mb.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/node_mb.erl b/src/node_mb.erl index 6c7f09780..ce264a9e4 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" %%%