diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-28 10:03:34 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-28 16:44:54 +0200 |
commit | 30db9d40e1fd80b7eda0bd29e52b701c18d18322 (patch) | |
tree | 270f67ac475522d5934c69bfa31ed884f9e7fe55 /lib | |
parent | 52df0ce483eb7d7e76a67ad5e70bc586de2fd6e8 (diff) |
feat(xmlns): add tls namespace
Diffstat (limited to 'lib')
-rw-r--r-- | lib/xmlns.ml | 1 |
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" |