Disable autocomplete / search for public rooms
SPiRiT369 opened this issue · 2 comments
SPiRiT369 commented
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 commented
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.