@Bean(name="affiliation-changed",
parent=PushNotificationsComponent.class,
active=true)
public class AffiliationChangedModule
extends tigase.component.modules.AbstractModule
| Constructor and Description |
|---|
AffiliationChangedModule() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getFeatures() |
tigase.criteria.Criteria |
getModuleCriteria() |
void |
notifyAffiliationChanged(tigase.xmpp.jid.BareJID pushServiceJid,
tigase.xmpp.jid.BareJID userJid,
String node,
tigase.pubsub.Affiliation affiliation) |
void |
process(tigase.server.Packet packet) |
fireEvent, getEventBus, getWriter, setEventBus, setWriter, write, writepublic String[] getFeatures()
public tigase.criteria.Criteria getModuleCriteria()
public void process(tigase.server.Packet packet)
throws tigase.component.exceptions.ComponentException,
tigase.util.stringprep.TigaseStringprepException
tigase.component.exceptions.ComponentExceptiontigase.util.stringprep.TigaseStringprepExceptionpublic void notifyAffiliationChanged(tigase.xmpp.jid.BareJID pushServiceJid,
tigase.xmpp.jid.BareJID userJid,
String node,
tigase.pubsub.Affiliation affiliation)
Copyright © 2017–2019 Tigase. All rights reserved.