aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2011-02-22 07:37:52 +0000
committerMatthew Wild <mwild1@gmail.com>2011-02-22 07:37:52 +0000
commit297144b6a75ba8411f73135ca94b0f6a7320efc7 (patch)
treedbccf33b6fd123a9a4044d2b53e30baf965cbb24 /util
parentf80ca4e6a8556e45571ca866c0efd06350e1f930 (diff)
downloadprosody-297144b6a75ba8411f73135ca94b0f6a7320efc7.tar.gz
prosody-297144b6a75ba8411f73135ca94b0f6a7320efc7.zip
util.stanza: Remove childtags and rename matching_tags -> childtags (they are API-compatible)
Diffstat (limited to 'util')
-rw-r--r--util/stanza.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/stanza.lua b/util/stanza.lua
index de83977f..4c2a7143 100644
--- a/util/stanza.lua
+++ b/util/stanza.lua
@@ -4,7 +4,7 @@
--
-- This project is MIT/X11 licensed. Please see the
-- COPYING file in the source package for more information.
---
+--
local t_insert = table.insert;