mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
mod_pubsub: Remove outdated comment
This commit is contained in:
parent
c770a54aac
commit
e29f47893f
@ -363,8 +363,6 @@ depends(ServerHost, Opts) ->
|
|||||||
%% The default plugin module is implicit.
|
%% The default plugin module is implicit.
|
||||||
%% <p>The Erlang code for the plugin is located in a module called
|
%% <p>The Erlang code for the plugin is located in a module called
|
||||||
%% <em>node_plugin</em>. The 'node_' prefix is mandatory.</p>
|
%% <em>node_plugin</em>. The 'node_' prefix is mandatory.</p>
|
||||||
%% <p>The modules are initialized in alphetical order and the list is checked
|
|
||||||
%% and sorted to ensure that each module is initialized only once.</p>
|
|
||||||
%% <p>See {@link node_hometree:init/1} for an example implementation.</p>
|
%% <p>See {@link node_hometree:init/1} for an example implementation.</p>
|
||||||
init_plugins(Host, ServerHost, Opts) ->
|
init_plugins(Host, ServerHost, Opts) ->
|
||||||
TreePlugin = tree(Host, gen_mod:get_opt(nodetree, Opts,
|
TreePlugin = tree(Host, gen_mod:get_opt(nodetree, Opts,
|
||||||
|
Loading…
Reference in New Issue
Block a user