nioc / xmpp-web

Lightweight web chat client for XMPP server
GNU Affero General Public License v3.0
142 stars 20 forks source link

Restrict public muc listing? #64

Closed poVoq closed 1 year ago

poVoq commented 2 years ago

Would it be possible to restrict the listing of public mucs to those of a certain muc service or virtual host?

Right now the xmpp-web users can also see the public mucs from a totally unrelated virtual host that happens to be on the same Prosody installation.

In addition it might be interesting to only show a curated list of public mucs in the overview.

sjehuda commented 1 year ago

Perhaps consider splitting the list into pages (e.g. 10 MUCs per page)

nioc commented 1 year ago

Hello @poVoq I do not understand your request (probably your use case is too complex for me 😉).

Does the @sjehuda proposal (rooms pagination on /guest/rooms) is answering your need? If yes, it could be done in next release. Otherwise I will close this issue as it won't be done.

poVoq commented 1 year ago

Yeah that seems fine for now :)