aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorClombrong <cromblong@egregore.fun>2025-06-11 19:24:26 +0200
committerClombrong <cromblong@egregore.fun>2025-06-11 19:24:26 +0200
commit7444155d05a63fdbad93ee6f54d92efe32f2e337 (patch)
treecd3bfba4ee81d57a3ff9a8368581622d911e117a /lib
parent83b07678994d774ebc22cf387229ed7620d7708e (diff)
feat: move auth to sasl
Diffstat (limited to 'lib')
-rw-r--r--lib/flesh.ml2
-rw-r--r--lib/sasl.ml (renamed from lib/auth.ml)0
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/flesh.ml b/lib/flesh.ml
index 6bf7fa0..d8aca97 100644
--- a/lib/flesh.ml
+++ b/lib/flesh.ml
@@ -1,2 +1,2 @@
module Stream = Stream
-module Auth = Auth
+module Sasl = Sasl
diff --git a/lib/auth.ml b/lib/sasl.ml
index 606beb6..606beb6 100644
--- a/lib/auth.ml
+++ b/lib/sasl.ml