147 lines
4.4 KiB
HTML
147 lines
4.4 KiB
HTML
|
<!doctype html>
|
||
|
<html
|
||
|
dir="ltr"
|
||
|
lang="en-US"
|
||
|
>
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
|
||
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
|
||
|
<meta content="width=device-width, initial-scale=1" name="viewport"/>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<title>OxideTalis Messaging Protocol</title>
|
||
|
|
||
|
<meta name="title" content="OxideTalis Messaging Protocol">
|
||
|
<meta name="author" content="Awiteb">
|
||
|
<meta name="description" content="OxideTalis Messaging Protocol (OTMP) specification">
|
||
|
<meta name="generator" content="Zola v0.16.1">
|
||
|
|
||
|
<meta property="og:type" content="website">
|
||
|
<meta property="og:url" content="https://otmp.4rs.nl/">
|
||
|
<meta property="og:site_name" content="OxideTalis Messaging Protocol">
|
||
|
<meta property="og:title" content="OxideTalis Messaging Protocol">
|
||
|
<meta property="og:description" content="OxideTalis Messaging Protocol (OTMP) specification">
|
||
|
<meta property="og:image" content="https://otmp.4rs.nl/otmp_logo.svg">
|
||
|
|
||
|
|
||
|
|
||
|
<meta property="twitter:card" content="summary_large_image">
|
||
|
<meta property="twitter:url" content="https://otmp.4rs.nl/">
|
||
|
<meta property="twitter:title" content="OxideTalis Messaging Protocol">
|
||
|
<meta property="twitter:description" content="OxideTalis Messaging Protocol (OTMP) specification">
|
||
|
<meta property="twitter:image" content="https://otmp.4rs.nl/otmp_logo.svg">
|
||
|
|
||
|
|
||
|
<link rel="canonical" href="https://otmp.4rs.nl/">
|
||
|
<link rel="shortcut icon" type="image/x-icon" href="https://otmp.4rs.nl/otmp_logo.svg">
|
||
|
<script type="application/ld+json">
|
||
|
{
|
||
|
"description":"OxideTalis Messaging Protocol (OTMP) specification",
|
||
|
"url":"https://otmp.4rs.nl/",
|
||
|
"@type":"WebSite",
|
||
|
"headline":"OxideTalis Messaging Protocol",
|
||
|
"name":"OxideTalis Messaging Protocol",
|
||
|
"author":{
|
||
|
"@type":"Person",
|
||
|
"name":"Awiteb"
|
||
|
},
|
||
|
"@context":"https://schema.org"
|
||
|
}
|
||
|
</script>
|
||
|
|
||
|
|
||
|
|
||
|
<link rel="alternate" type="application/atom+xml" title="RSS" href="https://otmp.4rs.nl/atom.xml">
|
||
|
|
||
|
|
||
|
|
||
|
<link rel="stylesheet" href="https://otmp.4rs.nl/style.css"/>
|
||
|
|
||
|
</head>
|
||
|
<body theme="auto">
|
||
|
<div class="w">
|
||
|
<header>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<nav>
|
||
|
|
||
|
<a href="/" >English</a>
|
||
|
|
||
|
<a href="/ar/" >العربية</a>
|
||
|
|
||
|
</nav>
|
||
|
|
||
|
<h2>OxideTalis Messaging Protocol</h2>
|
||
|
</header>
|
||
|
<main class="page-content" aria-label="Content">
|
||
|
|
||
|
<p>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.</p>
|
||
|
<h3 id="goals">Goals</h3>
|
||
|
<ul>
|
||
|
<li>Secure communication between two parties.</li>
|
||
|
<li>Simple and easy to implement.</li>
|
||
|
<li>Ability to send messages to users in another server directly, no dependency
|
||
|
the server of the sender.</li>
|
||
|
</ul>
|
||
|
<h3 id="non-goals">Non-Goals</h3>
|
||
|
<ul>
|
||
|
<li>Group communication.</li>
|
||
|
<li>Voice or video calls.</li>
|
||
|
</ul>
|
||
|
<h2 id="contents">Contents</h2>
|
||
|
<ul>
|
||
|
<li><a href="/protocol/">Protocol</a></li>
|
||
|
<li><a href="/faq/">FAQ</a></li>
|
||
|
</ul>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</main>
|
||
|
<footer>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<nav>
|
||
|
|
||
|
<a href="mailto:otmp@4rs.nl" target="_blank" rel="noreferrer noopener">Email</a>
|
||
|
|
||
|
<a href="/pgp.asc" target="_blank" rel="noreferrer noopener">PGP</a>
|
||
|
|
||
|
<a href="https://git.4rs.nl/OxideTalis/otmp_site" target="_blank" rel="noreferrer noopener">Source</a>
|
||
|
|
||
|
</nav>
|
||
|
|
||
|
</footer>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|
||
|
|