# HG changeset patch # User Kim Alvefur # Date 1441316340 -7200 # Node ID 5de30376bf98575127d6cd94627a1c2ed1c57e64 # Parent ffb2b5e314568dda5629cbcbce062fc1f555097f util.stanza: Export xml_escape (missed during removal of module() calls) diff -r ffb2b5e31456 -r 5de30376bf98 util/stanza.lua --- a/util/stanza.lua Mon Dec 23 17:57:53 2013 +0100 +++ b/util/stanza.lua Thu Sep 03 23:39:00 2015 +0200 @@ -427,4 +427,5 @@ reply = reply; error_reply = error_reply; presence = presence; + xml_escape = xml_escape; };