Admin on the slrpnk.net Lemmy instance.

He/Him or what ever you feel like.

XMPP: povoq@slrpnk.net

Lemmy alt: @kris@feddit.org

Avatar is an image of a baby octopus.

  • 236 Posts
  • 1.53K Comments
Joined 4 years ago
cake
Cake day: September 19th, 2022

help-circle
  • They are, but I suspect ejabberd itself which generates the hash from your password to compare to the hashed password in the Lemmy database might mess it up. It is quite backwards in regards to unicode in other ways, so that sounds plausible. But at this point I am really only making random guesses.

    Edit: although if it was a hashing problem, it should return a wrong password error. I’ll have a closer look at the ejabberd logs if it shows anything relevant later today.




  • I don’t see anything broken with it right now.

    Were you trying Movim in Fennec on Android? There is some odd issue with that browser specifically due to some recent changes with webpush, but with Chromium or regular Firefox for Android it seems to work.

    As for Conversations, that should normally work unless your network blocks the xmpp ports for some reason. As this has become somewhat common on public wifis I am planning to add a workaround to allow connecting via the normal 443 port automatically.

    The only other thing I can think off is that Conversations startet to enforce disallowing SASL plain connections. The dev talked about wanting to do that, but it breaks our auth integration with Lemmy. If so then there is probably a way to restore it to allowing that in the settings like on Monal.

    Edit: the setting might be called “require channel binding” or similar. I personally use the Conversations fork Monocles and there is is called like that but afaik disabled by default.