summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--account.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/account.py b/account.py
index 33ac349..a0d1f27 100644
--- a/account.py
+++ b/account.py
@@ -8,7 +8,7 @@ SERVICES = [
Service('foren', 'Foren', 'https://foren.spline.inf.fu-berlin.de/'),
Service('fragen', 'Fragen', 'https://fragen.spline.inf.fu-berlin.de/'),
Service('gitlab', 'Gitlab', 'https://gitlab.spline.inf.fu-berlin.de/'),
- #Service('jabber', 'Jabber', 'http://jabber.spline.de/'),
+ Service('jabber', 'Jabber', 'http://jabber.spline.de/'),
Service('zettel', 'Zettel', 'https://zettel.spline.inf.fu-berlin.de/'),
]