From 497d4d26bbc69e797fdcc52856d57d81d957d8a4 Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Fri, 29 May 2009 00:27:26 +0000 Subject: [PATCH] make flat the default node plugin SVN Revision: 2116 --- src/mod_pubsub/mod_pubsub.erl | 6 +++--- src/mod_pubsub/pubsub.hrl | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mod_pubsub/mod_pubsub.erl b/src/mod_pubsub/mod_pubsub.erl index 43ca80b34..d826f551e 100644 --- a/src/mod_pubsub/mod_pubsub.erl +++ b/src/mod_pubsub/mod_pubsub.erl @@ -230,7 +230,7 @@ init([ServerHost, Opts]) -> %% node_plugin. The 'node_' prefix is mandatory.

%%

The modules are initialized in alphetical order and the list is checked %% and sorted to ensure that each module is initialized only once.

-%%

See {@link node_default:init/1} for an example implementation.

+%%

See {@link node_hometree:init/1} for an example implementation.

init_plugins(Host, ServerHost, Opts) -> TreePlugin = list_to_atom(?TREE_PREFIX ++ gen_mod:get_opt(nodetree, Opts, ?STDTREE)), @@ -1570,7 +1570,7 @@ delete_node(Host, Node, Owner) -> %% Node = pubsubNode() %% From = jid() %% JID = jid() -%% @see node_default:subscribe_node/5 +%% @see node_hometree:subscribe_node/5 %% @doc

Accepts or rejects subcription requests on a PubSub node.

%%

There are several reasons why the subscription request might fail:

%%