prosody
log
graph
tags
bookmarks
branches
52eafe0e9772
browse
changeset
util/stanza.lua
annotate
comparison
diff
file
raw
Log
latest
help
RSS:
Atom:
Find changesets by keywords by author, files, the commit message, revision number or hash, or
revset expression
.
Software
/
code
/
prosody
Log
util/stanza.lua @ 5135:
52eafe0e9772
less
more
|
(0)
-15
tip
description
author
age
util.stanza: Use ipairs instead of childtags (behavior changed in 92c86e11fd44)
Kim Alvefur
2012-08-21
util.stanza: Make stanza:childtags() behave like :get_child()
Kim Alvefur
2012-07-05
util.stanza: Remove unused function imports
Matthew Wild
2012-04-28
util.stanza: Remove unused __add metamethod
Matthew Wild
2011-12-21
Merge 0.8->trunk
Matthew Wild
2011-02-24
util.stanza: Whitespace fix after merge (complicated)
Matthew Wild
2011-02-24
util.stanza: Remove childtags and rename matching_tags -> childtags (they are API-compatible)
Matthew Wild
2011-02-22
util.stanza: Rewrite clone() to be more optimized.
Waqas Hussain
2011-02-20
util.stanza: Clean up matching_tags() and replace :childtags() with it
Matthew Wild
2011-02-19
util.stanza: Remove childtags and rename matching_tags -> childtags (they are API-compatible)
Matthew Wild
2011-02-22
util.stanza: Rewrite clone() to be more optimized.
Waqas Hussain
2011-02-20
util.stanza: Make some globals local, so they don't clutter the global checking script's output. It's also a minor optimization ;)
Waqas Hussain
2011-02-03
util.stanza: Add get_child_text() method to get the text of the specified child element (get_child() + get_text() rolled into one step)
Matthew Wild
2011-01-31
util.stanza: Iterate on childtags instead of all childs.
Kim Alvefur
2010-12-17
util.stanza: Change get_error() to return nil rather than '' for no text
Matthew Wild
2010-12-11
less
more
|
(0)
-15
tip