comparison net/xmppcomponent_listener.lua @ 4541:05f5ec99da77

Merge with trunk
author Matthew Wild <mwild1@gmail.com>
date Sun, 22 Jan 2012 22:55:49 +0000
parents df2cbc52c83b
children
comparison
equal deleted inserted replaced
4530:40905e7bf680 4541:05f5ec99da77
4 -- 4 --
5 -- This project is MIT/X11 licensed. Please see the 5 -- This project is MIT/X11 licensed. Please see the
6 -- COPYING file in the source package for more information. 6 -- COPYING file in the source package for more information.
7 -- 7 --
8 8
9
10 local hosts = _G.hosts;
11 9
12 local t_concat = table.concat; 10 local t_concat = table.concat;
13 local tostring = tostring; 11 local tostring = tostring;
14 local type = type; 12 local type = type;
15 local pairs = pairs; 13 local pairs = pairs;