diff options
author | Clombrong <cromblong@egregore.fun> | 2025-08-15 00:49:09 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-08-15 00:49:09 +0200 |
commit | 8eb14d509ff9eb6eaa4350686849cad860ec7841 (patch) | |
tree | 2d19c6dd453ac7b31bf9b50cf0f2eb8fdc60daef | |
parent | 137169b69587e843c525fd1099033f77a18c1290 (diff) |
feat(xmlns): add bind namespace
-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 58eb92b..ab12ee6 100644 --- a/lib/xmlns.ml +++ b/lib/xmlns.ml @@ -1,2 +1,3 @@ let sasl = "urn:ietf:params:xml:ns:xmpp-sasl" let tls = "urn:ietf:params:xml:ns:xmpp-tls" +let bind = "urn:ietf:params:xml:ns:xmpp-bind" |