Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Introduction

portasynthinca3 edited this page Jul 19, 2021 · 1 revision

The protocol consists of three major parts:

  • Sweet is responsible for most of the things the client does. Authentication, text communication, user configuration, etc. all work using this protocol.
  • Tasty is responsible for real-time communication. Voice, video (maybe in future?) and data relay (maybe in future?) all work using this protocol. Some Sweet interaction is needed to set up a Tasty session.
  • Salty is responsible for end-to-end encryption used in direct messages. Some Sweet interaction is needed to set up a Salty session.
Clone this wiki locally