Skip to content
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

Open
melvo opened this issue Nov 30, 2021 · 12 comments · May be fixed by #2986
Open

Add autocomplete of possible XMPP servers when registering a new account #2740

melvo opened this issue Nov 30, 2021 · 12 comments · May be fixed by #2986

Comments

@melvo
Copy link

melvo commented Nov 30, 2021

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.

Screenshot 2022-05-24 at 17 52 26


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@Echolon
Copy link

Echolon commented Dec 18, 2021

Transparency: melvo and me are the authors of this project.

@issuehunt-oss issuehunt-oss bot added the 💵 Funded on Issuehunt This issue has been funded on Issuehunt label Apr 30, 2022
@issuehunt-oss issuehunt-oss bot removed the 💵 Funded on Issuehunt This issue has been funded on Issuehunt label Apr 30, 2022
@conversejs conversejs deleted a comment from issuehunt-oss bot Apr 30, 2022
@conversejs conversejs deleted a comment from issuehunt-oss bot Apr 30, 2022
@conversejs conversejs deleted a comment from Echolon Apr 30, 2022
@conversejs conversejs deleted a comment from issuehunt-oss bot Apr 30, 2022
@conversejs conversejs deleted a comment from issuehunt-oss bot Apr 30, 2022
@jcbrand
Copy link
Member

jcbrand commented May 24, 2022

I've split the part about adding contacts into a new ticket #2929 and assigned it to @PawBud

@jcbrand jcbrand changed the title Integrate curated list of XMPP providers for registration and autocomplete (server list) Add autocomplete of possible XMPP servers when registering a new account May 24, 2022
@radna0
Copy link

radna0 commented Jun 21, 2022

Could you explain the issue more in-depth

@jcbrand
Copy link
Member

jcbrand commented Jun 21, 2022

@radna0:

The input of the registration form, needs to be turned into a converse-autocomplete component.

Here's an example of how the converse-autocomplete component is used inside a template:

And here is where that component is defined:
https://github.com/conversejs/converse.js/blob/master/src/shared/autocomplete/component.js

Replacing the input with converse-autocomplete would be the start, the next step would then be to let the auto-complete list be populated with providers from XMPP Providers.

@melvo
Copy link
Author

melvo commented Sep 21, 2022

@PawBud @jcbrand Great to see that you already work on integrating XMPP Providers :) I saw that there is an open pull request for two months now. Thus, I thought to ask you if there are any questions regarding the integration or the project itself?

@PawBud
Copy link
Member

PawBud commented Sep 21, 2022

@PawBud @jcbrand Great to see that you already work on integrating XMPP Providers :) I saw that there is an open pull request for two months now. Thus, I thought to ask you if there are any questions regarding the integration or the project itself?

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 PawBud removed their assignment Sep 21, 2022
@melvo
Copy link
Author

melvo commented Sep 21, 2022

@PawBud Thanks for your quick reply! Alright. Let me know when you need any info :)

@JatinSainiOO7
Copy link

Can I work on This Issue

@jcbrand
Copy link
Member

jcbrand commented Oct 4, 2023

@JatinSainiOO7: Yes you're welcome to work on this issue.

@JatinSainiOO7
Copy link

Thank you 👍

@JatinSainiOO7
Copy link

@jcbrand : Hello!
how much time i have for work on this issue.
Thankyou...

@jcbrand
Copy link
Member

jcbrand commented Oct 4, 2023

how much time i have for work on this issue.

That depends on you. There is no explicit cutoff date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants