From 533d8f27679e1220c17f91317a19988a8c0960d7 Mon Sep 17 00:00:00 2001 From: Mike Barnes Date: Fri, 27 Mar 2020 14:47:09 +1100 Subject: [PATCH] Link to the beergarden --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fa986e0..c45db34 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ The code is derived from [ejabberd-auth-mysql](https://github.com/rankenstein/ej It is used on [Chinwag Social](https://social.chinwag.org) to provide XMPP messaging functionality to every account. +Discussion, questions and/or just saying hi in the [Chinwag Social Beergarden](xmpp:beergarden@rooms.chinwag.org?join) MUC is welcomed! + ## Setup Edit the `auth-mastodon.py` file and add database connection credentials at the top. Moving this to a config file is next on the TODO list, as this makes updates an awful process. Sorry.