We really need to stop abandoning existing foss projects and thinking a whole new thing needs to be invented. Free and open-source software is not a product, it doesn’t abide by the same rules and relationships that proprietary tech does.
It’s more organic. It’s also a commons that we can continue to draw on, and reshape. If I recall correctly, there were something like three different vector graphic editors from the same codebase before Inkscape managed to be the one that gained traction.
Matrix isn’t perfect, but abandoning it just to reinvent it all over again just because some people really need a thing that works like Discord, even though Discord is absolute hot garbage; is just going to re-create all the same problems. Matrix today is better than it was two years ago. And Matrix in a year will be better from now.
It’s gonna be like 100 years before Matrix and the clients are in a good place at this rate. It only seems to be getting worse right now with more fragmented clients and servers with more and more spam issues, and the performance just keeps getting worse too.
Even their very own Element app is being retired and replaced by Element X which is missing a ton of features.
They still don’t have any of the features people coming from Discord/TS/Mumble are expecting like voice chat rooms, push to talk, or streaming to a room. They don’t have the features Telegram users are expecting like stickers, threads inside groups, read only channels, and so on…
The vast majority of users have no reason to switch since it’s nothing like the apps they are used to. And it’s buggy and slow on top of that.
I agree with you, my main issue with Matrix is that it is a pain to self-host at the moment.
https://github.com/spantaleev/matrix-docker-ansible-deploy
Honestly, with this, it is easier than ever. Great documentation !
Isn’t everything a pain to selfhost?
Honestly, setting up things using Docker Compose is generally a question of copying and pasting and editing the file locations.
The moment you need SSL and/or a reverse proxy it becomes a bit more complex, but once you set up a reverse proxy once you can generally expand that to your other applications.
Something like a Synology nas makes it very easy and to some extend even the Truenas apps are kinda easy.
Most things are super easy, like 2-5 minutes of set up and it’s running and working.
Such as?
Most of the stuff I run on my server is just a basic
docker-compose.yaml
file and it’s up and running in a minute or two. Some random examples:- Immich
- Peertube
- Pinchflat
- Vaultwarden
- Mealie
So, going from Mealie’s instructions, having to learn how to work with Docker, whatever underlying server you’re working with, and a database system is easy 2-5 minutes?
You need to learn some Docker stuff initially for sure, but the underlying OS can be anything including Windows which is why Docker is nice.
The database for Mealie is part of the app already and is handled automatically, with the SQLite docker-compose file they provide.
Often, the problem is that projects get to a point where they’re happy and the maintainer doesn’t want to add any new features. So people then are forced to build a new project to get those features.
Sometimes, but my point is you don’t have to start from scratch. It’s free software. You are allowed to make extensions or even fork it.
deleted by creator
Sure, go for it. Though XMPP has so many features at this point, it might already have Matrix, irc, Discord, and email for all we know. ¯\_(ツ)_/¯
Can’t agree on Discord being hot garbage, unless you’re specifically talking about how monetisation has creeped its way into it.
However, with Vencord I don’t have to see any of that shit, while also having a far more functional and feature rich client.
Of course, a FOSS, potentially federated alternative would be greatly preferred, but it must have at least the basic functions of Discord.
A large part of it is the obnoxious monetization and general enshittification and privacy violations, but that’s not all. There are a number of usability annoyances. If I’ve been away from Discord for a little while and try to continue where I left off in a thread on a server, it never properly preserves where I last stopped reading. There are often times when I get notifications but it won’t actually take me to the relevant message, and that can even result in situations where the ping just gets lost entirely.
Then there’s things inherent in Discord’s design and how people use it. It’s become a tool that people have decided is a convenient replacement for chats, wikis, and forums - but it’s a shittier version of all of those things. Pinned messages are such a tucked away and half-baked feature. The fact that people are using Discord both to organize and discuss projects - as well as using that same space to host documentation or other critical knowledge-bases has made information significantly less accessible. I don’t want to join someone’s niche club just to “learn more.” If I want to read something I would rather just go to a wiki on the actual open web.
Discord is hot garbage ultimately for the same reasons as Facebook. It’s trying to be everything to everyone, and dropping a black box on the open web by doing so. It’s just another example of people trading convenience for actually using the appropriate tools for the kind of job they’re trying to do.
None of the popular/successful apps are bad.
They usually have great ui/ux and are being actively developed or at least maintained. Think google maps, apple wallet, or of course discord. What is hot garbage, however, is having to accept massive privacy violations if you use them. Vencord unfortunately does not mitigate that. :(
What I don’t like about Matrix is that it’s most visible homeserver and client implementations feel like they are being developed as a product by New Vector Ltd., not a community project.
How so?
New Vector forked the matrix foundation owned projects for synapse, dendrite, and element, and pulled all their devs, changing the license and bringing them under closer control. The foundation repos are now archived, and only the new vector owned ones are being actively developed. They sell an enterprise license for their element server suite that, at least according to their copy, seems more performant, and also offers admin tools that the free version lacks.
If you want to run a public instance that allows registration, you pretty much need some kind of external admin tool for moderation.
It’s of course still better than pretty much all proprietary options, but also quite some room for improvement.
The protocol is bloated to hell so third-party clients stand no chance, and the foundation spends more time bikeshedding or pissing away money than they do developing. It’s a doomed project.
So what’s left? Jabber?
Slrpnk hosts an XMPP/Jabber for our users, mods and admins to communicate. Its worked pretty darn well for the past couple years, with very low resource needs.
The clients are pretty slick now too, such as Cheogram or Monocles for mobile, and movim is an excellent web app with support for group calls.
I’d certainly recommend it over Matrix/element.
The clients are pretty slick now too, such as Cheogram or Monocles
I wouldn’t call either of those, or any other XMPP clients “slick” and it’s my biggest complaint about the protocol.
What would make them slick?
Not to mention you can run a server on anything pretty much and for surprisingly big amount of users. Toaster or potatoes will do just fine.
What’s the protection in the clients assuming compromised infrastructure, like e.g. in https://notes.valdikss.org.ru/jabber.ru-mitm/ ?
https://www.devever.net/~hl/xmpp-incident
This article discusses some mitigations.
You an also use a platform like simplex or the tor routing ones, but they aren’t going to offer the features of XMPP. It’s better to just not worry about it. This kind of attack is so difficult to defend against that it should be out of the threat model of the vast majority of users.
Significant improvements to certificate pinning and validation have been added to all major XMPP clients as a result of this incident, but it should also be clear that hosting a server on infrastructure under control by an antagonist government (see also Signal) is a very bad idea and hard to mitigate against.
Signal doesn’t suffer anything worse than DoS if a hostile party controls the central service. That’s its point and role. It’s based on the assumption that such hostile parties as governments don’t like DoS’ing central services, they prefer to be invisible.
For other points and roles other solutions exist. One can’t make an application covering them all, that never happens.
Briar again (I’ve finally read on it and installed it, and I love how it works and also the authors’ plans on the future possibilities based on the same protocols, but not for IM, say, there’s an article discussing possibility of RPC over those, which, for example, can give us something like the Web ; I mean, those plans are ambitious and if I want them to succeed so much, I should look for ways to defeat my executive dysfunction and distractions and learn Java). Except it would be cool if it allowed to toss data over untrusted parties, say, now if two Briar users in the same group are not in each other’s range, but there’s a third Briar user not in that group between them, their group won’t synchronize (provided they don’t have Internet connectivity). If one could allow allocating some space for such piggybacked data, or create some mesh routing functionality, then it would become a bit cooler.
You are very naive if you think that is all the US government can do in regards to Signal, but suit yourself 🤷
OK, so what else in your opinion can it do?
Anything that’s been proven/confirmed?
End to end encryption between clients (also for groups) seems to partly address the issue of a bad server. As for self-hosting, any rented or cloud sevices are very vulnerable to an evil maid. So either in-house hosting or locked cages with tamper-proof hardware remain an option.
So Signal does not have reproducible builds, which are very concerning securitywise. I talk about it in this comment: https://programming.dev/post/33557941/18030327 . The TLDR is that no reproducible builds = impossible to detect if you are getting an unmodified version of the client.
Centralized servers compound these security issues and make it worse. If the client is vulnerable to some form of replacement attack, then they could use a much more subtle, difficult to detect backdoor, like a weaker crypto implementation, which leaks meta/userdata.
With decentralized/federated services, if a client is using other servers other than the “main” one, you either have to compromise both the client and the server, or compromise the client in a very obvious way that causes the client to send extra data to server’s it shouldn’t be sending data too.
A big part of the problem comes with what Github calls “bugdoors”. These are “accidental” bugs that are backdoors. With a centralized service, it becomes much easier to introduce “bugdoors” because all the data routes through one service, which could then silently take advantage of this bug on their own servers.
This is my concern with Signal being centralized. But mostly I’d say don’t worry about it, threat model and all that.
I’m just gonna @ everybody who was in the conversation. I posted this top level for visibility.
@Ulrich@feddit.org @rottingleaf@lemmy.world @jet@hackertalks.com @eleitl@lemmy.world @Damage@feddit.it
EDIT: elsewhere in the thread it is talked about what is probably a nation state wiretapping attempt on an XMPP service: https://www.devever.net/~hl/xmpp-incident
For a similar threat model, signal is simply not adequate for reasons I mentioned above, and that’s probably what poqVoq was referring to when he mentioned how it was discussed here.
The only timestamps shared are when they signed up and when they last connected. This is well established by court documents that Signal themselves share publicly.
This of course, assumes I trust the courts. But if I am seeking maximum privacy/security, I should not have to do that.
Consider that your the french intelligence services and you need to setup secure communication for the french government.
- Would you use signal out of the box? Clearly not.
- Would you copy signal and setup your own servers and clients, same source, different end-points? Probably not.
If you said yes to either of the above, what if you were not a ally of the US, maybe Russia, China, DPRK… Does that change your answer?
What capabilities does the runner of a centralized service have?
- See all traffic
- Can block traffic
- Can slow traffic
- Can record all traffic
- Timing analysis of metadata
Does this mean Signal is a bad product? No not at all. But it does mean its very well positioned for intelligence harvesting. Add in storing private encryption keys in the cloud SVR relying on intel SGX security… and well… you get everything even decrypted messages.
The US controls Signal, the US controls Intel - Thus the US can get any code they want signed into SGX enclaves, thus the enclaves are pointless if your threat model includes the US as a adversary
Does this mean the protocol should be thrown away? No. Does this mean Signal shouldn’t be used (depends on use case)? No. Signal has value, but its not the ultimate form of privacy and security.
I support projects like Briar because there is till much improvement needed in this space.
Notice: I’m not telling others to “educate yourself”, if I didn’t want to talk to people I wouldn’t be here, or I’d link to the proper discussion. I dislike people who come to social places and act antisocially
Signal is under control by the government? 🤔
Their server infrastructure is (run by Pentagon and NSA best buddies AWS).
And that means the government controls it?
I’m afraid that’s quite outside my field of expertise. I can only report how my experience on XMPP has been as a user, though perhaps @poVoq@slrpnk.net, who hosts it, may be able to weigh in on that. Edit: ah, I see you already have 😄
Though from my untrained eye, it seems that Jabber.ru was compromised due to not enabling a particular feature on their server
“Channel binding” is a feature in XMPP which can detect a MiTM even if the interceptor present a valid certificate. Both the client and the server must support SCRAM PLUS authentication mechanisms for this to work. Unfortunately this was not active on jabber.ru at the time of the attack.
And it seems that hosting it externally on paid hosting service (hetzner and linode) left them particularly vulnerable to this attack, and tgat it could’ve been mitigated by self hosting the XMPP locally, as well as activating that feature.
Back to IRC we go…
It is entirely insecure.
The argument has always been, if when chat rooms are public, anyone can join and start logging the chats, encryption does nothing.
It has the ability to connect over TLS, but that’s about it.
I loved using it for its simplicity, except when using all the different flavours of nick registration (Q, NickServ, …).
There is some nuance here. It would be nice to not have your identity publicly linked to your IP address, which is not always the default on IRC.
That’s the main privacy concern I know about I guess.
My friends created a telegram group and invited in a couple of bots that do stupid things like posting images or vulgarities when they detect certain words, or perform actions on request.
I tried to convince them to get rid of the bots but they’re in the “we have nothing to hide” camp.
Not when the entirety of your conversations are jargon and in-jokes!
/s
Define secure. You can run your own network.
xmpp isn’t.
(Ok I get xmpp alone is but every modern client supports the same two encryption methods so judge for yourself)
Depends what your goal is. Revolt seems pretty cool, but I don’t think it has any kind of encryption. It is based in Europe, though, so it gets GDPR protection, and it’s open source, so it could be forked to fit other needs and uses.
No, Revolt checks neither of my boxes unfortunately.
What about delta?
You can interact with Matrix server through basic curl commands… and I thought the documentation was pretty good. There are plenty of third-party clients.
Sure, E2EE, keys and cross-signing is not trivial, but I don’t know where it is.
I didn’t imply that you can’t strip the protocol down to its bare essentials and still use it, but what’s the point of a protocol if everyone is on their own personalized version of it? Version / Feature fragmentation is a massive problem and basically none of the third party clients are up to snuff. Synapse is a massive bowl of lukewarm dog water, and most alternatives to it die in a year because it’s impossible to keep up. There’s too much shit in the protocol.
What specific version/feature fragmentation and clients are you referring to? As is common now, newer Synapse drops support for older Postgres (for example). Voice and video calls is the only feature that I can think of that is half-assed in Element/ElementX or not implemented in some clients.
Otherwise, Element, Element X, FluffyChat, Fractal, freaking Cinny on Ubuntu Touch (!), and terminal-based gomuks all support basic functionality, DMs, rooms, encryption, and attachments.
I agree with all this. The thing which caused me to uninstall was suddenly being pushed lots of abusive message with disturbing contents.
When I complained about it, Matrix told me that my public complaints were hurting the ecosystem and I should be quiet.
I had a wild ride with matrix, originally wanting to run a node on my server. That did not turn out well, because I was a bit stupid and just assumed there would be more admin/mod tools out of the box. As it turned out, I had inadvertently allowed spam/abuse accounts on my node without even noticing, because naive as I was, I assumed my admin-level account would get informed of stuff like user registrations and abuse reports in the standard Element frontend. As a bonus, when I checked what was supposedly the official matrix support channel, it was repeatedly getting spammed with CSAM and gore at the time. That was when I realised, that it definitely was not the ecosystem for me, and running a node without experience had been a pretty stupid idea on my end.
Yeah. I an hosting a homeserver for my ttrpg groups, but it doesn’t have any federation enwbled at all, and sign ups are invite-only.
The amount of work needed to moderate a public instance, especially with the lacking tools available, seems crazy. Also, I don’t love it that New Vector has an implementation for an admin console, that seems to be available exclusively for paying subscribers to the enterprise version of their element server suite.
I have to wonder if there is a major commercial interest in that though.
Not impossible, although, sadly - any system where anonymity is the prime focus will also invite fucked up shit in addition to legitimate use, without any complicated motives behind it. There’s just a relevant fraction of humanity who are, sometimes essentially, sometimes temporarily, messed up fucks. Which is why I think providing ways to combat abuse has to be a high priority for the underlying development of any project like it, unless it explicitly doesn’t aim for mainstream adoption.
The CSAM spam is so annoying. I don’t understand who is doing this or why.
Oh fuck that culty nonsense!
When I complained about it, Matrix told me that my public complaints were hurting the ecosystem and I should be quiet.
Weird. I think they did some improvement to prevent those abusive messages but it took a while and it was embarrassing. Maybe it’s hard to prevent them with a federated network but still, the abusive messages where basically a copy paste.
From an outsiders perspective, element has never worked for me and never been stable enough to get anywhere close to discord. Joining servers is buggy AF and Element X is severely hobbied on mobile.
I’ve been refusing to use discord for about 6-8 months and am often invites to join various discords by IRL friends and online communities. I wish Matrix / Element was a viable alternative but I’ve never been able to get it working for anythung other than DMs, and I’m already happy with Signal for that honestly.
As a non developer I want to be sensitive to the amount of work involves, and the number of cooks in the kitchen, but the fact that we don’t have a FOSS- federated slack / discord killer app is leaving so much interaction on the table.
I’ve heard of Revolt but it doesn’t seem to be there with encryption
You got PeerSuite as a newcomer, and a pretty promising one with the concept of not having any servers tied to it at all, at that.
Self hosted matrix works great. /thread
I’ve been hosting a server without much problems for several years now.
Synapse and Riot.im (now Element) became much better around 2019 or 2020. But not too long ago, I also found out that Synapse also bloats the DB with state_groups_state table. There are a handful of commands that come with synapse, but no built-in admin tool or panel, so I wrote my own. Moving server to another host has been seamless for my (few) users. TURN/STUN for calls seems to work okay (I don’t really use it though).
I appreciate Element being uniform across platforms (which I cannot say about XMPP clients), but the sign-in is pretty tedious, and registration with a token is still impossible last time I checked (which is either a hassle for the user to use another client and then their smart device, or a security issue if you open registration to anyone). Most normal people probably don’t care and don’t want to deal with keys, cross-verification, and all that jazz.
Yeah, I finally pulled the trigger and moved to my own domain from
matrix.org
. Man, it is just so much faster. Which is sad, because the performance is pretty bad. (Element Web seems to do some per-room request as part of the initial loading screen which is obviously not scalable) but getting off ofmatrix.org
is a huge performance improvement.That being said there is nothing really wrong with
matrix.org
. The problem is really public rooms. People will join and spam. It is true of any protocol (have you heard about email?) but Matrix definitely needs to (and they are slowly working on) make it more expensive for spammers.
I’ve used matrix for a year now and it works, but it seems slow.
Lots of people tried to self-host it and reported it uses too much RAM for what it does. (It allegedly uses 1GB or more of ram even if it only has 1-2 users)
Efficient software is a must. Software must not waste resources simply because “they are there”. That’s my biggest gripe with matrix.
Disclaimer: i’ve not tried to host matrix myself, so i could be wrong here.
Its running about 1GB for me and my server setup. It spikes a bit if there is a lot going on, but it can get low than that when its just idling. Its not terrible, but given irc and other clients which take MB for RAM…its a bit of a hog-ish.
IRC is dead simple. You cant compare something like matrix to it in terms of resource usage thats not fair. 1GB of ram usage if fine for a server application that does messaging, pictures and video.
So we need to bring back IRC, if someone doesn’t know how it works - well, I don’t want to talk with such person. Bring back gatekeeping
IRC doesnt fit the requirements though. I cant send pictures or videos, I cant make little icons to react, I cant quote reply, I dont get push notifications when pinged. You may think these arent nessesary but to majority of users they are and I dont think IRC is going to adapt to include them.
well there’s the problem, i have a small server available but it only has 4 GB in total and i’m also hosting other things on it, including a luanti game world
Im running the equivalent to a pi 5 so yeah it can run with a slight delay. You may have some issues with the spikes, definitely if its more than a couple of people. 4GB in total, you will probably have to figure out if its worth it.
Also updates sometimes borks the server. Ive stopped updating until I have time to really sit down and understand what changed.
there should be a more efficient re-implementation but i don’t have time to even attempt that :/
Conduit is a Rust implementation that runs OK, but obviously doesn’t have feature parity
Yeah thats fair.
Matrix 2.0 is much faster, but seems like they’ve been building it for a decade.
The app is out, but still no Spaces support; which is what makes it a competitor to Discord.
For me Matrix is fine, I can use IRC, Whatsapp and Discord with it. But Element is not my cup of tea, especially with Firefox as it doesn’t play any videos other users are sharing. The same videos work fine with Cinny.
I can use IRC
The fact that many Discord and IRC channels (servers?) block Matrix connections has drastically reduced its usefulness for me. When I was running my own Matrix server, I could have gotten around it by using a puppet, but Synapse is such a hog I had to shut it down, and most of the IRC rooms I want to use don’t allow Matrix proxies.
The IRC (Biboumi) and Discord bridges (slidge.im) for XMPP work still fine and running your own server is super lightweight.
running your own server is super lightweight.
Not IME. Are you running Synapse? Gigabytes of disk usage and memory leaks requiring restarts.
I’ve been running the same matrix instance since ubuntu 18.04lts, just upgraded the virtual machine along the ride, so that has to be +6 years it’s been running 24/7.
I have not once rebooted my server due to performance reasons (like a mem leak). And like last 4 years I’ve ran the instance virtualized on a hp thin client, lately on a hp t640.
While I understand the criticism towards synapse being a complex and slow, and element being slow-ish, I don’t feel justified saying synapse would need any restarts in general. At least I have never restarted it in 6+ years and my instance has been working without those required restarts.
Yeah, I miss the irc, too. I still use it via my matrix instance.
I’ve never had to reboot the server; I had to restart Synapse because if Memory leaks.
Are you using any bridges?
Anyway, it got too expensive to run my own, so I went back to Matrix.org. Now I’m mostly back on IRC except for a couple of rooms. IRC stinks, but Matrix has been nothing but a decade of pain.
I am talking about xmpp servers 🤷
Yup! Someone else pointed that out to me; I thought you were talking about the puppets and missed that you were talking about Jabber.
My bad!
They’re taking about switching to Jabber/XMPP, which is what those two bridges are for, and they’re saying XMPP servers are lightweight.
It’s a bit confusing in context, I’ll admit.
Oh. I did misread that. Thanks for pointing it out!
Iv tried matrix a couple times. I wanted to like it but couldnt get on with it.
Signal and simplex are still my prefrence
Try out Session. It’s one of the best ones that are lesser known
Iv used session before, its not for me Not sure how i feel about the onion routing using the loki and oxen network.
Signal has that “whatsapp” feel friends and family find easy and simplex has no identifiers some other cool features but can be a little complicated for some users
This url is amazing lol
It’s
マリウス.com
but the “internationalized domain name” system pynycodes it to gibberish to prevent spoofing urls using lookalike characters.Like
https://xn--mzon-43db.com/
isаmаzon.com
. Those are cyrillic lowercase ‘а’, not ‘a’.[EDIT] The blog itself actually has a great article explaining it.
I am glad someone can admit it failed and we have to learn from this. I am just wondering what it takes to succeed.
start with a discord clone
make it e2ee
make it federated
i feel like it shouldnt be this hard, but I’m not the one developing matrix, nor XMPP, nor the 3rd smaller option you the reader is wanting me to list that I am unaware of
Don’t fucking clone the godaweful mess that is Discord. Please, for the love of God start with something else.
Discord is what people like and are used to though. If you want the average user to switch it needs to be somewhat familiar.
Discord is where people are at. You start with something else you’re asking for another Matrix or XMPP because people will not understand a new interface
Suppose for text messages, sharing files, contacts and such we have solutions, and with a set of libraries solving the hard parts, that can be done relatively easily. Encryption is hard, but suppose we are not even doing E2EE yet, that we are fine with TLS till the server, mutual TLS between servers, and additional something like OTR or PGP for 1-on-1 conversations.
Voice/video calls, and especially group voice/video calls, are a different matter entirely. You have to think, solve latency problems, congestion problems, so that those were usable at all.
Discord UI is not very nice.
I agree that the UI for discord sucks shit, however my thinking is aligned with what another commenter said, its what people already know and are used to. Trying to make anything new will turn users off. I’m very open to being proven wrong about that assumption though. I’d love for a foss project to have better UI/UX than discord.
The UI is not that important. Something a bit similar to Discord in appearance and experience is doable in plenty of available UI toolkits and libraries and frameworks and whatever.
The system itself is important, so that it would be functional with federation, yet not as prone to fragmentation as XMPP, yet efficient.
The thing is… What alternatives are there? Signal can’t be trusted (on the very same website there is an article about it). I’m not using closed source alternatives, Simplex is kinda shady too tbh and I’m not even sure I could get anyone to use it.
I don’t like Matrix/Element either but sadly its the best open source chat solution we have.
The article author went back to XMPP, which does appear to be the best option currently.
In what universe is XMPP better than Matrix?
XMPP is significantly less decentralized, allowing them to “”“cut corners”“” compared to Matrix protocol implementation, and scale significantly better. (In heavy quotes, as XMPP isn’t really cutting corners, but true decentralization requires more work to achieve seemingly “the same result”)
An XMPP or IRC channel with a few thousand users is no problem, wheras Matrix can have problems with that. On the other hand, any one Matrix homeserver going down does not impact users that aren’t specifically on that homeserver, whereas XMPP is centralized enough that it can take down a whole channel.
Meanwhile IRC is a 90s protocol that doesn’t make any sense in the modern world of mainly mobile devices.
XMPP also doesn’t change much, the last proper addition to the protocol (from what I can tell, on the website) was 2024-08-30 https://xmpp.org/extensions/xep-0004.html
XMPP doesn’t change very very often, but there’s actually tons of XEPs that are in common use and are considered functionally essential for a modern client, and with much higher numbers than XEP-0004
The good news, though, is that mostly you as the user don’t need to care about those! Most of the modern clients agree on the core set and thus interoperate fine for most normal things. And most XEPs have a fallback in case the receiver doesn’t support the same XEPs.
I’m general XMPP as a protocol is a lightweight core that supports an interesting soup of modules (in the form of XEPs) to make it a real messenger in the modern sense. And I think that’s neat! But you can’t really judge the core to say how often things change.
IRC makes sense in a world where people register to bouncers, which allow people to connect to any IRC network they please.
deleted by creator
I forgot to add nextcloud talk!
Why don’t people trust Signal?
Its a 18 months old but OP means this on the same site. https://マリウス.com/if-you-must-use-signal-use-molly/
The blogger also stopped using proton mail. So idk. Seems to be their thing atm.
I started reading the article but didn’t finish. This guy is a fool. He’s bitching about vendor lock in? The data isn’t supposed to be portable. That’s the point.
Signal itself is solid. For now. The issue is that signal is a centralized infrastructure service that is based in the US.
While it’s rather unlikely that something shady is going on and the current administration manages to pressure someone into installing back doors without anyone noticing, there is a growing chance that at some point the Orange Hitler or his cronies aim at Signal - and simply shut the whole thing down in a single sweep.
Which would mean the whole thing is lost - in theory they of course could rebuild a foundation outside the US, but that would also mean they need people not residing in the US (not like Proton which claims to operate from Switzerland and in reality are US based) and find funding there - enough funding to cover the costs and that is not impeded by US pressure.
This is the scenario that makes Signal a problematic candidate - and sadly the foundation is doing nothing against it.
xmpp mentioned, I’ll add IRC
Counterpoint: this is just some random blogger and you don’t need to follow any of their advice.
Going back to TS3 and IRC. They never left
I’m completely afraid of logging into fedora.im now. It’s so engulfed in spam, not even normal phishing spam. Absolutely horrifying spam, like gore and killing and other deranged shit.
I had to move back to matrix.org and abandon my account.
Don’t get your hopes up, I deleted my account on matrix.org because of that same spam, and there’s no way to mass ignore invites to the hundreds of rooms from all the spam accounts they let run rampant.
I am still mad that are no mobile clients that supports multiple accounts. So I am ending up installing for each account a different client.
Edit: added mobile.
NeoChat on KDE allows me to choose which account to login to when I start it.
Does it let you be logged in as both ?
If I want to send and receive messages from another account, I have to press 2 buttons to switch to it. Otherwise, I still get desktop notifications from all of them, I think.
Fluffy chat allows multiple accounts
I like this client. Thanks for the tip.
I see what you did here. Say something wrong on the internet to get multiple helpful tips.
Element Desktop has profiles. But sadly there are no profiles on the mobile app.
https://github.com/matrix-construct/tuwunel
Plug for tuwunnel.
Easy to set up, and just works. I can’t share any of the OP’s annoyances - everything is fast. Admittedly, I don’t really use the web client. Just the Android app from F-Droid and the linux AUR package element-desktop.
Does this come with fewer mental health issues than conduwuit? Because I remember the latter had an author that was a… Mtf puppydog? And had 4 years of work experience at like 19? Who claimed that the entirety of the nix, queer and some other communities were waging a conspiracy against her and her users?
Subjectivr experience against another. I switched an peer group from skype to matrix when matrix went offline. It was way better than i would have expected. Perhaps the timing was better. The element client seems really good, beside some minor jank(like screen share doesn’t work) that was probably waylands fault, its a very good experience.