Software /
code /
prosody
Comparison
util/stanza.lua @ 4184:7e3a570f33f4
util.stanza: Remove childtags and rename matching_tags -> childtags (they are API-compatible)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 22 Feb 2011 07:37:52 +0000 |
parent | 4179:aa07a381e5a6 |
child | 4199:43cf7d96956f |
comparison
equal
deleted
inserted
replaced
4183:d899a847867e | 4184:7e3a570f33f4 |
---|---|
2 -- Copyright (C) 2008-2010 Matthew Wild | 2 -- Copyright (C) 2008-2010 Matthew Wild |
3 -- Copyright (C) 2008-2010 Waqas Hussain | 3 -- Copyright (C) 2008-2010 Waqas Hussain |
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 | 9 |
10 local t_insert = table.insert; | 10 local t_insert = table.insert; |
11 local t_concat = table.concat; | 11 local t_concat = table.concat; |
12 local t_remove = table.remove; | 12 local t_remove = table.remove; |