otmp_site/content/_index.md

26 lines
649 B
Markdown
Raw Permalink Normal View History

+++
title = "OxideTalis Messaging Protocol"
2022-12-03 20:01:01 +01:00
[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/)