aboutsummaryrefslogtreecommitdiff
path: root/src/mod_pubsub/gen_pubsub_node.erl
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2009-07-20 08:53:56 +0000
committerChristophe Romain <christophe.romain@process-one.net>2009-07-20 08:53:56 +0000
commit360b4916b1b11fc23f154a5e64f8e1f1e3665966 (patch)
tree44e1000b79e419f6b40cb2e0f88666c1f667eaeb /src/mod_pubsub/gen_pubsub_node.erl
parentRevert workaround of EJAB-611 because it seems no longer required (EJAB-709) (diff)
Implement pubsub#get-pending Ad Hoc Command (EJAB-955) (thanks to Brian Cully)
SVN Revision: 2372
Diffstat (limited to 'src/mod_pubsub/gen_pubsub_node.erl')
-rw-r--r--src/mod_pubsub/gen_pubsub_node.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_pubsub/gen_pubsub_node.erl b/src/mod_pubsub/gen_pubsub_node.erl
index dbf7e25d5..3762d4a44 100644
--- a/src/mod_pubsub/gen_pubsub_node.erl
+++ b/src/mod_pubsub/gen_pubsub_node.erl
@@ -59,6 +59,7 @@ behaviour_info(callbacks) ->
{get_entity_subscriptions, 2},
{get_subscriptions, 2},
{set_subscriptions, 4},
+ {get_pending_nodes, 2},
{get_states, 1},
{get_state, 2},
{set_state, 1},