Fluxer is the most promising one so far. It doesn’t have easy self-hosting yet, but it’s in development. What exists so far is pretty good though.
It’s roadmap is amazing, I’m hoping it will go far
Yeah this is what we’re waiting for too.
Looks very exciting to self host with Tailscale/Netbird.
The fact that we went from Teamspeak to Skype to Discord and back to Teamspeak again is wild.
that we went from Teamspeak to Skype
Who did?
I think Skype was more on the IRC > AOL > MSN pipeline
I went from TeamSpeak to mumble
I miss Dolby Axon
Weird how they are good at digging up the past relationship between the matrix team prior donators with the mosad. but failed to mention not even once that matrix’s biggest advantage is its federated nature.
So imagine you have a selfhosted matrix server and you want to invite a friend over for a chat but this friend already has an account at his other friend’s server. in Matrix he doesn’t have to make an account on every server their interlocutor is in, he just sends his messages, like its done over email, or here on lemmy (fediverse). this is an advantage other software like fluxer of stoat don’t have. and I doubt they will able to add it anytime soon, as the work needed is probably huge and would need years of work to make a proper secure e2e federate messaging solution.
Guy literally told people the criteria he was using, one of which was searching for things like that because that’s the reason for the video in the first place, the Discord exodus due to deep state ties. He admits his knowledge is limited. Weird how hard it is for some people to see things from someone else’s point of view.
EDIT: changed to more accurately represent how Matrix operates.
The issue is that due to the way Matrix is structured, it essentially spreads copies of unencrypted metadata to every instance participating in those rooms, So it’s federated, but difficult to actually keep metadata from being spread around
even if you don’t federate with the main Matrix server, if any server you do federate with dies, it’ll get spread there. You’d have to be extremely cautious who you federate with to avoid that, or not federate at all, which defeats the purpose.As an alternative, Movim, which uses XMPP and is also federated, does not spread meta data around like that.
I’ve had matrix and element set up on my personal domain for a while, but I’ve only used them for evaluation so far. The system and network resources used are HUGE…
I’ve been setting up movim and a seperate xmpp server for a little while, and I have some initial opinions:
- xmpp (prosody) appears to be much better optimised than matrix (synapse)
- matrix and element are much easier to set up
- movim is a huge PITA to deploy yourself (especially in a container… you’re basically on your own at the moment)
- xmpp requires tcp ports and ssl certs that should be easy to set up… unless you’re on a cgnat network. Matrix can be set up through a cloudflare tunnel with https no problem, but xmpp requires some networking elbow grease.
- the mandatory certificates probably make the xmpp network safer?
- Even with the mautrix discord bridge copying the exact layout of discord channels into element, movim seems more familiar to me. I haven’t really had enough time to evaluate movim, but it seems like it’s trying to appeal to discord users, and element is clearly not. Element feels like a well funded enterprise tool that is doing its own thing.
- commet (with 2 m’s) chat is a very faithful discord clone for matrix, but it’s very barebones.
Either way, I am gonna deploy both and let my friends/discord channel users decide what works best.
I’m rooting for xmpp at the moment, but I will be happy with anything that is self hosted, encrypted and federated.
Hopefully I don’t end up having to maintain both protocols with a bridge!
I know that part of the issue is the actual protocol, but you might try alternative matrix servers such as tuwunel for potentially better performance.
Thanks for the link, I’m happy to give it a try.
I just recently migrated all of my stuff to dockerized services, so swapping out pieces should be pretty easy
Resource usage is a common complaint for Synapse hosters, you might find something like Continuwuity more lightweight
movim is a huge PITA to deploy yourself (especially in a container… you’re basically on your own at the moment)
Yeah, hopefully the dev or the community work on making it easier to deploy in a container at some point.
but it seems like it’s trying to appeal to discord users,
It is! But that focus is somewhat recent. The dev recently started a funding campaign to accelerate development, and just landed channels with rooms last week, so it’s still rough around the edges, but the pace that they’re implementing this stuff is impressive. They’re later going to work on having drop-in voice rooms as well.
Despite the challenge getting it set up, I have high hopes for movim! I like the direction they’re going now.
I did end up successfully deploying it in a compose stack (despite this issue), and I’ll probably submit a fix if they don’t get to it before I do.
If anyone is interested, I can share the details about how I got it going.
XMPP is a shitshow of its own, very fragmented architecture. different incomplete implementations. each server can chose which features (extensions) to turn on and which not) so you can’t be sure that the person you are trying to talk to on the other server can have access to the same features, like threads or voip.
I have previously read that omemo 2 implementation is insecure. my previous experience with it 4 years ago made me give up after encrypted messages were getting lost when messaging between different clients
there is no one flagship app for XMPP that works cross platefrom and has all features implemented. heck I can’t even find a windows that support voip. and their will be none. cause xmpp has lost all traction.
As for Movim, I hate using web apps. bad user experience in general. add to that I don’t remember it ever having been audited
I have previously read that omemo 2 implementation is insecure.
It’s not insecure. The origin of that myth is this blog, however the creator deleted a response left by one of the OMEMO developers, which explained that the newer versions of OMEMO were essentially open betas, and that when a final stable release is made, only then should the client developers implement a newer version.
The Blog author’s response to deleting that comment was:
“I’ll make an edit later about the protocol version thing, but I’m not interested in having questions answered. My entire horse in this race is for evangelists to f** off and leave me alone. That’s it. That’s all I want.”
Which I think shows it was done in bad faith.
You can read a longer response I left in regards to that here, if you’re interested.
there is no one flagship app for XMPP that works cross platefrom and has all features implemented.
The Movim client is installable on all platforms as a PWA, which prevents confusion. But if you use other clients, it is true that they have differing feature support.
heck I can’t even find a windows that support voip. and their will be none.
Movim is that client. It supports Group voice/video calls and screensharing w/ audio share (a recent addition, which currently requires a chromium based browser to share the audio). Sure, it’s not a native app, but neither is Discord (it’s just another Electron app).
We need a federated solution now, otherwise we’ll all just hop to another centralized platform with all the pitfalls that brings.
As for Movim, I hate using web apps. bad user experience in general.
As the video mentions, it’s worth some inconvenience for the privacy, and currently there is no other federated Discord alternative besides XMPP and Matrix (and matrix has way too many issues to even consider, IMHO).
The community adopting Movim or supporting it with donations and bug reports will help it develop and become more polished, and there are efforts to standardize a common XMPP package platform to make deployment simpler and easier. The entire landscape for Discord alternatives all have their downsides, XMPP is the only current option that could become a long-term, permanent solution.
The issue is that due to the way Matrix is structured, it essentially copies ALL of your serber’s metadata to every instance, including the main Matrix server.
This is false. Data is only copied to instances participating in the relevant rooms.
You’d have to be extremely cautious who you federate with to avoid that, or not federate at all,
Or just don’t invite users into your private rooms if they come from servers that you want to exclude.
Agh, you’re quite right. Thanks for correction. I crossed my wires and misremembered how it worked after reading this article about it a while back. Edited my previous comment to reflect that.
I suppose in theory that shouldn’t be an insurmountable problem, though in Matrix’s case it’s a big roadblock, as the main Matrix server hosted by Matrix themselves has unfortunately become the defacto main server that most people use, which means not federating with it massively reduces the ability for someone to just be able to seamlessly hop onto your server unless they too are on one of the smaller, less popular servers.
In the example given in the video, it would likely be a bit of a deal breaker if you met someone in an online game somewhere, and then invited them to your self-hosted Matrix server, only to discover they are on the main Matrix potentially israeli intelligence-tied instance, meaning you’d have to explain they need to create an account elsewhere to be able to join your instance.
in Matrix’s case it’s a big roadblock, as the main Matrix server hosted by Matrix themselves has unfortunately become the defacto main server that most people use, which means not federating with it massively reduces the ability for someone to just be able to seamlessly hop onto your server unless they too are on one of the smaller, less popular servers.
Maybe. But on the other hand, Matrix is only just beginning to become known among gamers, and there are a lot of us. Seems like a good time for people to stand up a new servers and invite the gaming masses.
it would likely be a bit of a deal breaker if you met someone in an online game somewhere, and then invited them to your self-hosted Matrix server, only to discover they are on the main potentially israeli intelligence-tied Matrix instance,
I’ve seen occasional claims of that for a few years now, yet not once have I seen any credible evidence of it. Not in their own weekly reports. Not from journalists. Not in spec drafts or issue trackers or organizational structure. Nowhere. This particular legend smells more like fearmongering to me. At the most, it looks more like the distant connection that the internet has to the US military: Sure, part of its origin story might have been there, but it’s not relevant any more.
(Also, if your goal is to avoid Israeli intelligence-tied people seeing your room meta-data, you probably shouldn’t be inviting strangers to join. After all, there’s no way to know who they really are, regardless of what homeserver they use or what chat platform you’re on.)
For what it’s worth, account portability (giving people a way to switch homeservers) is on the Matrix roadmap.
Seems like a good time for people to stand up a new servers and invite the gaming masses.
Personally I don’t think it’s ready as a Discord replacement, based on the troubles displayed in the video, such as not being able to get things like video calls or screenshare working easily when self-hosting.
I’ve seen occasional claims of that for a few years now, yet not once have I seen any credible evidence of it.
I’m assuming you haven’t seen the GN video in the OP yet, but they go into that connection, which they personally feel is bad enough to not use it. The issue is that Matrix was created and funded by Amdocs, an Israeli company with possible connections to Israeli intelligence.
The matrix foundation themselves admit to being funded by Amdocs, such as here on their blog:
As unpopular as VC funding is in some circles, the Matrix community owes a huge debt of thanks to Element’s investors (Status, Notion, firstminute, Dawn, Automattic, Protocol Labs and Metaplanet) and Amdocs for funding over $50M of work on both Matrix and Element since 2017.
and here in their FAQ:
How is Matrix[.]org funded? For the first three years of Matrix’s development (2014-2017), most of the core contributors worked for Amdocs, who paid for them to work fulltime on Matrix. In July 2017, Amdocs considered the project to be sufficiently successful that it could now self-support and so stopped funding.
They also specifically attempt to offer their chat services to law enforcement, such as the time they bought a booth at a law enforcement convention, which caused this controversy.
I don’t have a problem with the org offering services to law enforcement, governments, businesses, etc. Funding like this is how they are able to pay the bills without turning to venture capital or user exploitation.
I did see the GN video. They explicitly stated that they didn’t find a hard link. And, as you pointed out, Amdocs stopped funding almost a decade ago.
You seem to have made up your mind, though. I won’t try to change it.
Amdocs stopped funding it, but Martix and the company developing Element are both still made up of ex-Amdocs people. If they are connected to Israeli intelligence, it’s not as though they suddenly aren’t potential agents just because they stopped being officially funded by Amdocs.
The error shown in the video is the one that means that they just… didn’t set up video calling? It requires more setup than just the text chat for technical reasons that no service can escape.
What Metadata is shared if I may ask? Content should be encrypted and therefore private. This might not be perfect but should already be a step up from discord right?
AFAIK; the time sent, size, sender and recipients of messages, and reactions/emojis are shared across all participating servers unencrypted, even on encrypted messages.
deleted by creator
I understand the concern, and I find it fishy that the matrix team didn’t try to address that (maybe they did but I just didn’t come across that)
but on the other hand many governments and ministries like the French MOD have deployed matrix locally for their private use. not sure they want to use a software that the mossad can directly tap into
French MOD have deployed matrix locally for their private usage. not sure they want to use a software that the mossad can directly tap into
I wouldn’t put any stock into that as a metric of if it’s safe or not, since Spain and Germany were happy to [buy a contract for Pegasus, another Israeli surveillance software adopted widely by EU governments. The Netherlands is another suspected user.
EU governments were also happy to adopt Microsoft products despite the security implications, and even way back in the 80’s used Promis, which had a known US/Israeli backdoor in it (there’s a really great documentary about Promis on netflix, surprisingly, though I’d recommend sailing to watch it, yarr).
So should some of Lemmy’s, and yet here we are.
There is no known state or corporate connection to Lemmy or Piefed, unlike Matrix.
Yep, and yet almost anyone who has spent any time on Lemmy knows what I’m referring to (whether they recognize it and do so as a problem is another matter)
I know what you’re referring to, and I agree it’s likely off-putting to many, but not agreeing with the developer’s politics is on an entirely different level compared to suspecting a platform may be developed and compromised by state actors.
It goes beyond politics into flagrantly lying about moderation actions to push narratives.
deleted by creator
I have no idea what you are referring too, but I only look at my subscribed communities, so I have no idea what’s going on in the “Lemmy meta.” Being able to only see the communities I subscribe too is one of my three primary reasons for coming here.
Tbf, there were no alternatives at the time when most people moved here. Now there is one with Piefed, I really should move my server.
It seems like an option, but gonna say, having seen some of their biggest contributors try to push people into switching communities over to those moderated by community hoarders also heavily into anarcho-marxism politics - not really getting rid of the problem, are we.
As someone who identifies as an Anarcho-Syndaclist, I’d kindly ask you not to lump Anarchists in with the Marxist-Leninists. Historically, Anarchists usually get fucked over by MLs just as frequently, if not more so, as by capitalists.
Every Anarchist I’ve had interactions with here has been either pretty vocal about opposition to the political and moral leanings of the people you’re referring to, or think anarchist sounds better than Marxist-Leninist, but actually hold to the ideals of the latter not the former.👍Cheers
Matrix is a joke of a protocol. The idea is play but there was clearly no theoretical work before implementation, so they’re running after obvious security holes now.
A lot of those things list, especially around deletion, seem like issues with federation in general. I’d love if they suggested an alternative, because quite a few of these are just general issues with encryption/privacy in any system.
Afaik, Matrix is also a protocol on which you can build your own thing. To me that was always the biggest draw. The current “Matrix chat” is a reference implementation of that.
A group of developers can take the Matrix protocol and make their own chat app and an organization can be built around it to do operational work and support (hosting). Discord 2 can just be Matrix underneath, not Matrix in name.
Yeeah… Noble effort, really. Except people don’t give enough of a shit to actually move.
I’ve arranged for a Matrix space and Teamspeak server to be used for my friend Discord of about 100 people. 10 registered and 0 actually use the Matrix.
The bridged Matrix channel is only used for lighthearted spam from the Discord side.
The Teamspeak got like 6 registrations and 0 active users.
Most people won’t budge until they see the ID verification screen, and some not even then.
I don’t think making these other programs optional is going to work to migrate a community. You can’t say to your football team that you’re gonna start playing basketball and be disappointed when they don’t come with you.
If the discord and matrix server was fully bridge then maybe you’d are a bit more success as the community would be less fractured. If you’re friends don’t want to move from discord, and you really don’t want to be in discord, that’s a tough situation for you be in.
Delete the discord.
My friend group looked poised to move, disabled their nitro and such, and… Then discord pulled back and they bought nitro again.
My discord group had discussions about stopping discord use for weeks. I kept saying “if no one comes up with a better idea, I’ll go back to IRC.” The discussion didn’t move anywhere, I told them that by the end of February, I’ll go to IRC and delete my account. End of February came, I said “alright, IRC installed, I’ll be at X network, I made a channel called Y, see you there.” Then I deleted my account.
Three people followed me but they also stayed in discord. They tell me that everyone over there is surprised that I did what I told them for weeks that I would do lol.
But anyway, I’ve experienced this before. I left facebook in 2011, I lost contact with about 80% of the people I knew, because apparently calling, Whatsapp/SMS is not good enough. Then I left Whatsapp for Signal. I have 2 contacts there…
I’ve come to the conclusion that most people just don’t care about privacy and big corporations controlling shit. I wont be a part of that silly bollocks.
I did the exact same thing. Stuck to my guns, and the only person who mattered followed. I’ll take it
Yup. I don’t need 20 people to talk to. A few is enough. And I found a nice IRC channel with a lot of nice new people anyways. If the others want to stay in Discord, fine by me. Of course it helps that the people on Discord were not IRL friends that I’ve known since childhood. I lost those years ago =D
I am not as gung-ho on irc, most of my friend group just hangs out in audio channels and such.
But yeah, I cancelled my nitro after 6+ years when they clearly started enshittifying with the “quests” popups and other shite I had no interest in seeing and of course the IPO talks looming sometime last year or the year before.
Yeah it was pretty easy for me to switch to IRC because I have never liked audio/video chat stuff. I tried that once or twice with a very small group, I think I said 10 words all in all. I’m not a talker lol
That’s so frustrating.
This is the way.
Some of my friends have registered on Flux but still use discord. It’s sort of just there until discord makes it unbearable for them to use but discord will never do that. They’ll just slowly tighten the noose until you get comfortable.
They pay for nitro, which to me is bonkers.
when my nitro expired, I was astonished how much basic functionality was locked behind that paywall. The vanilla experience is so unpleasant.
Meanwhile on stoat, there is no subscription and most of discord’s paid features are just… features. Sure, stoat is janky as balls, but so was discord when it was new.
Genuine question: as someone who has never used Discord’s Nitro, what basic functionality am I missing out on?
There were 2.5 major ones for me:
- Higher upload limit for game clips/highlights. OBS didn’t handle transcoding the stream down to a lower resolution without hitting the GPU hard enough to make the game stuttery
- Higher stream resolution/fps. This mattered less to me as the homies aged and played games less frequently
- Use the obnoxious custom emoji reactions between servers. I could upload some real egregious shit on a test server and use it in the homie server
This is one of the reasons these “let’s replace Discord” threads are so tricky. I use Discord basically every day, and heavily twice a week for games nights with two different groups, for 6 years. I’m in there. And I have never uploaded a clip or streamed anything, so I never considered that this might be something people want, or are using the platform for. And I’ve seen a few custom emoji around, but never considered using some dude’s emoji in a different group’s chat.
So it’s wild how different people are using it, and getting one replacement to do all of it is a big ask!
lots of customization options for both the interface and your profile, but more important to most people is being able to use emojis/stickers from your subscribed servers everywhere on the platform. This might seem petty, but there’s no other software that I regularly use that requires me to pay in order to for example, change the theme of the interface.
Exactly, right? I remember streaming on discord was a pain because of all the lag and TeamSpeak + pigdin + Overwolf was so much better.
Now i use Legcord instead until my friends switch, which I hope is soon.
well, better streaming was one of the things that I was knowingly and intentionally paying for nitro for.
Very interesting. I’ve never really noticed the difference.
I’ve never been able to do a direct comparison, so maybe that part was a scam too.
Ok everyone. Hear me out. Let’s just all get in the same room and play the same game.
wish it was that easy,
My closests friendgroup dispersed around the province, one in kelowna, one in enderby, and im out on the Coast now. Discord (and now steam chat) kept us close
I kinda wish the fediverse had started with an account system which could then be integrated with various servers. It would concentrate on just keeping account configs where new services had new tab areas or such. Then you could have the services instances that would authtenticate and use the login configs for view and such. of course many instances would do multiple things but it would be so great to go to mastadon and have it interact with the same fediverse account as what I would use at lemming or peertube.
Maybe have a party of some kind?
That is a great idea. We could have pizza and snacks.
We could connect our computers via wires even.
In my experience, Matrix has a lot of misleading functionalities that drive people into enough of a false sense of security to out themselves.
That may be so, but my group of 4 has been using it for voice, text, and screen share, with almost zero issues. (Except a couple sync issues that fixed itself in a day) We are working on getting off the matrix.org server soon though.
I’m surprised actually how good its been. I am sure the small glitch we had is because we are on matrix.org. need to move soon. My friend set up our room without me and didn’t understand that you don’t just use the matrix.org server …explaining how matrix works is hard to non nerds.
I usually explain it like email, most people get it then. Doesn’t matter if you’re using @outlook.com or @gmail.com when sending an email, you can talk to users on either as long as you specify the server address (which is mandatory in email anyway).
Yes same!! They just get confused on what a server is. They dont get that our room on matrix.org is not a server. And what is matrix vs their clients like element commet fluffychat…I try to explain its the client vs the protocol but then I get called a big old nerd 😁
Discord warped a lot of minds on terminology.
In my experience, Matrix has a lot of misleading functionalities
What misleading functionalities?
Why ask, when you are already sure enough? I’ll be replying to the people who seem genuinely interested privately eventually, not really looking to engage in a fight about whether your religion really is or isn’t perfect. I also have no obligation to inform the people it is most effective against. However, I will tell you, because you are a genius level individual and know the full intricacies of the platform, you and anyone else at your level are fully immune.
you posted, they asked for quite reasonable clarification. what a stupid response. next time keep it to yourself
Then he shouldn’t be a moron and downvote the person he wants a response from. It is a stupid response, it is not my job to tell him or you my opinion, because it is that.
People will easily dismiss it if I provide any more details because they are just too smart for it, while people whom my comment made more cautious will be less likely to fall into a false sense of security. Be sure to have a beef with the dozens of people who also didn’t seem to need any clarification. I don’t need to get into the name-calling war zealots like you are eager for.
If you are sure, you are sure, why so mad? I can tell you it isn’t some deep hidden zero day exploit, if that makes you feel any less hostile. It won’t, because people like you read “misleading”, and literally thought “hah, probably wouldn’t be misleading to me!” and are just trying to farm a response you can object to - the “stupid response” all but confirms this intent.
I didn’t read this. please stop being a nuisance
Seems on par.
What a rude response. Also, you seem to have mistaken me for someone else.
Oh, right you are.
I’m curious as to what these are, as I’m setting up a matrix server right now.
Have you looked into https://element.io/en/server-suite/community ?
I run my own server for friends and family. And there are more abd more optional addons that may have made that server suite a more sane place to start when selfhosting. I have not evaluated it tho, but thought you should know about it.
Is the idea to make it easier? Cause I am also setting up matrix atm. I don’t use kubernetes though. Or is the idea that it will be maybe perfectly aligned with the element client?
Afaik there is a docker compose as well. It is probably all of the above. Alignment with elements seems like it just by the name. And easier setupbif you want all the bells and whistles you can add onto matrix.
For some that might be a bad thingnif it exclude some clients. While other wsnt the features.
What misleading things? I have been running a server for almost a year and no issues at all. All features of Discord work for me in matrix with the right setup. Hard part is getting friend groups to migrate, had decent luck but its an uphill battle for sure getting people to use another app/service. Power of defaults is strong
If you thought I was referring to ease of use, that’s not what I was referring to. If you are treating it as just another Discord, then you probably don’t have to worry about what I was referring to.
deleted by creator
Good. Discord just sucks as an app and as a company.
Wow, TeamSpeak is still around???
Sorta, and like the old days they claim they are working on things then take 4 years to do nothing…
Stoat seems to be the one my friend group is most interested in, currently I’m waiting to see which one is better in the next couple of months or so.
Stoat has to fix their self-hosted version before I’ll touch it again.
I spent quite a lot of effort getting Stoat up and running because they aren’t working on the selfhosted version, only to get a nice email from the German government that my server was running an outdated version of React with RCE vulnerabilities. Nuked that stack at 3am.
Also I fixed their Tenor integration to be provider agnostic so the self-hoster could choose a different gif provider like klipy (Tenor turned off their API so gif search in Stoat is broken), tried to contribute that one small change back to the main project, immediately rejected because “we have no plans for klipy support”.
Not worth the effort, IMO.
Did you guys also consider Fluxer? I tried Stoat first, but the main instance is really slow and there are some video features disabled due to high cost. Which is totally fair.
Fluxer seems to have more features and their main instance is a lot snappier. They’re also accepting donations via Plutonium. Which seems to be helping with the server costs.
Both are AGPLv3, with Fluxer recently saying they’re gonna remove their CLA so that it’s true Open Source.
They are selling a subscription. It isn’t really a donation if you pay a set price for services.
I’d also hold out to see their federation implementation before considering them as viable as matrix.
They do seem better than stoat, though.
Yeah, I guess you’re right actually. You pay money and get more features. I tend to think of subscriptions for Open Source more as donations, but Fluxer is a little different.
But, yeah, like someone else said, you can self-host and not pay anything. Did I mention it’s fully Open Source without a CLA?!
It is, and that makes it much better than Discord, but currently they’re mostly building another monolith on the central instance. Self-hosting doesn’t mean much if the communities are all on there.
I’ll wait for federation, hope it comes soon. Till then, I see more potential in Matrix.
Worth noting that the Plutonium subscription of Fluxer is irrelevant if you self host - you will have all features available and unlocked for free.
For me this sounds like a perfect compromise. “Discord Nitro” style monetisation is effective and compelling and like it or not a true competitor needs a revenue stream from somewhere and I have serious doubts about the viability of donation-only monetisation at this scale.
In my eyes, the only sensible way of building such a platform at scale is having it be federated. Otherwise you can host a server - and if you’re unlucky, might need accounts on five servers to access all the groups you want.
If their federation implementation comes relatively prompt and is workable, that’s great. If not, it feels like a way to bootstrap a centralised alternative to discord. Pre-enshitification discord, but it’d again be up to a single entity whether it stays that way.
I don’t mind paying for hosting, but I don’t want to jump from one centralised platform to the next.
Federation is on the 2026 roadmap for Fluxer, and while I’m sceptical they pull it off in that timeframe Hampus (the developer) has stated it to be a high priority for the project. Fluxer is also open source, which Discord never was. If it takes off and Hampus goes evil corpo it can be forked.
I’ll be interested to see their implementation, though it likely won’t replace matrix for me.
I self-host a federated Matrix server and got my family and close friends using it. They actually took to it pretty easy, and although the initial setup was a bit of a headache it’s been running smoothly for years now.
I don’t really get most of the criticisms of it. I love it.
How do you compare that to Discord? my friendgroup moved to Steam Chat, and thats… not great.
I was leaning more towards Stoat
Steam’s astonishingly less easy to configure but once it’s done it works for basic group chats when playing. It would be amazing if they hadn’t bugged screen sharing on Steam Chat, as it still works well when opened from the main Steam window.
I usually prefer chatting through Steam for anything gaming related and jumping to Matrix or even Jitsi on web for video conferencing and other matters. I’m also open to using other things such as XMPP, Delta Chat, SimpleX and so on, but Steam as a common space for PC users and Matrix for private conversations with all the useful features just hits the right balance between accesibility, reliability and privacy for me.
i really hate the lack of emotes, limited emojis, and things like posting links and photos doesn’t work for us nearly as well as discord, with the links often not loading, or the images coming in rotated.
it works, but it feels like an afterthought, which i guess it is.
Lack of emotes/emojis, broken links and rotated pictures? I have never experienced anything remotely similar on Steam or Matrix. Is it a .gif search bar or stickers what you might be missing?
On steam, not matrix.
I just don’t see any emojis or gifs via steam chat, other than their own ones you need to buy from their store.

Yeah. I’ve got more than enough of those on Steam for free, but that’s mostly because of interacting with it’s community events or playing games there. You should still be able to use regular emojis from your keyboard too (using hotkeys or copying and pasting them from elsewhere).
He mentioned IRC but skipped it, probably thinking it’s still text only. However there are now web clients that can display inline images, url preview, persistent chat and push notifications. To me it’s the most KISS solution, as it’s super easy to setup and self-host.
In order for this to work, one needs an IRC server and a place to host the web client’s server. That’s it. I use The Lounge but there are others like Convos or ObsidianIRC.
It’s still text only. When I hear text only I already assume it supports all you mentioned.
Text is not ASCII only :)
Beyond text only comes voice calls, video calls and screen share, which are paramount for my discord use case. Me and my friends like to game while sharing our screens, so I game in my main monitor and have a matrix of screens on the second. It creates a LAN party feeling and it’s important to maintain connection after some moved out of town.
Text is not ASCII only :)
If you want to be technical, IRC supports Unicode so it’s just not ASCII only. Convos is also supposed to support voice chats.
That’s what I meant tho, you were under the assumption that the author thought that IRC meant text only, and said that IRC supports rich text with images and links and the like. And my point is that that’s still text, that text isn’t ASCII only, technically.
In any case, I did look the video support that Convos offers, and it seems like an external integration with jitsi (camera button opens a jitsi conference externally and shares the link in chat). Better than nothing for sure, yer subpar for the use case we are looking for.
Thanks for the suggestion though!
Why is it a web client? I’d much rather have a local client.
It’s much easier to code this way and it’s cross platform. There are some experimental programs like Srain based on GTK. I tried it and it’s promising but it’s unfortunately too experimental for me so far and it’s lacking some features like persistent chat, so one would still need a bouncer which is an additional layer to setup.
I still use Hexchat
It isn’t a great discord replacement but it’s a metadata blackhole with PQC and Tor support that’s surprisingly stable.
Downside is that the founder is apparently a die-hard trump supporter. Which doesn’t mean the app is bad, but still would leave me wondering if one should contribute to its’ success via network effect, or perhaps ignore it.
Jack Dorsey money too. But the code and whitepapers look good. IMHO take over the discourse. It’s mostly dumb rightwing conspiracy nuts and libertarians right now but it’s not very popular, lemmy.world could easily take over and relegate the early adopting groups to obscurity.
Currently hosting a couple of zulip instances for communities that had been on discord. I really like the way it handles topics/threading and they make hosting a breeze. I reported in an upgrade recently and it was < 30 minutes between me reporting it and getting code to solve my issue pushed to the repos. Wild.
10/10 recommend if voice/video are not a focus.
Zulip is confusing as hell to use.
How?
I manage two Zulip servers so I’m interested of knowing how it is perceived by outsiders.
To me (to us) it is quite simple, you write in the topic with the correct title, fediverse stuff goes in fediverse stuff, video games in video games, etc etc.
If someone makes a mistake, any user on a PC can move the message to the correct topic (doesn’t work with the mobile app).
Because you end up with 5 gazillion threads and trying to find the one you were conversing in previously is like finding a needle in a haystack.
Ok I see what you mean.
In very active and populated servers I can see that becoming a problem yes.
I generally use the “combined view” so I see every threads at the same time and reply in the correct one automatically.
But then there’s no context


















