You can run your own signal server and federate it with others, you just can’t on the standard app you get from the app store that just talks to the central signal server.
It’s all open source though so you’d just need to flip some conf flags and compile it yourself.
Or distributed serverless P2P communication (like SimpleX does). Specially when it comes to an app that is just meant for person-to-person communications to begin with.
There is - federation.
You can run your own signal server and federate it with others, you just can’t on the standard app you get from the app store that just talks to the central signal server.
It’s all open source though so you’d just need to flip some conf flags and compile it yourself.
Or distributed serverless P2P communication (like SimpleX does). Specially when it comes to an app that is just meant for person-to-person communications to begin with.
SimpleX have message relay servers that are required for the sytem to function. It’s not “serverless P2P”.