From ea0ae1042b4967f1afadeb377a900eefcbd17403 Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Mon, 4 Nov 2024 10:00:13 +0100 Subject: [PATCH] Remove Jabber communication channel While it would be nice to be able to use Jabber, it is effectively not happening. There are a few people hanging out in the lounge, but the community is not meeting there and it does not make sense to announce it as a channel. --- src/SpaceApiEntry.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SpaceApiEntry.py b/src/SpaceApiEntry.py index c7a1b35..16e16e9 100644 --- a/src/SpaceApiEntry.py +++ b/src/SpaceApiEntry.py @@ -13,7 +13,6 @@ def create_netz39(): ) entry.add_contact("email", "kontakt@netz39.de", is_issue_channel=True) entry.add_contact("ml", "list@netz39.de", is_issue_channel=True) - entry.add_contact("jabber", "lounge@conference.jabber.n39.eu") entry.add_contact("discord", "https://discord.netz39.de/") entry.add_contact("github", "https://github.com/Netz39") entry.add_contact("mastodon", "https://machteburch.social/@netz39")