aboutsummaryrefslogtreecommitdiffstats
path: root/util/stanza.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2015-09-03 23:49:15 +0200
committerKim Alvefur <zash@zash.se>2015-09-03 23:49:15 +0200
commit4db1bdfc87c6f56610c0e0f4732cca7ff1302efa (patch)
tree00d541185816de24e7a9b1c8e9fa773bd53f8b8f /util/stanza.lua
parent2c628cc4bac167e28a476931b77ba9185e38e793 (diff)
parente1d1102f5e3e6a6e2f738c710443d0f1b17a918b (diff)
downloadprosody-4db1bdfc87c6f56610c0e0f4732cca7ff1302efa.tar.gz
prosody-4db1bdfc87c6f56610c0e0f4732cca7ff1302efa.zip
Merge 0.10->trunk
Diffstat (limited to 'util/stanza.lua')
-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;
};