Software /
code /
prosody
Comparison
util/stanza.lua @ 627:f0a4498ae996
Merge from waqas
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 16 Dec 2008 02:40:29 +0000 |
parent | 615:4ae3e81513f3 |
parent | 626:cf1d26fd4d6f |
child | 680:734994b61907 |
comparison
equal
deleted
inserted
replaced
625:cad4dcfbf295 | 627:f0a4498ae996 |
---|---|
17 -- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | 17 -- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 -- | 18 -- |
19 | 19 |
20 | 20 |
21 local t_insert = table.insert; | 21 local t_insert = table.insert; |
22 local t_concat = table.concat; | |
22 local t_remove = table.remove; | 23 local t_remove = table.remove; |
23 local t_concat = table.concat; | 24 local t_concat = table.concat; |
24 local s_format = string.format; | 25 local s_format = string.format; |
25 local tostring = tostring; | 26 local tostring = tostring; |
26 local setmetatable = setmetatable; | 27 local setmetatable = setmetatable; |