From c9746ea6e2a56d429a94709e7a5fead0b820d923 Mon Sep 17 00:00:00 2001
From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
Date: Tue, 15 Jun 2021 22:59:26 +0200
Subject: [PATCH] matrix: Enable SASL for Libera.Chat

---
 roles/matrix/templates/irc-bridge.yaml.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/matrix/templates/irc-bridge.yaml.j2 b/roles/matrix/templates/irc-bridge.yaml.j2
index 76a56ef79..577dcb79c 100644
--- a/roles/matrix/templates/irc-bridge.yaml.j2
+++ b/roles/matrix/templates/irc-bridge.yaml.j2
@@ -83,7 +83,7 @@ ircService:
       sslselfsign: false
       # Should the connection attempt to identify via SASL (if a server or user password is given)
       # If false, this will use PASS instead. If SASL fails, we do not fallback to PASS.
-      sasl: false
+      sasl: true
       # Whether to allow expired certs when connecting to the IRC server.
       # Usually this should be off. Default: false.
       allowExpiredCerts: false
-- 
GitLab