mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Update comment that explains how to set up node_mb
Specify settings that make sense with current ejabberd versions, and use the YAML configuration format. Also, specify the "urn:xmpp:microblog:0" namespace, as that's the microblogging node name currently defined by XEP-0277.
This commit is contained in:
parent
4dc23a5d81
commit
73a0fb418c
@ -31,13 +31,17 @@
|
||||
-include("jlib.hrl").
|
||||
|
||||
%%% @doc The module <strong>{@module}</strong> is the pep microblog PubSub plugin.
|
||||
%%% <p> To be used, mod_pubsub must be configured :
|
||||
%%% {mod_pubsub, [ % requires mod_caps
|
||||
%%% {access_createnode, pubsub_createnode},
|
||||
%%% {plugins, ["default", "pep","mb"]},
|
||||
%%% {pep_mapping, [{"urn:xmpp:microblog", "mb"}]}
|
||||
%%% ]},
|
||||
%%% </p>
|
||||
%%% <p>To be used, mod_pubsub must be configured:<pre>
|
||||
%%% mod_pubsub:
|
||||
%%% access_createnode: pubsub_createnode
|
||||
%%% ignore_pep_from_offline: false
|
||||
%%% plugins:
|
||||
%%% - "flat"
|
||||
%%% - "hometree"
|
||||
%%% - "pep" # Requires mod_caps.
|
||||
%%% pep_mapping:
|
||||
%%% "urn:xmpp:microblog:0": "mb"
|
||||
%%% </pre></p>
|
||||
%%% <p>PubSub plugin nodes are using the {@link gen_pubsub_node} behaviour.</p>
|
||||
|
||||
-export([init/3, terminate/2, options/0, features/0,
|
||||
|
Loading…
Reference in New Issue
Block a user