threefoldtech / rmb-rs

RMB implementation in rust
Apache License 2.0
3 stars 1 forks source link

message federation #106

Closed muhamadazmy closed 1 year ago

muhamadazmy commented 1 year ago

Federation is the process of sending messages to a peer that does not live (not connected) to the same relay as the sender. In rmb any one can deploy and host a relay server safely since a relay can't inspect the message payload itself (well, once EndToEnd encryption is implemented) the rmb network can (will) eventually be consisted of multiple relay servers (please check docs)

Scenario

Technical specs

Some work has already been done on the federation branch, it's trivial but shows where things need to go.