|
|
|
|
|
by jeztek
4735 days ago
|
|
You can vet who joins the channel by denying unauthorized users the room key. Users who don't have the key cannot post messages to the room. User authentication, so someone is not able to impersonate you, is on the todo list but it is assumed that the server is trusted and won't go swapping public keys on you. A chat system that doesn't trust the server would need an entirely different design. You need to trust the server to perform basic actions like broadcast your message to the other users in the room. |
|