This commit is contained in:
epoberezkin
2024-04-22 23:15:19 +00:00
parent 10961ead33
commit 9f959e0152
158 changed files with 2096 additions and 78 deletions
+7 -1
View File
@@ -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>