Diff

plugins/mod_bosh.lua @ 4684:dc70c4ffb66d

Merge timber->trunk - thanks everyone!
author Matthew Wild <mwild1@gmail.com>
date Tue, 24 Apr 2012 21:59:20 +0100
parent 4527:d00f31470fcf
parent 4623:403b56b78018
child 4690:55f690fdc915
line wrap: on
line diff
--- a/plugins/mod_bosh.lua	Tue Apr 24 03:23:44 2012 +0100
+++ b/plugins/mod_bosh.lua	Tue Apr 24 21:59:20 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;