From d86ae26092b6af9dd5379ba2412062aee42f55b7 Mon Sep 17 00:00:00 2001 From: solidsanek Date: Sat, 10 May 2025 14:50:54 +0200 Subject: [PATCH] docs: consistently spell ejabberd using lowercase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This matches the project’s own spelling --- docs/docs/configuration/integrations/howto_ejabberd.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/configuration/integrations/howto_ejabberd.md b/docs/docs/configuration/integrations/howto_ejabberd.md index c7f752a77..3d3e78116 100644 --- a/docs/docs/configuration/integrations/howto_ejabberd.md +++ b/docs/docs/configuration/integrations/howto_ejabberd.md @@ -1,6 +1,6 @@ -# Configuring Ejabberd (XMPP Server) to use Akkoma for authentication +# Configuring ejabberd (XMPP Server) to use Akkoma for authentication -If you want to give your Akkoma users an XMPP (chat) account, you can configure [Ejabberd](https://github.com/processone/ejabberd) to use your Akkoma server for user authentication, automatically giving every local user an XMPP account. +If you want to give your Akkoma users an XMPP (chat) account, you can configure [ejabberd](https://github.com/processone/ejabberd) to use your Akkoma server for user authentication, automatically giving every local user an XMPP account. In general, you just have to follow the configuration described at [https://docs.ejabberd.im/admin/configuration/authentication/#external-script](https://docs.ejabberd.im/admin/configuration/authentication/#external-script). Please read this section carefully. @@ -23,7 +23,7 @@ auth_use_cache: false Restart / reload your ejabberd service. -After restarting your Ejabberd server, your users should now be able to connect with their Akkoma credentials. +After restarting your ejabberd server, your users should now be able to connect with their Akkoma credentials. ```python