-
Notifications
You must be signed in to change notification settings - Fork 428
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
xmppbl.org - Real-time blocklists for XMPP #3997
Comments
Not a high priority, it is very niche application. Besides, not many people expect MUC groupchats to be used in 2023. |
This comment was marked as spam.
This comment was marked as spam.
It is literally non-scalable. It uses broadcasts to ALL online MUC room processes on each pubsub update. And it does not look like it will scale with large number of blocked items. With larger number of items we:
In the public environment it means that the spammer could register millions of spam accounts on a public server that allows it and we don't have control over that. And we would have to block the whole domain (which would block the regular users too) or not block them at all. |
We could optimize kicking (so, no broadcasts to all rooms) but it still leaves us with the issue of the maximum number of items we can block over PubSub. Scalability characteristics of Pubsub is more interesting topic though. Can we write 1M items into a single node? Something to test first. |
Dear MongooseIM team,
It is possible to add the Real-time blocklists for XMPP?
It exists already for:
Thanks in advance.
The text was updated successfully, but these errors were encountered: