mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
util.xml: Remove unused parameter (thanks, luacheck)
This commit is contained in:
parent
fd58c2c49c
commit
ed2dc14ab3
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ local parse_xml = (function()
|
||||||
function handler:CharacterData(data)
|
function handler:CharacterData(data)
|
||||||
stanza:text(data);
|
stanza:text(data);
|
||||||
end
|
end
|
||||||
function handler:EndElement(tagname)
|
function handler:EndElement()
|
||||||
stanza:up();
|
stanza:up();
|
||||||
end
|
end
|
||||||
local parser = lxp.new(handler, "\1");
|
local parser = lxp.new(handler, "\1");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue