aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorClombrong <cromblong@egregore.fun>2025-06-28 10:03:34 +0200
committerClombrong <cromblong@egregore.fun>2025-06-28 16:44:54 +0200
commit30db9d40e1fd80b7eda0bd29e52b701c18d18322 (patch)
tree270f67ac475522d5934c69bfa31ed884f9e7fe55 /lib
parent52df0ce483eb7d7e76a67ad5e70bc586de2fd6e8 (diff)
feat(xmlns): add tls namespace
Diffstat (limited to 'lib')
-rw-r--r--lib/xmlns.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/xmlns.ml b/lib/xmlns.ml
index c9f7b1f..58eb92b 100644
--- a/lib/xmlns.ml
+++ b/lib/xmlns.ml
@@ -1 +1,2 @@
let sasl = "urn:ietf:params:xml:ns:xmpp-sasl"
+let tls = "urn:ietf:params:xml:ns:xmpp-tls"