Changeset

6821:5de30376bf98

util.stanza: Export xml_escape (missed during removal of module() calls)
author Kim Alvefur <zash@zash.se>
date Thu, 03 Sep 2015 23:39:00 +0200
parents 6819:ffb2b5e31456
children 6822:621384d89a44 6823:3b07f38d70f5
files util/stanza.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;
 };