Skip to content

feat: Gateway RPC methods for twin messaging #27

@kody-w

Description

@kody-w

Parent: #22

Methods

  • `twin.send` — encrypt + store + broadcast to WebSocket subscribers + queue iMessage sync
  • `twin.history` — return encrypted message history for a conversation
  • `twin.key` — create/exchange/rotate conversation keys (egg.json format)
  • `twin.sync` — bidirectional iMessage ↔ twin store sync
  • `twin.export` — portable encrypted conversation export
  • `twin.conversations` — list all conversations with metadata

Events (WebSocket push)

  • `twin.message` — new message in a conversation
  • `twin.status` — delivery status update (syncing → delivered)
  • `twin.participant` — participant joined/left

🤖 Generated with Claude Code

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions