Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplex private chat for p2ep #10794

Closed
MaxHillebrand opened this issue May 26, 2023 · 0 comments
Closed

Simplex private chat for p2ep #10794

MaxHillebrand opened this issue May 26, 2023 · 0 comments

Comments

@MaxHillebrand
Copy link
Contributor

MaxHillebrand commented May 26, 2023

Contrary to nostr (#10178), Simplex is holistically designed for private direct messages. It might be suited better for our p2ep needs.

  • fully e2e encrypted
  • one time per chat invitation code, or static identifier
  • messages relayed through multiple servers
  • encrypted profile, contacts, and metadata
  • encrypted filea, audio and video calls

all the available api is in SimpleX.h file, and types are in APITypes - you send commands as strings, you get responses and events as JSON - pretty straightforward

Simplex Website: https://simplex.chat/

Simplex Client: https://github.com/simplex-chat/simplex-chat

Simplex Messaging Protocol (the crypto magic, could maybe be used with nostr relays too): https://github.com/simplex-chat/simplexmq/blob/master/protocol/simplex-messaging.md

Simplex Architecture Overview: https://github.com/simplex-chat/simplexmq/blob/stable/protocol/overview-tjr.md

@WalletWasabi WalletWasabi locked and limited conversation to collaborators Jun 20, 2023
@lontivero lontivero converted this issue into discussion #10917 Jun 20, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Projects
None yet
Development

No branches or pull requests

1 participant