diff options
author | Matthew Wild <mwild1@gmail.com> | 2012-06-12 13:55:56 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2012-06-12 13:55:56 +0100 |
commit | d786589002d3626b31dcf95f929854db29d0b433 (patch) | |
tree | ad5ef4f0eb8f1738a908ee17ac3301935cca7c43 /plugins/adhoc | |
parent | 93f062ef641152f54cc25fa2f1e71111cdba6aaf (diff) | |
parent | f76c2aa90b3cc7ba714571448865fcb30d63ef78 (diff) | |
download | prosody-d786589002d3626b31dcf95f929854db29d0b433.tar.gz prosody-d786589002d3626b31dcf95f929854db29d0b433.zip |
Merge with trunk
Diffstat (limited to 'plugins/adhoc')
-rw-r--r-- | plugins/adhoc/mod_adhoc.lua | 1 |
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); |