aboutsummaryrefslogtreecommitdiff
path: root/src/mod_pubsub/gen_pubsub_node.erl
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2009-10-20 15:03:07 +0000
committerChristophe Romain <christophe.romain@process-one.net>2009-10-20 15:03:07 +0000
commit8ce1e790ac788b8a0c3a2cab352dbb25f4b374f4 (patch)
treebe39dbe996ef704c8a121263e107093f710faa90 /src/mod_pubsub/gen_pubsub_node.erl
parentBody tag not properly closed in HTTP-Bind (thanks to Janusz Dziemidowicz)(EJA... (diff)
does not use slash as default separator in nodename (EJAB-667)
SVN Revision: 2687
Diffstat (limited to 'src/mod_pubsub/gen_pubsub_node.erl')
-rw-r--r--src/mod_pubsub/gen_pubsub_node.erl4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mod_pubsub/gen_pubsub_node.erl b/src/mod_pubsub/gen_pubsub_node.erl
index 3762d4a44..64464bcac 100644
--- a/src/mod_pubsub/gen_pubsub_node.erl
+++ b/src/mod_pubsub/gen_pubsub_node.erl
@@ -68,7 +68,9 @@ behaviour_info(callbacks) ->
{get_item, 7},
{get_item, 2},
{set_item, 1},
- {get_item_name, 3}
+ {get_item_name, 3},
+ {node_to_path, 1},
+ {path_to_node, 1}
];
behaviour_info(_Other) ->
undefined.