From e3718ed22e0f68c3b3f60849a8dcc17edcd8bfc4 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Mon, 30 Aug 2010 04:55:12 +0100 Subject: util.stanza: stanza:matched_children() -> stanza:matching_tags() --- util/stanza.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/stanza.lua') diff --git a/util/stanza.lua b/util/stanza.lua index 50fe02f0..496a4881 100644 --- a/util/stanza.lua +++ b/util/stanza.lua @@ -126,7 +126,7 @@ function stanza_mt:children() end, self, i; end -function stanza_mt:matched_children(name, xmlns) +function stanza_mt:matching_tags(name, xmlns) xmlns = xmlns or self.attr.xmlns; local tags = self.tags; local start_i, max_i = 1, #tags; -- cgit v1.2.3