update default server to Libera.Chat and enable SSL

Signed-off-by: Lian Begett <mail@bunbun.de>
(cherry picked from commit 6cb527429e)
r14.1.x
Lian Begett 11 months ago committed by Michele Calgaro
parent 51c582c3ce
commit 0984efdd17
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -71,8 +71,9 @@ Preferences::Preferences()
Konversation::ServerGroupSettingsPtr serverGroup = new Konversation::ServerGroupSettings;
serverGroup->setName("Trinity IRC");
Konversation::ServerSettings server;
server.setHost("irc.freenode.net");
server.setPort(8001);
server.setHost("irc.libera.chat");
server.setPort(6697);
server.setSSLEnabled(true);
serverGroup->addServer(server);
serverGroup->setIdentityId(mIdentity->id());
Konversation::ChannelSettings channel;

Loading…
Cancel
Save