mod_ping: Convert from Windows line endings
[prosody.git] / plugins / mod_bosh.lua
index 5aa8ff34f50075c8b9b090c223235165b8d26b40..46e9a95f6e466073b4ba04c7c7fbdb4628d067c2 100644 (file)
@@ -1,6 +1,7 @@
 
 module.host = "*" -- Global module
 
+local hosts = _G.hosts;
 local lxp = require "lxp";
 local init_xmlhandlers = require "core.xmlhandlers"
 local server = require "net.server";