Merge branch 'stable'

This commit is contained in:
Evgeny Poberezkin
2024-04-25 10:42:28 +01:00
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ Evgeny Poberezkin
## Abstract
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.
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.
## Scope