aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-06-29 16:06:54 +0200
committerKim Alvefur <zash@zash.se>2021-06-29 16:06:54 +0200
commitf40173b4c7d7e31d0264964de0999559c4f4e28f (patch)
treef96a4d07f5f37955885414c3359917f9e66e56d6 /teal-src
parent417846da58c448a45b5aba4e9a2d9d3b674c02dd (diff)
downloadprosody-f40173b4c7d7e31d0264964de0999559c4f4e28f.tar.gz
prosody-f40173b4c7d7e31d0264964de0999559c4f4e28f.zip
util.stanza: Export pretty printing function
Diffstat (limited to 'teal-src')
-rw-r--r--teal-src/util/stanza.d.tl1
1 files changed, 1 insertions, 0 deletions
diff --git a/teal-src/util/stanza.d.tl b/teal-src/util/stanza.d.tl
index b96f9ff3..a358248a 100644
--- a/teal-src/util/stanza.d.tl
+++ b/teal-src/util/stanza.d.tl
@@ -56,6 +56,7 @@ local record lib
error_reply : function ( stanza_t, string, string, string, string )
presence : function ( { string : string } ) : stanza_t
xml_escape : function ( string ) : string
+ pretty_print : function ( string ) : string
end
return lib