From fb9f5933e8dce32f52cd1f65c329a0ea864405b5 Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Sun, 26 Sep 2021 20:05:52 +0300 Subject: [PATCH] Re-enable Agora IRC in configuration defaults --- jmclient/jmclient/configure.py | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/jmclient/jmclient/configure.py b/jmclient/jmclient/configure.py index 73d8ba7..cf850cf 100644 --- a/jmclient/jmclient/configure.py +++ b/jmclient/jmclient/configure.py @@ -152,21 +152,20 @@ socks5_port = 9050 #usessl = false #socks5 = true -#Agora sometimes seems to be unreliable. Not active by default for that reason. -#[MESSAGING:server3] -#host = agora.anarplex.net -#channel = joinmarket-pit -#port = 14716 -#usessl = true -#socks5 = false -#socks5_host = localhost -#socks5_port = 9050 -# -##for tor -##host = vxecvd6lc4giwtasjhgbrr3eop6pzq6i5rveracktioneunalgqlwfad.onion -##port = 6667 -##usessl = false -##socks5 = true +[MESSAGING:server3] +host = agora.anarplex.net +channel = joinmarket-pit +port = 14716 +usessl = true +socks5 = false +socks5_host = localhost +socks5_port = 9050 + +#for tor +#host = vxecvd6lc4giwtasjhgbrr3eop6pzq6i5rveracktioneunalgqlwfad.onion +#port = 6667 +#usessl = false +#socks5 = true [LOGGING] # Set the log level for the output to the terminal/console