diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2009-10-20 15:03:07 +0000 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2009-10-20 15:03:07 +0000 |
commit | 8ce1e790ac788b8a0c3a2cab352dbb25f4b374f4 (patch) | |
tree | be39dbe996ef704c8a121263e107093f710faa90 /src/mod_pubsub/gen_pubsub_node.erl | |
parent | Body 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.erl | 4 |
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. |