From cc2e783738b2203f93bafb6f7d7822308d0a2ac7 Mon Sep 17 00:00:00 2001 From: erebion <104499031+erebion@users.noreply.github.com> Date: Mon, 9 Jun 2025 01:56:30 +0200 Subject: [PATCH] Add ejabberd as Matrix server --- content/ecosystem/servers/servers.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/ecosystem/servers/servers.toml b/content/ecosystem/servers/servers.toml index f17aaf609..2f175a639 100644 --- a/content/ecosystem/servers/servers.toml +++ b/content/ecosystem/servers/servers.toml @@ -137,3 +137,12 @@ maturity = "Obsolete" language = "Rust" licence = "Apache-2.0" repository = "https://github.com/girlbossceo/conduwuit" + +[[servers]] +name = "ejabberd" +description = "Robust, Ubiquitous and Massively Scalable Messaging Platform (XMPP, MQTT, SIP Server, Matrix)" +author = "Process One" +maturity = "Alpha" +language = "Erlang" +licence = "GNU GPL v2 or later" +repository = "https://github.com/processone/ejabberd"