-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support "invite for chat" usecase #175
Comments
I believe this is planned as part of #58 |
Thanks! |
We built similar thing at https://github.com/deltachat/invite/ for Delta Chat. Matrix has similar https://github.com/matrix-org/matrix.to service, |
XMPP's equivalent is e.g. https://xmpp.link/#[email protected] Snikket already has invitation support built-in (it's the only way to create an account on a Snikket server). There are multiple types of invitation and I think we currently only support the "account-only" kind, because anyone who joins automatically sees everyone else as contacts. As part of #58 we'll be adding support for one-to-one "account-and-subscription" invitations, which is what I think we interpreted this issue as being about. |
I usecase I occasionally have is that I want to invite others to chat on my Snikket server, but I don't know whether they have an XMPP account. It'd be great if I can share a link which instructs (or ideally provides a link which does this!) them to add me as a contact if they already have an XMPP account, or offers to let them register on my server.
Ideally this'd be as easy as a Zoom invite.
How easy would this usecase be to address!
P.S. Snikket has been superb for communicating with active contributors to my project, thank you! I'd just love to use it more.
The text was updated successfully, but these errors were encountered: