From 2645c33dfb42b924d3369b25807742bd15e4bc67 Mon Sep 17 00:00:00 2001 From: Clombrong Date: Wed, 18 Jun 2025 22:45:53 +0200 Subject: refactor(sasl): move xmlns to its own module --- lib/xmlns.ml | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/xmlns.ml (limited to 'lib/xmlns.ml') diff --git a/lib/xmlns.ml b/lib/xmlns.ml new file mode 100644 index 0000000..c9f7b1f --- /dev/null +++ b/lib/xmlns.ml @@ -0,0 +1 @@ +let sasl = "urn:ietf:params:xml:ns:xmpp-sasl" -- cgit v1.2.3