aboutsummaryrefslogtreecommitdiffstats
path: root/util/xml.lua
diff options
context:
space:
mode:
Diffstat (limited to 'util/xml.lua')
-rw-r--r--util/xml.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/xml.lua b/util/xml.lua
index f826b6bf..38411bfb 100644
--- a/util/xml.lua
+++ b/util/xml.lua
@@ -64,7 +64,7 @@ local parse_xml = (function()
function handler:EndElement()
stanza:up();
end
- local parser = lxp.new(handler, "\1");
+ local parser = lxp.new(handler, ns_separator);
local ok, err, line, col = parser:parse(xml);
if ok then ok, err, line, col = parser:parse(); end
--parser:close();