aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2015-09-03 23:39:00 +0200
committerKim Alvefur <zash@zash.se>2015-09-03 23:39:00 +0200
commite1d1102f5e3e6a6e2f738c710443d0f1b17a918b (patch)
tree53f949a4d4b0025256fb3ff68f01f237bd083e24 /util
parentd5879e21874bb44b65f58cb21dfd7d5d4dc817b7 (diff)
downloadprosody-e1d1102f5e3e6a6e2f738c710443d0f1b17a918b.tar.gz
prosody-e1d1102f5e3e6a6e2f738c710443d0f1b17a918b.zip
util.stanza: Export xml_escape (missed during removal of module() calls)
Diffstat (limited to 'util')
-rw-r--r--util/stanza.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/stanza.lua b/util/stanza.lua
index dc1600b0..90422a06 100644
--- a/util/stanza.lua
+++ b/util/stanza.lua
@@ -427,4 +427,5 @@ return {
reply = reply;
error_reply = error_reply;
presence = presence;
+ xml_escape = xml_escape;
};