From d11392962a99be1a9e8d331263281de15fc3d6b3 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Mon, 24 Mar 2025 13:00:29 +0100 Subject: [PATCH] Added small README. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..de818f7 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# My little chat + +MLC is a little chat built on top of [MLS](https://www.rfc-editor.org/rfc/rfc9420.html). +All communication is E2E encrypted and is not stored on the backend. Deleted right after delivery. + +Currently it's a WIP prototype. -- GitLab