meebey / smuxi

Smuxi is an user-friendly and free IRC client for Linux, Windows and Mac OS X based on GNOME / GTK+
https://smuxi.im/
GNU General Public License v2.0
172 stars 46 forks source link

Connection to jabber.ccc.de (XMPP) fails #247

Open goofy79 opened 8 years ago

goofy79 commented 8 years ago

Hello, i use the actual master branch/0e56be4 1.1.0.0 and if i want to connect to the XMPP jabber.ccc.de i get these error

14:58 -!- reconnect to jabber.ccc.de 14:58 -!- error: The object was used after being disposed. 14:58 -!- reconnect to jabber.ccc.de in 0 seconds

can somebody help me ?

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

meebey commented 8 years ago

jabber.ccc.de requires PFS in the TLS/SSL stack and Mono does not support that yet.With Mono 4.2 or 4.3 there is a new TLS/SSL implementation but it needs to be enabled manually. I do not know if that gets jabber.ccc.de working...

goofy79 commented 8 years ago

do you know - how can i enable the PFS ? i updated my mono now to the version 4.2 - so i can try it

many THX

meebey commented 8 years ago

Hm maybe it even needs Mono 4.4, I am not sure. setting this env var enables it: MONO_TLS_PROVIDER="Mono.Security.Providers.NewTls.NewTlsProvider, Mono.Security.Providers.NewTls, Version=4.0.0.0, Culture=neutral, PublicKeyToken=84e3aee7225169c2"

see http://permalink.gmane.org/gmane.comp.gnome.mono.devel/43222

meebey commented 8 years ago

A simpler workaround is to use stunnel and connect with Smuxi through stunnel to the jabber.ccc.de server.

meebey commented 7 years ago

I have written a FAQ item that explains how to use stunnel with Smuxi here: https://smuxi.im/faq/usage/stunnel/