util/xmppstream.lua

changeset 3819
646aede54fc7
parent 3638
6f58a3063c14
child 3708
2dcb86c7cee7
equal deleted inserted replaced
3818:1dc56141ffda 3819:646aede54fc7
12 12
13 local tostring = tostring; 13 local tostring = tostring;
14 local t_insert = table.insert; 14 local t_insert = table.insert;
15 local t_concat = table.concat; 15 local t_concat = table.concat;
16 16
17 local default_log = require "util.logger".init("xmlhandlers"); 17 local default_log = require "util.logger".init("xmppstream");
18 18
19 local error = error; 19 local error = error;
20 20
21 module "xmppstream" 21 module "xmppstream"
22 22

mercurial