aboutsummaryrefslogtreecommitdiffstats
path: root/util/stanza.lua
diff options
context:
space:
mode:
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;
};