Package tigase.xmpp.impl.push
Interface PushNotificationsFilter
-
- All Superinterfaces:
PushNotificationsAware
- All Known Implementing Classes:
GroupchatFilter,IgnoreFromUnknownFilter,JinglePushNotificationsExtension,MutedFilter
public interface PushNotificationsFilter extends PushNotificationsAware
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSendingNotificationAllowed(BareJID userJid, XMPPResourceConnection session, Element pushServiceSettings, Packet packet)-
Methods inherited from interface tigase.xmpp.impl.push.PushNotificationsAware
getDiscoFeatures, processEnableElement
-
-
-
-
Method Detail
-
isSendingNotificationAllowed
boolean isSendingNotificationAllowed(BareJID userJid, XMPPResourceConnection session, Element pushServiceSettings, Packet packet)
-
-