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

Disable autocomplete / search for public rooms #3305

Closed
SPiRiT369 opened this issue Feb 4, 2024 · 2 comments
Closed

Disable autocomplete / search for public rooms #3305

SPiRiT369 opened this issue Feb 4, 2024 · 2 comments

Comments

@SPiRiT369
Copy link

I have an unfederated server.
When I try to click "Add a new groupchat" and type something, it looks like the search goes thru search.jabber.network.
I assume that this api call exposes the JID who performed this search and obviously what he searched for, which is bad for privacy reasons...

Since my server is unfederated, errors are triggered in the browser side:
ERROR: Communication with remote domains is not enabled

Is it possible to make this auto-complete feature optional?

Related to: #1841

jcbrand added a commit that referenced this issue Feb 27, 2024
Lets you configure which JID to use when searching for MUCs for
auto-complete purposes.

Fixes #3305
@jcbrand
Copy link
Member

jcbrand commented Feb 27, 2024

I've created a new setting muc_search_service, which can be set to an empty string to disable the feature.

It will be included in the next release.

jcbrand added a commit that referenced this issue Feb 27, 2024
Lets you configure which JID to use when searching for MUCs for
auto-complete purposes.

Fixes #3305
@SPiRiT369
Copy link
Author

@jcbrand, Many thanks!

jcbrand added a commit that referenced this issue Mar 5, 2024
Lets you configure which JID to use when searching for MUCs for
auto-complete purposes.

Fixes #3305
jcbrand added a commit that referenced this issue Mar 5, 2024
Lets you configure which JID to use when searching for MUCs for
auto-complete purposes.

Fixes #3305
jcbrand added a commit that referenced this issue Mar 6, 2024
Lets you configure which JID to use when searching for MUCs for
auto-complete purposes.

Fixes #3305
jcbrand added a commit that referenced this issue Mar 12, 2024
Lets you configure which JID to use when searching for MUCs for
auto-complete purposes.

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

No branches or pull requests

2 participants