Package tigase.push.modules
Class AffiliationChangedModule
- java.lang.Object
-
- tigase.component.modules.AbstractModule
-
- tigase.push.modules.AffiliationChangedModule
-
- All Implemented Interfaces:
tigase.component.modules.Module
@Bean(name="affiliation-changed", parent=PushNotificationsComponent.class, active=true) public class AffiliationChangedModule extends tigase.component.modules.AbstractModuleCreated by andrzej on 04.01.2017.
-
-
Constructor Summary
Constructors Constructor Description AffiliationChangedModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]getFeatures()tigase.criteria.CriteriagetModuleCriteria()voidnotifyAffiliationChanged(tigase.xmpp.jid.BareJID pushServiceJid, tigase.xmpp.jid.BareJID userJid, java.lang.String node, tigase.pubsub.Affiliation affiliation)voidprocess(tigase.server.Packet packet)-
Methods inherited from class tigase.component.modules.AbstractModule
fireEvent, getEventBus, getWriter, setEventBus, setWriter, write, write
-
-
-
-
Method Detail
-
getFeatures
public java.lang.String[] getFeatures()
-
getModuleCriteria
public tigase.criteria.Criteria getModuleCriteria()
-
process
public void process(tigase.server.Packet packet) throws tigase.component.exceptions.ComponentException, tigase.util.stringprep.TigaseStringprepException- Throws:
tigase.component.exceptions.ComponentExceptiontigase.util.stringprep.TigaseStringprepException
-
notifyAffiliationChanged
public void notifyAffiliationChanged(tigase.xmpp.jid.BareJID pushServiceJid, tigase.xmpp.jid.BareJID userJid, java.lang.String node, tigase.pubsub.Affiliation affiliation)
-
-