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 Object
implements PushNotificationsExtension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontigase.xml.Element[]voidprepareNotificationPayload(tigase.xml.Element pushServiceSettings, Packet packet, long msgCount, tigase.xml.Element notification) voidprocessEnableElement(tigase.xml.Element enableEl, tigase.xml.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, waitMethods inherited from interface tigase.xmpp.impl.push.PushNotificationsExtension
setPushNotifications
-
Constructor Details
-
PriorityExtension
public PriorityExtension()
-
-
Method Details
-
getDiscoFeatures
public tigase.xml.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(tigase.xml.Element enableEl, tigase.xml.Element settingsEl) - Specified by:
processEnableElementin interfacePushNotificationsAware
-
prepareNotificationPayload
public void prepareNotificationPayload(tigase.xml.Element pushServiceSettings, Packet packet, long msgCount, tigase.xml.Element notification) - Specified by:
prepareNotificationPayloadin interfacePushNotificationsExtension
-