aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/adhoc/mod_adhoc.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2012-06-12 13:55:56 +0100
committerMatthew Wild <mwild1@gmail.com>2012-06-12 13:55:56 +0100
commitd786589002d3626b31dcf95f929854db29d0b433 (patch)
treead5ef4f0eb8f1738a908ee17ac3301935cca7c43 /plugins/adhoc/mod_adhoc.lua
parent93f062ef641152f54cc25fa2f1e71111cdba6aaf (diff)
parentf76c2aa90b3cc7ba714571448865fcb30d63ef78 (diff)
downloadprosody-d786589002d3626b31dcf95f929854db29d0b433.tar.gz
prosody-d786589002d3626b31dcf95f929854db29d0b433.zip
Merge with trunk
Diffstat (limited to 'plugins/adhoc/mod_adhoc.lua')
-rw-r--r--plugins/adhoc/mod_adhoc.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/adhoc/mod_adhoc.lua b/plugins/adhoc/mod_adhoc.lua
index 49d07103..69b2c8da 100644
--- a/plugins/adhoc/mod_adhoc.lua
+++ b/plugins/adhoc/mod_adhoc.lua
@@ -100,3 +100,4 @@ local function adhoc_removed(event)
end
module:handle_items("adhoc", adhoc_added, adhoc_removed);
+module:handle_items("adhoc-provider", adhoc_added, adhoc_removed);