plugins/mod_bosh.lua
changeset 4623 403b56b78018
parent 4457 332a5d73e5b6
child 4684 dc70c4ffb66d
--- a/plugins/mod_bosh.lua	Thu Mar 15 03:19:35 2012 +0000
+++ b/plugins/mod_bosh.lua	Thu Mar 15 14:47:46 2012 +0100
@@ -6,7 +6,7 @@
 -- COPYING file in the source package for more information.
 --
 
-module.host = "*" -- Global module
+module:set_global(); -- Global module
 
 local hosts = _G.hosts;
 local new_xmpp_stream = require "util.xmppstream".new;