plugins/mod_bosh.lua

changeset 1042
a3d77353c18a
parent 947
84202314ab7f
child 1050
9552c08241af
--- a/plugins/mod_bosh.lua	Wed Apr 22 20:52:27 2009 +0100
+++ b/plugins/mod_bosh.lua	Wed Apr 22 21:32:23 2009 +0100
@@ -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";

mercurial