Modern messaging: Running your own XMPP server
1–10 of 156 posts
Re: Modern messaging: Running your own XMPP server
#2Re: Modern messaging: Running your own XMPP server
#3Re: Modern messaging: Running your own XMPP server
#4Re: Modern messaging: Running your own XMPP server
#5Ended up using Hey, and it works pretty well, I guess, but a rails PWA is a little heavy duty for my taste, I would prefer XMPP
Re: Modern messaging: Running your own XMPP server
#6[0]: https://prosody.im/
Re: Modern messaging: Running your own XMPP server
#7I couldn't get iOS notifications to work properly when I tried to set up ejabberd. Ended up using Hey, and it works pretty well, I guess, but a rails PWA is a little heavy duty for my taste, I would prefer XMPP
Re: Modern messaging: Running your own XMPP server
#8the only problem, as usual, is the network effect
- single point of failure of rooms (server creating the chat room)
- media access via 3rd party servers
- gossiping encrypted message access across multiple devices
- encrypted audio-visual (group) communication
- good clients for iOS
- reliable server-side storage of messages (of all(!) chats)
- realistic verification concept for e2ee with multiple devices
Re: Modern messaging: Running your own XMPP server
#9Re: Modern messaging: Running your own XMPP server
#10the only problem, as usual, is the network effect
And telling friends and family they need to setup a Jabber connection to talk you will make you "That guy/girl who...". And if the idea spreads, then talking to n people requires n accounts on n servers. At least Pidgin (last time I used it, which was last decade) supports such a configuration. I wonder if the mobile apps can do the same.