chore: Update README.md
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
2b2bdf7460
commit
23469f3f5e
1 changed files with 6 additions and 7 deletions
13
README.md
13
README.md
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue