-
XEP-0377 support was implemented inside Blocking Command support and it can forwards those reports to many different beans. One of those beans is
SpamProcessor
fromtigase-spam
package, which records spam reports with probability of 0.1 if those reports are from a user. This means, that at least 10 users need to report a JID as a spammer for us to block it. However, this value can be adjusted even by reconfiguration ofreportedSpammerProbability
inknown-spammers
bean. -
Looks good to me. @bmalkow please take a look and add support for this in the library.
Type |
Task
|
Priority |
Normal
|
Assignee | |
Version |
tigase-server-8.2.0
|
Spent time |
0
|
Issue Votes (0)
Watchers (0)
It would be good to have support for reporting spammers by users. XEP-0377 is very simple and integrates well with Blocking Command which we are already using for blocking users. Reporting as a spammers would be just an add-on to Blocking Command.