chore: Update README.md
All checks were successful
Write changelog / write-changelog (push) Successful in 4s
Update Contributors / Update Contributors (push) Successful in 5s
Rust CI / Rust CI (push) Successful in 4m25s

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb 2024-07-20 22:56:05 +03:00
parent d6ac2d1599
commit b42e7f2bfe
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -22,15 +22,14 @@ implementation written in Rust.
> feature complete, also not all protocol features are implemented yet. > feature complete, also not all protocol features are implemented yet.
## About ## About
[`OTMP`] is a federated chat protocol that aims to be a secure and [`OTMP`] is a decentralized, end-to-end encrypted chat protocol designed to
privacy-respecting alternative to existing chat protocols, [`OTMP`] does not prioritize privacy. Unlike existing chat protocols, [`OTMP`] operates without a
rely on a central server, but instead uses a federated network of servers to central server. When you send a message, it connects directly to your friend's
deliver messages. When you send a message to a friend, you will connect to your server, ensuring that your messages are not stored centrally. Only you and your
friend's server and send the message directly to them. This way, your messages friend can read the messages, even your servers cannot access their content.
are not stored on a central server, and only you and your friend can read them.
## Key Features ## Key Features
- **Federated**: No central server, messages are sent directly to the recipient server by you. - **Decentralized**: No central server, messages are sent directly to the recipient server by you.
- **End-to-End Encryption**: Messages are encrypted on the client and decrypted - **End-to-End Encryption**: Messages are encrypted on the client and decrypted
on the client. on the client.
- **Self-Hosted**: You can host your own server and have full control over your - **Self-Hosted**: You can host your own server and have full control over your