Sunday, December 22, 2019
grimoire@muc.metronome.im
December
Mon Tue Wed Thu Fri Sat Sun
            1
2 3
4
5 6 7 8
9
10
11 12 13 14 15
16
17
18 19 20 21
22
23
24 25 26 27 28 29
30 31          
Metronome IM "cook" book room | Support and Dev talk about the Metronome XMPP server.

Latest stable version build is: 4.0.3

For more information you can visit: https://metronome.im

Room logs can be found here: https://muc.metronome.im/logs/grimoire/

* Links *
<==========================================================>
- Building & Installation:
https://metronome.im/building
- Documentation:
https://metronome.im/documentation
- Issues Tracker:
https://github.com/maranda/metronome/issues
<==========================================================>

[12:48:51] <perflyst> @version jabber.org
[12:48:51] <Echo1> perflyst: jabber.org is running Isode M-Link version 16.3v13-1 on an unknown platform
[12:49:02] <perflyst> @version perf-test1.nohost.me
[12:49:05] <Echo1> perflyst: perf-test1.nohost.me is running Metronome version 3.12.0 on Linux
[12:54:57] <perflyst> @version bitquell.de
[12:55:00] <Echo1> perflyst: bitquell.de is running ejabberd version 19.09.1 on an unknown platform
[13:16:57] <perflyst> @version abysmal.mx
[13:16:58] <Echo1> perflyst: abysmal.mx can't be reached via XMPP (Server-to-server connection failed: Connecting failed: connection refused)
[13:31:31] <perflyst> @ping snopyta.org
[13:33:01] <Echo1> perflyst: Ping failed (remote-server-not-found): Server-to-server connection failed: connection-timeout
[14:16:44] <massimiliano> hey Maranda
[14:18:44] <massimiliano> I think that "s2s_inactivity_check" in the documentation *https://metronome.im/documentation/configuration*
needs to be changed in" s2s_check_inactivity"
[15:21:10] <perflyst> @version ej1.perflyst.de
[15:22:56] <perflyst> @version perf-test1.nohost.me
[15:22:59] <Echo1> perflyst: perf-test1.nohost.me is running Metronome version 3.12.0 on Linux
[15:26:04] <perflyst> @version ej1.perflyst.de
[15:26:07] <Echo1> perflyst: ej1.perflyst.de is running ejabberd version 19.09.72 on an unknown platform
[15:26:11] <perflyst> aha
[15:28:38] <perflyst> @ping ej1.perflyst.de
[15:28:39] <Echo1> perflyst: Pong from ej1.perflyst.de in 1.393 seconds
[15:29:31] <perflyst> @ping snopyta.org
[15:31:01] <Echo1> perflyst: Ping failed (remote-server-not-found): Server-to-server connection failed: connection-timeout
[15:36:04] <perflyst> @version creep.im
[15:37:34] <Echo1> perflyst: creep.im can't be reached via XMPP (Server-to-server connection failed: connection-timeout)
[15:37:40] <perflyst> damn
[15:48:39] <Maranda> massimiliano: ok thanks 👌
[15:53:28] <massimiliano> You're welcome
[15:54:55] <massimiliano> Maranda: do you have any idea why s2s connection is broken metronome<>ejabberd
[15:57:39] <massimiliano> (Not all versions)
[16:23:58] <perflyst> currently "debugging" metronome because ejabberd debug log does not show helpful infos
[16:24:11] <perflyst> i see
"SSL handshake error: wrong version number"
[16:26:28] <perflyst> https://privatebin.net/?5620c85f0edf962e#u3mapekxw6vCE1TwvigkkxWioXxJ3vMNGAJ9GhErVEM
[16:40:43] <perflyst> @version ej1.perflyst.de
[16:40:45] <Echo1> perflyst: ej1.perflyst.de is running ejabberd version 19.09.72 on an unknown platform
[16:43:26] <testuser1> muc works now, hu
[17:28:12] <perflyst> @version ej1.perflyst.de
[17:28:14] <Echo1> perflyst: ej1.perflyst.de is running ejabberd version 18.12.1-2 on unix/linux 4.19.0
[17:28:59] <perflyst> @version ej1.perflyst.de
[17:29:01] <Echo1> perflyst: ej1.perflyst.de is running ejabberd version 18.12.1-2 on unix/linux 4.19.0
[18:14:31] <testuser1> @version ej2.perflyst.de
[18:14:34] <Echo1> testuser1: ej2.perflyst.de is running ejabberd version 18.12.1-2~bpo9+1 on unix/linux 4.9.0
[18:19:55] <perflyst> Maranda: are you interested in debugging this?
[18:43:39] <perflyst> @version jab.im
[18:43:41] <Echo1> perflyst: jab.im is running Openfire version 4.4.4 on Linux 4.9.0-9-amd64 (amd64) - Java 1.8.0_222
[18:47:07] <perflyst> @version snopyta.org
[18:47:09] <Echo1> perflyst: snopyta.org is running ejabberd version 19.09.1 on an unknown platform
[18:48:20] <perflyst>
Maranda: two questions
can metronome do starttls on remote:5270? and do you support sasl external?
[18:51:54] <perflyst> first question solved, xmpps srv record "blocked" it
[19:34:30] <Maranda> perflyst: are you using openssl v1.1.0?
[19:37:59] <Maranda> Wrong version number means that during handshake the peer answers with a malformed response, and that's a known bug in openssl v1.1.0
[19:40:27] <Maranda> And there's practically no difference between direct tls (xmpps) and non
[19:40:47] <Maranda> TLS is still used
[20:02:05] <perflyst> it is fixed
the issue was that i had xmpps srv record but on port 5270 starttls was enabled
[20:02:47] <perflyst> yes, openssl "1.1.0l"