Skip to content

Commit e93eef3

Browse files
committed
Merge #1026: Re-enable Agora IRC in configuration defaults
fb9f593 Re-enable Agora IRC in configuration defaults (Kristaps Kaupe)
2 parents 991ef16 + fb9f593 commit e93eef3

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

jmclient/jmclient/configure.py

+14-15
Original file line numberDiff line numberDiff line change
@@ -152,21 +152,20 @@ def jm_single():
152152
#usessl = false
153153
#socks5 = true
154154
155-
#Agora sometimes seems to be unreliable. Not active by default for that reason.
156-
#[MESSAGING:server3]
157-
#host = agora.anarplex.net
158-
#channel = joinmarket-pit
159-
#port = 14716
160-
#usessl = true
161-
#socks5 = false
162-
#socks5_host = localhost
163-
#socks5_port = 9050
164-
#
165-
##for tor
166-
##host = vxecvd6lc4giwtasjhgbrr3eop6pzq6i5rveracktioneunalgqlwfad.onion
167-
##port = 6667
168-
##usessl = false
169-
##socks5 = true
155+
[MESSAGING:server3]
156+
host = agora.anarplex.net
157+
channel = joinmarket-pit
158+
port = 14716
159+
usessl = true
160+
socks5 = false
161+
socks5_host = localhost
162+
socks5_port = 9050
163+
164+
#for tor
165+
#host = vxecvd6lc4giwtasjhgbrr3eop6pzq6i5rveracktioneunalgqlwfad.onion
166+
#port = 6667
167+
#usessl = false
168+
#socks5 = true
170169
171170
[LOGGING]
172171
# Set the log level for the output to the terminal/console

0 commit comments

Comments
 (0)