Class AffiliationChangedModule

  • All Implemented Interfaces:
    tigase.component.modules.Module

    @Bean(name="affiliation-changed",
          parent=PushNotificationsComponent.class,
          active=true)
    public class AffiliationChangedModule
    extends tigase.component.modules.AbstractModule
    Created by andrzej on 04.01.2017.
    • Constructor Detail

      • AffiliationChangedModule

        public AffiliationChangedModule()
    • Method Detail

      • getFeatures

        public 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.ComponentException
        tigase.util.stringprep.TigaseStringprepException
      • notifyAffiliationChanged

        public void notifyAffiliationChanged​(tigase.xmpp.jid.BareJID pushServiceJid,
                                             tigase.xmpp.jid.BareJID userJid,
                                             String node,
                                             tigase.pubsub.Affiliation affiliation)