Hacker News new | ask | show | jobs
by erikpukinskis 3221 days ago
I used to hear people saying all the time "well, the correct way to handle [messaging problem X] is to use XMPP" but more recently people seem to talk of it like a dead man walking.

Is it really so bad? Is there anything on the horizon that could replace email as an open messaging protocol?

I guess kilobyte-sized text snippets are probably a pretty good fit for a blockchain-based trustless messaging service. A million monkeys are hacking on that right now, right? Maybe that will just leapfrog everything else?

1 comments

I've never implemented it, but from a user standpoint, there aren't any widely-available services that people seem to use. gchat appears to be shutting their endpoints down. Facebook shut theirs down in 2014.

People got familiar with email because their ISP/employer provided them with an email address. Eventually it became a thing on it's own. Chat was never like that. There was always one service you used, and all your friends used. Now that's gchat and facebook chat.

Just to be precise: Google and Facebook did not shut down their xmpp servers, they just disabled the ability to connect to them via xmpp clients, to make sure everyone uses their web clients, so they don't loose any data they could've collected otherwise...

The original Google Talk ifnrastructure is still up and running and clients can connect to it using a protocol derived from XMPP (basically a subset XMPP converted to protobuf) and use it to message devices (Android uses it push messaging, but technically you can also send messages directly between devices). It's not directly used for text messaging though.