this post was submitted on 22 Sep 2022
13 points (100.0% liked)
Meta (slrpnk.net)
601 readers
18 users here now
Here we can discuss anything about this Lemmy instance/server itself.
Our XMPP support chat: Movim or XMPP client.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I vote for XMPP. I would join the chat room(s) if available. The domain is awesome.
Regarding integration, I know from experience that Lemmy supports xmpp: URI's. I would also suggest making changes to the source to allow users to add their JID to their profile if they can't already. (Maybe you can by using markdown in your profile?) You can probably replace the Matrix field with an XMPP one with a simple edit.
I run a xmpp server anyways so once I take over the domain it will be super easy to add (right now it would be a bit more tricky with delegating the SSL certificate authority and such).
I was mainly talking about user account integration, i.e. that you can register on Lemmy and use the same account to log into Bookstack or a XMPP account.
I think the best would be if someone would add LDAP support to Lemmy, but I am neither versed in Rust nor do I have time for that sadly.
Good point
We could just run it as a pure muc service without user accounts, meaning that you would need a xmpp account elsewhere but we could have chatrooms on the domain.
Maybe there is even a way to automatically create a chatroom for each community. Need to investigate that. I think there is some prosody plugin that might be adaptable for the lemmy API to do that?
Edit: yeah seems like something that might be doable with this: https://modules.prosody.im/mod_muc_http_defaults.html
Given that it's all open source, there will always be a way to get all of this working, but maybe one potential or temporary low-tech solution is to offer accounts on the XMPP server for Lemmy users individually per request, meaning not everyone gets one automatically, but anyone can ask for one. It would however, be nice to have it all linked together and be automatic.
Maye one day Lemmy could even have a chat feature in the browser which just uses the XMPP backend. Anyway, I think it would be great to have an XMPP account on slrpnk.net. Maybe e-mail too?
I think I like the idea better to just offer chat rooms on here. Most people (should) have already their XMPP or Matrix account which which they can join such federated XMPP rooms. But we could also provide a simple web-client that can be used without an account.
Email is out of the questions, nearly impossible to host these days due to the excessive spam filtering.
I plan to run this on a solar powered ARM SBC where the Lemmy pict-rs image uploads will be already somewhat of a challenge, so Peertube is sadly not in the cards due to traffic and storage requirements.