net.http.server: Properly handle persistent connections
[prosody.git] / plugins / adhoc / mod_adhoc.lua
index 49d071031a247253d68af9d47c50f312b6cf6d90..69b2c8da9903e101afce81f053f4d00d7a0197d6 100644 (file)
@@ -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);