comparison mod_muc_log_http/muc_log_http/mod_muc_log_http.lua @ 264:07c17b60229a

mod_muc_log_http: Mark as global.
author Waqas Hussain <waqas20@gmail.com>
date Sat, 16 Oct 2010 08:07:52 +0500
parents 58c37562c67d
children 8cd2fab3135a
comparison
equal deleted inserted replaced
263:41f1cac40560 264:07c17b60229a
1 -- Copyright (C) 2009 Thilo Cestonaro 1 -- Copyright (C) 2009 Thilo Cestonaro
2 -- 2 --
3 -- This project is MIT/X11 licensed. Please see the 3 -- This project is MIT/X11 licensed. Please see the
4 -- COPYING file in the source package for more information. 4 -- COPYING file in the source package for more information.
5 -- 5 --
6
7 module:set_global();
6 8
7 local prosody = prosody; 9 local prosody = prosody;
8 local tabSort = table.sort; 10 local tabSort = table.sort;
9 local tonumber = _G.tonumber; 11 local tonumber = _G.tonumber;
10 local tostring = _G.tostring; 12 local tostring = _G.tostring;