Thanks for pointing this out. I’m guessing part of this is why so many messengers either create a new protocol or choose XMPP
Born and raised in London. Just a normal guy with a moral compass.
Thanks for pointing this out. I’m guessing part of this is why so many messengers either create a new protocol or choose XMPP
Wall of text? I provided information requested and then went back and provided more information to clear up a claim I got wrong. Let’s not focus on how we get the information, but rather what the information is. If it’s not for you personally, just move on.
I feel like I’m wasting my time replying to all these because it seems you didn’t even take the time to read them yourself.
I’m here trying to learn about Delta Chat and why you think it’s a good app given the drawbacks of the approach they’ve taken. Over the years there’s been an incredible amount of messengers pop up, 90 million from Google alone and none have opted for SMTP. There’s surely a reason for that. From what I’ve learned, mostly thanks to Gemini, because holy fuck the Delta Chat website feels like something from 20 years ago and is purposely vague, the solution that Delta has gone for is just to add more layers. Again, something that the world has repeatedly opted against. I’m trying to understand why it’s considered a good idea in this case and why so many teams and startups have decided not to use this methodology until now?
Jesus Christ, being curious shouldn’t feel like a chore.
Downvote for what? What part is wrong?
Should definitely be the go-to
Regarding SMTP:
SMTP (Simple Mail Transfer Protocol) is a foundational technology for email, but it has some limitations. Here are some ways it could be improved:
- Efficiency: SMTP is a “chatty” protocol, meaning it involves multiple back-and-forth exchanges between the client and server. This can lead to latency and increased resource consumption, especially for large emails or bulk sending.
- Deliverability: SMTP doesn’t have mechanisms to guarantee email delivery. Emails can get lost, delayed, or filtered as spam. While techniques like SPF, DKIM, and DMARC help, they are not foolproof.
- Features: SMTP is primarily designed for sending emails. It lacks features for managing email content, tracking delivery status, or handling complex email workflows. Possible Improvements:
- Mandatory Encryption: Enforcing TLS/SSL encryption for all SMTP connections would protect email content from interception.
- Stronger Authentication: Implementing more robust authentication mechanisms would prevent spoofing and ensure that emails originate from legitimate senders.
- Enhanced Deliverability: Developing mechanisms to track email delivery, provide feedback on delivery failures, and reduce spam filtering would improve deliverability.
- More Efficient Communication: Exploring alternative protocols or extensions that reduce the “chattiness” of SMTP could improve efficiency.
- Integration with other technologies: Integrating SMTP with other technologies like REST APIs or message queues could enable more complex email workflows and features.
It’s important to note that some of these improvements are already being addressed through extensions and best practices. However, there is still room for improvement in making SMTP a more secure, efficient, and reliable technology.
That said, it looks like Delta Chat doesn’t actually use SMTP, having scanned through the website. Though I’m honestly unsure either way as it was only a scan.
Never mind:
Delta Chat doesn’t use its own proprietary protocol. Instead, it cleverly leverages the existing email infrastructure for message delivery. Here’s how it works:
- Core Protocol: IMAP/SMTP - Delta Chat primarily uses the standard Internet Message Access Protocol (IMAP) for receiving messages and Simple Mail Transfer Protocol (SMTP) for sending them. These are the same protocols your regular email client uses.
- Encryption: Autocrypt & OpenPGP - To ensure secure and private communication, Delta Chat implements end-to-end encryption using the Autocrypt standard and the OpenPGP standard. This means your messages are encrypted in such a way that only the intended recipient can decrypt and read them.
- Secure Key Exchange: SecureJoin - Delta Chat also utilizes the SecureJoin protocol for secure key exchange. This helps to prevent man-in-the-middle attacks and ensures that only authorized parties can establish secure communication. In essence, Delta Chat works by:
- Sending encrypted messages as emails: When you send a message in Delta Chat, it’s actually sent as an encrypted email to the recipient’s email address.
- Receiving encrypted messages as emails: Delta Chat constantly checks your email inbox for new encrypted emails that are meant for you.
- Decentralization: No central server is required to store your messages, making it more resistant to censorship and single points of failure.
- Openness: It leverages existing email infrastructure, making it interoperable with any email provider.
- Security: End-to-end encryption ensures that your messages remain private and secure.
If you’re interested in learning more about the technical details, you can check out the cryptographic analysis of Delta Chat available on the Cryptology ePrint Archive: https://eprint.iacr.org/2024/918
Because delta chat is using an open protocol (email)
So not an instant messaging protocol but rather a technology that the whole world would do differently if they could go back in time?
Live Video Chat should probably come from a dedicated app. Once the next generation of instant messenger is sorted out, video chat will probably quickly follow. I wouldn’t be surprised to see live streams become popular once Dansup implements it in loops.