From 7f69c4a177999a591e6c432d71330dc2547f2c95 Mon Sep 17 00:00:00 2001 From: Mike Barnes Date: Fri, 27 Mar 2020 16:10:22 +1100 Subject: [PATCH] Gitea doesn't parse XMPP URLs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c45db34..739051a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 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! +Discussion, questions and/or just saying hi in the [Chinwag Social Beergarden](xmpp:beergarden@rooms.chinwag.org?join) MUC (beergarden@rooms.chinwag.org) 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.