V2 - Add Private Group chat type #2147
Replies: 4 comments 5 replies
|
How is a private group distinct from private channels? |
|
I'd like to see revocability, a way to ban someone that's stronger than blocking their user name. Today if a private channel key is shared with someone the group doesn't want to participate the only option is for the remaining group members to rotate keys to a new channel. I think room servers could solve this, if rooms supported ACLs instead of one shared admin/guest password. The room sever could also solve impersonation, if they check the display name against the signature / decrypt key. I've heard complaints about room servers tho. |
|
This is an excellent idea and should be fairly straight forward. |
Which asym scheme are you proposing for this encryption? If ECDH based (e.g. x25519 is how DMs are encrypted right now), every party of the chat is able to spoof any other member of the chat, since they can all compute the same symetric key. It's possible I missed something, but it seems this would add complexity (having to track adverts of the users in the chat in order to read it) without any improved protection against impersonation. |
Uh oh!
There was an error while loading. Please reload this page.
In v2 there should be three types of chats: public channels, private groups, and direct messages.
#publicchannel. This is beneficial to keep as anyone can send and see any message sent.All reactions