oxen-io / session-android

A private messenger for Android.
https://getsession.org
GNU General Public License v3.0
1.84k stars 170 forks source link

Closed group invites and new idea #689

Open User1l0 opened 3 years ago

User1l0 commented 3 years ago

Add ability to join closed groups with disposable or permanent invite links, or special invite links that when user is joining nothing is happening than showing him that his request is sent to the group, so the admin decides the user can join or not by pressing accept the join request or deny

Sepero commented 3 years ago

Possible URI scheme:

session://invitekey/admin_id[/member_id]
tcely commented 1 year ago

What happens when I change the URI to use my ID instead of the admin's or add mine to the end?

Does it behave differently in these cases?

KeeJef commented 1 year ago

This would be technically tricky to implement in closed groups, much of the architecture we've build requires the admin of the group to know the Session ID of the member who is joining. with a link which allows anyone to join this process would be complex