diff options
Diffstat (limited to 'util')
-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 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; |