otmp_site/content/_index.md
Awiteb b6cc2d8c01
chore: Initialize the site
Signed-off-by: Awiteb <a@4rs.nl>
2024-06-01 14:03:48 +03:00

26 lines
No EOL
649 B
Markdown

+++
title = "OxideTalis Messaging Protocol"
[extra]
lang = "en-US"
dir = "ltr"
+++
This is the homepage of the OxideTalis Messaging Protocol (OTMP), a protocol to
communicate between two parties (Alice and Bob) using a shared secret. The
protocol is designed to be simple and easy to implement, while
providing a secure way to communicate.
### Goals
- Secure communication between two parties.
- Simple and easy to implement.
- Ability to send messages to users in another server directly, no dependency
the server of the sender.
### Non-Goals
- Group communication.
- Voice or video calls.
## Contents
- [Protocol](/protocol/)
- [FAQ](/faq/)