diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/stanza.lua | 1 |
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; }; |