mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-28 20:49:50 +00:00
deploy: d864603d01
This commit is contained in:
@@ -189,6 +189,8 @@
|
||||
|
||||
<li><a href="/downloads/" class=" lg:px-[20px] inline-block whitespace-nowrap">Downloads</a></li>
|
||||
|
||||
<li><a href="/transparency/" class=" lg:px-[20px] inline-block whitespace-nowrap">Transparency</a></li>
|
||||
|
||||
|
||||
<hr class=" h-[1px] w-full dark:opacity-[0.1]">
|
||||
|
||||
@@ -582,6 +584,10 @@ window.addEventListener('scroll',changeHeaderBg);
|
||||
<a class="" href="/downloads/">Download SimpleX apps</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="" href="/transparency/">Transparency Reports</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
@@ -719,7 +725,7 @@ window.addEventListener('scroll',changeHeaderBg);
|
||||
<p>Evgeny Poberezkin</p>
|
||||
<h1 id="simplex-chat-protocol" tabindex="-1">SimpleX Chat Protocol</h1>
|
||||
<h2 id="abstract" tabindex="-1">Abstract</h2>
|
||||
<p>SimpleX Chat Protocol is a protocol used by SimpleX Chat clients to exchange messages. This protocol relies on lower level SimpleX protocols - SimpleX Messaging Protocol (SMP) and SimpleX Messaging Agent protocol. SimpleX Chat Protocol describes the format of messages and the client operations that should be performed when receiving such messages.</p>
|
||||
<p>SimpleX Chat Protocol is a protocol used to by SimpleX Chat clients to exchange messages. This protocol relies on lower level SimpleX protocols - SimpleX Messaging Protocol (SMP) and SimpleX Messaging Agent protocol. SimpleX Chat Protocol describes the format of messages and the client operations that should be performed when receiving such messages.</p>
|
||||
<h2 id="scope" tabindex="-1">Scope</h2>
|
||||
<p>The scope of SimpleX Chat Protocol is application level messages, both for chat functionality, related to the conversations between the clients, and extensible for any other application functions. Currently supported chat functions:</p>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user