Package tigase.xmpp.impl.push
Class PriorityExtension
- java.lang.Object
-
- tigase.xmpp.impl.push.PriorityExtension
-
- All Implemented Interfaces:
PushNotificationsAware,PushNotificationsExtension
@Bean(name="priority", parent=PushNotifications.class, active=true) public class PriorityExtension extends java.lang.Object implements PushNotificationsExtension
-
-
Constructor Summary
Constructors Constructor Description PriorityExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Element[]getDiscoFeatures()voidprepareNotificationPayload(Element pushServiceSettings, Packet packet, long msgCount, Element notification)voidprocessEnableElement(Element enableEl, Element settingsEl)booleanshouldSendNotification(Packet packet, BareJID userJid, XMPPResourceConnection session)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface tigase.xmpp.impl.push.PushNotificationsExtension
setPushNotifications
-
-
-
-
Method Detail
-
getDiscoFeatures
public Element[] getDiscoFeatures()
- Specified by:
getDiscoFeaturesin interfacePushNotificationsAware
-
shouldSendNotification
public boolean shouldSendNotification(Packet packet, BareJID userJid, XMPPResourceConnection session) throws XMPPException
- Specified by:
shouldSendNotificationin interfacePushNotificationsExtension- Throws:
XMPPException
-
processEnableElement
public void processEnableElement(Element enableEl, Element settingsEl)
- Specified by:
processEnableElementin interfacePushNotificationsAware
-
prepareNotificationPayload
public void prepareNotificationPayload(Element pushServiceSettings, Packet packet, long msgCount, Element notification)
- Specified by:
prepareNotificationPayloadin interfacePushNotificationsExtension
-
-