[4.1.0.23] xmpp still not working

REPRODUCIBILITY (% or how often): 100%
BUILD ID = OS VERSION (Settings > About product): 4.1.0.23
HARDWARE (XA2, Xperia 10…): XA2
UI LANGUAGE: German
REGRESSION: (compared to previous public release: Yes, No, ?): No

DESCRIPTION:

With the new version I cannot create a connection to my xmpp server (prosody 0.11.8). I have several connections with other systems on TLS 1.2 and 1.3. I stripped down the prosody settings
to 1.1+ (1.0 up) but I still get:

client disconnected: unsupported protocol

PRECONDITIONS:

prosody with ssl setting:

protocol = "tlsv1+";

(but tls1_2+ preferred!)

STEPS TO REPRODUCE:

  1. tail prosody debugging/info level
  2. create an account on device

EXPECTED RESULT:

Client connects to xmpp server

ACTUAL RESULT:

prosody.log:

May 12 21:29:11 c2s560e80a8a6f0 info    Client connected
May 12 21:29:11 c2s560e80a8a6f0 info    Client disconnected: unsupported protocol

debug.log

ay 12 21:19:20 c2s55fffeeeb520 debug   TLS negotiation started for c2s_unauthed...
May 12 21:19:20 socket  debug   starting ssl handshake after writing
May 12 21:19:20 socket  debug   starting handshake...
May 12 21:19:20 socket  debug   ssl handshake of client with id:table: 0x55fffeb737a0, attempt:1
May 12 21:19:20 socket  debug   ssl handshake of client with id:table: 0x55fffeb737a0, attempt:2
May 12 21:19:20 socket  debug   ssl handshake error: unsupported protocol
May 12 21:19:20 socket  debug   closing client with id: 55fffeb737a0 unsupported protocol
May 12 21:19:20 c2s55fffeeeb520 info    Client disconnected: unsupported protocol
May 12 21:19:20 c2s55fffeeeb520 debug   Destroying session for (unknown) ((unknown)@myserv.er): unsupported
protocol
May 12 21:19:20 socket  debug   handshake failed because: unsupported protocol
1 Like

Interesting to know if this workaround would work? Or is the root cause something else and different solution is needed.

Yes I can confirm the workaround. But somehow i lost the status setting in settings. Can they be recovered?

[Update] it does not work, sorry

I am not able to startup a conversation. I can see the online status of friends in the address book. But that’s it :frowning:

Then it looks a bit different. In my case after installing telepathy-gabble-plus all connectivity returned to normal and also the availability page in the settings works and is not lost.

But again, in my case the server is ejabberd and not prosody (I do not know if that matters or not).

In my case, the server is prosody and not ejabberd and also all connectivity returned with installing telepathy-gabble-plus (I want it for my message carbons anyway!). The same for some friends that use Sailfish OS and the same server that I know of.

Yeah, thelepathy-gabble-plus might work but I first try vanilla of course. And leszeck’s video was quite encouraging:

Why is telepathy-gabble so stripped in SFOS??