How does it work?
Surespot is a secure mobile messaging app that uses exceptional end-to-end encryption for every text, image and voice message returning your right to privacy. Open source It is not magic, it is all software code. Surespot encrypted messenger put every bit of it's client code up on display for the world to review, scrutinize, contribute to. Messenger for Business. Build lasting customer relationships through conversation. Messenger from Facebook allows you to connect with over 1.3 billion people in a channel they prefer 1 - making business personal and convenient.
Matrix is really a decentralised conversation store rather than a messaging protocol. When you send a message in Matrix, it is replicated over all the servers whose users are participating in a given conversation - similarly to how commits are replicated between Git repositories. There is no single point of control or failure in a Matrix conversation which spans multiple servers: the act of communication with someone elsewhere in Matrix shares ownership of the conversation equally with them. Even if your server goes offline, the conversation can continue uninterrupted elsewhere until it returns.
This means that every server has total self-sovereignty over its users data - and anyone can choose or run their own server and participate in the wider Matrix network. This is how Matrix democratises control over communication.
By default, Matrix uses simple HTTPS+JSON APIs as its baseline transport, but also embraces more sophisticated transports such as WebSockets or ultra-low-bandwidth Matrix via CoAP+Noise.
The clients are all participating in the same Matrix room, which is synchronised across the three participating servers.
The server then signs the JSON including the signatures of the parent objects to calculate a tamper-resistent signature for the history.
- Validate the message signature to protect against tampering with history
- Validate the HTTP request's auth signature to protect against identity spoofing
- Validate whether Alice's historical permissions allow her to send this particular message
Messenger (open-source) Online
Alice, Bob and Charlie's homeservers all have different views of the message history at this point - but Matrix is designed to handle this inconsistency.
At this point Alice and Bob are in sync, but Charlie's room history has split - both messages 2 and 3 follow on from message 1. This is not a problem; Charlie's client will be told about Bob's message and can handle it however it chooses.
Open Source Secure Messaging

This effectively merges the split in history and asserts the integrity of the room (or at least her view of it).

Description
Open Source Instant Messenger
Innovative designed and fully centralized under your (admin) control. Server (PHP) provides great flexibility, including the 3rd-Party extension possibility (e.g. forum, CMS, blog, PGI, CRM...). Allows companies/communities (organizations, associations, institutions...) and dispersed workgroups to create and control their own network of instant collaborative messengers.
Can install server on your local network (lan) or on internet (a shared hosted server is enough).
Latest major version: Users Files Backup: create your own dropbox/SkyDrive/hubic/...

Comments are closed.