Skip to main content


In many ways, #deltachat deals with typical peer to peer challenges. The message transport is treated as dumb, so it can not host group membership metadata or key directories like #WhatsApp, @signalapp and #telegram do. Our dumb-server protocol philosophy is also very unlike #matrix which has very stateful servers with lots of relational metadata and required synchronization state. So #p2p networking like recently introduced for #webxdc realtime channels flows rather naturally for us ....
in reply to Delta Chat

@signalapp Is there a description for the rationale for the state that the protocol keeps?
in reply to IndustrialRobot

@IndustrialRobot We don't have a central doc for this, but securejoin.readthedocs.io/en/l… describes the guaranteed-end-to-end encryption protocol, which, like the autocrypt.org spec uses zero server state (no key servers). We expect the general "peer-to-peer-ness" of #deltachat to become more apparent in 2025 :)