Class MessageErrorFilterEnsureErrorChild
java.lang.Object
tigase.spam.filters.AbstractSpamFilter
tigase.spam.filters.MessageErrorFilterEnsureErrorChild
- All Implemented Interfaces:
SpamFilter
@Bean(name="message-error-ensure-error-child",
parent=SpamProcessor.class,
active=true)
public class MessageErrorFilterEnsureErrorChild
extends AbstractSpamFilter
Created by andrzej on 13.04.2017.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanfilterPacket(tigase.server.Packet packet, tigase.xmpp.XMPPResourceConnection session) getId()Method returns ID of a filterMethods inherited from class AbstractSpamFilter
filter, getStatistics, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface SpamFilter
getSpamProbability
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
MessageErrorFilterEnsureErrorChild
public MessageErrorFilterEnsureErrorChild()
-
-
Method Details
-
getId
-
filterPacket
protected boolean filterPacket(tigase.server.Packet packet, tigase.xmpp.XMPPResourceConnection session) - Specified by:
filterPacketin classAbstractSpamFilter
-