# HG changeset patch # User Matthew Wild # Date 1298360272 0 # Node ID 7e3a570f33f4376fe87c104ac3bbd92e9a5b73fa # Parent d899a847867e30538c59af565571d9b4170b5764 util.stanza: Remove childtags and rename matching_tags -> childtags (they are API-compatible) diff -r d899a847867e -r 7e3a570f33f4 util/stanza.lua --- a/util/stanza.lua Sun Feb 20 20:11:52 2011 +0500 +++ b/util/stanza.lua Tue Feb 22 07:37:52 2011 +0000 @@ -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;