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
commit6dc6c83001b9de3fadb0c4af5742232b80f61ae7 (patch)
treead5ef4f0eb8f1738a908ee17ac3301935cca7c43 /plugins/adhoc/mod_adhoc.lua
parentb0dbc823ea3972c0bffa1dd1a17e32aa6d5d0461 (diff)
parent67cafcb874bf19db469dea76b7e2baf597009c89 (diff)
downloadprosody-6dc6c83001b9de3fadb0c4af5742232b80f61ae7.tar.gz
prosody-6dc6c83001b9de3fadb0c4af5742232b80f61ae7.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);