It is battle tested, standardized, widely used, have open source servers and apps, end-to-end encryption (OMEMO), self-hostable and are low on ressources and federated / decentralized.

I use it with family and friends. Conversations and blabber.im on android and Gajim on Linux. There’s also apps for windows and Apple.

Curious if anyone here use it and why, why not?

EDIT: Doh. In these Lemmy times I forgot federated. Added.

  • It’s trivial to self host. I’m running a server on a small VPS for the family. Best part is they don’t even know they are running XMPP, just installed Conversations and that was it.

    • I switched to iOS from android a while ago, but conversations was an AMAZING app and I wish there was something even half as good on iOS. That said… isn’t it the case that conversations is a paid app on Google play, and only free on fdroid? It’s totally worth the $2 or whatever it was on Google play, but I feel like it’s a hard sell for normal people who are used to free chat apps? Did you have any problems with that, or has the situation changed since I last looked?

      • Yes Conversations is still a paid app on Play Store. The F-Droid version also doesn’t support Google cloud notifications so some message notifications will go missing occasionally. For Android there’s also Quickly which is a Conversations fork and aTalk which works OK but reminds me of 90s Windows software. It’s still quite usable though. Honestly Conversations is totally worth the money if only for the amount of effort gone into modernising the platform which also a testament to its extensibility.

        • Oh, I totally agree that conversations is worth the $4 or whatever. I just have a hard time convincing friends to switch over to a new chat application to talk to only me when it’s not even free for them, you know? And if it’s a less technical person getting them on fdroid is a tricky proposition too. I don’t begrudge conversations for charging, but I do think it would be easier to get people on XMPP otherwise.

      • There is also Cheogram (conversations fork), which is actively developed/tweaked by the jmp.chat folks - very nice. Also Snikket (conversations fork) that is themed and tweaked to use with a snikket server, but it happily works with other servers.

        Another interesting tidbit. Chromebooks integrate the Android runtime to run play store apps. Windows 11 is also kinda/sorta shipping an Android runtime, but not by default. You can also spin up an Android runtime on Linux. I tested the snikket android app on Windows 11 and ChromeOS - works perfectly. So, I suspect all conversations forks can run across Android, Windows, ChromeOS, and Linux platforms - pretty neat. Doesn’t solve the iOS gap and getting the runtimes going could use polish on Windows and Linux. And nothing against the other desktop apps in development, but the ability to essentially run the Android app against most major environments makes me want to contribute to that code base (if I had any ability to develop for android, that is).

        • Ah yeah, another fun fact is that Snikket on iOS is a rebranding of Siskin. On iOS Siskin seems to be the best option right now with the one caveat that push notifications won’t contain the content of OMEMO messages (I think the plan is to design and implement an encrypted push XEP?). Conversations is probably the best xmpp application out there, so I’ve been tempted to run it on Linux via the Android runtime in the past. These days I’m pretty happy with Dino.

          I feel like we need something like converse.js on all platforms or something. Just something decent and consistent so you can recommend it to a friend on a different device and help them / understand their perspective, you know? I think converse.js has a desktop app via electron now, which seems like a start.

          • The standalone converse app was problematic when I tried it last. Also, there was a summer of code attempt at bringing jingle a/v sessions to converse, but it was never completed and nobody seems to have picked it up.

            • That’s a bit of a shame. I don’t personally find jingle that important, but it’d be great if it worked… Also OMEMO on converse is sort of in a weird state I think. AFAIK it still depends on a JS libsignal library that’s deprecated.