diff options
author | Matthew Wild <mwild1@gmail.com> | 2011-02-22 07:37:52 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2011-02-22 07:37:52 +0000 |
commit | 297144b6a75ba8411f73135ca94b0f6a7320efc7 (patch) | |
tree | dbccf33b6fd123a9a4044d2b53e30baf965cbb24 | |
parent | f80ca4e6a8556e45571ca866c0efd06350e1f930 (diff) | |
download | prosody-297144b6a75ba8411f73135ca94b0f6a7320efc7.tar.gz prosody-297144b6a75ba8411f73135ca94b0f6a7320efc7.zip |
util.stanza: Remove childtags and rename matching_tags -> childtags (they are API-compatible)
-rw-r--r-- | util/stanza.lua | 2 |
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; |