Mercurial > prosody-hg
diff core/xmlhandlers.lua @ 146:3826ca244eb6 s2s
working outgoing s2s \o/
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Fri, 24 Oct 2008 03:42:26 +0100 |
| parents | fbb3a4ff9cf1 |
| children | 4c0dcd245d34 |
line wrap: on
line diff
--- a/core/xmlhandlers.lua Fri Oct 24 03:06:55 2008 +0100 +++ b/core/xmlhandlers.lua Fri Oct 24 03:42:26 2008 +0100 @@ -35,7 +35,6 @@ stanza:text(t_concat(chardata)); chardata = {}; end - log("debug", "Start element: %s", tostring(name)); curr_ns,name = name:match("^(.+):([%w%-]+)$"); attr.xmlns = curr_ns;
