Diff

util/stanza.lua @ 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
parent 6777:5de6b93d0190
child 6978:30c96a5db360
child 7253:f4e71242556a
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;
 };