aboutsummaryrefslogtreecommitdiff
path: root/src/mod_pubsub/node_mb.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_pubsub/node_mb.erl')
-rw-r--r--src/mod_pubsub/node_mb.erl8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mod_pubsub/node_mb.erl b/src/mod_pubsub/node_mb.erl
index a497c17ba..9495a3bc5 100644
--- a/src/mod_pubsub/node_mb.erl
+++ b/src/mod_pubsub/node_mb.erl
@@ -36,9 +36,10 @@
-module(node_mb).
-author('eric@ohmforce.com').
+-include_lib("exmpp/include/exmpp.hrl").
+
-include("ejabberd.hrl").
-include("pubsub.hrl").
--include("jlib.hrl").
-behaviour(gen_pubsub_node).
@@ -72,8 +73,8 @@
get_item/2,
set_item/1,
get_item_name/3,
- node_to_path/1,
- path_to_node/1
+ node_to_path/1,
+ path_to_node/1
]).
init(Host, ServerHost, Opts) ->
@@ -208,4 +209,3 @@ node_to_path(Node) ->
path_to_node(Path) ->
node_pep:path_to_node(Path).
-