-
-
Notifications
You must be signed in to change notification settings - Fork 774
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
Add autocomplete of possible XMPP servers when registering a new account #2740
Comments
Transparency: melvo and me are the authors of this project. |
Could you explain the issue more in-depth |
The
Here's an example of how the
And here is where that component is defined: Replacing the |
Hey @melvo, I am busy with my academics at the moment, so can't really give a final date on when I can solve this issue, but then if you wanna do it, then feel free to implement it :) |
@PawBud Thanks for your quick reply! Alright. Let me know when you need any info :) |
Can I work on This Issue |
@JatinSainiOO7: Yes you're welcome to work on this issue. |
Thank you 👍 |
@jcbrand : Hello! |
That depends on you. There is no explicit cutoff date. |
Users want to have an easy onboarding (login / registration). An easy registration is feasible by suggesting XMPP providers for account registration. Once the onboarding is accomplished, users want to add new contacts easily. Suggestions for the XMPP provider's domain while typing the chat address can speed up that process.
The new project XMPP Providers tackles both tasks. It provides a curated list of providers. In contrast to similar projects, XMPP Providers categorizes providers so that client developers do not have to filter the list on their own. Additionally, it helps providers to improve their properties and integrate badges on their websites. That empowers the whole system of XMPP providers, users and client developers. The list also allows client developers to automatically address support to operators if that is an operator's issue!
There are already projects using XMPP Providers. UWPX shows how an implementation could look like. It would be great to see Converse joining them!
The task for this ticket is to update the input on the registration form to use
converse-autocomplete
to show a list of possible XMPP providers in categories A or B.Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: