From f19169a7a05e4e0701f1c8d0e06b5b1cc4ad8f90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sat, 27 May 2023 18:11:49 +0200 Subject: [PATCH] Add README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5109c74 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Cusku + +XMPP bot. + +At the moment it only implements Webhooks (gitlab) to MUC, but the goal is to +be somewhat of a testbed for xmpp-rs features. + +Originally based on tokio-webhook2muc. + +## License + +AGPL-3.0-or-later. See the LICENSE file.