Class PendingSubscriptionModule

  • All Implemented Interfaces:
    tigase.component.modules.Module, tigase.stats.StatisticHolder

    @Bean(name="pendingSubscriptionModule",
          parent=PubSubComponent.class,
          active=true)
    public class PendingSubscriptionModule
    extends AbstractPubSubModule
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getFeatures()  
      tigase.criteria.Criteria getModuleCriteria()  
      void process​(tigase.server.Packet message)  
      java.util.List<tigase.server.Packet> sendAuthorizationRequest​(java.lang.String nodeName, tigase.xmpp.jid.JID fromJid, java.lang.String subID, tigase.xmpp.jid.BareJID subscriberJid, IAffiliations nodeAffiliations)  
      • Methods inherited from class tigase.stats.StatisticHolderImpl

        getStatistics, setStatisticsPrefix, statisticExecutedIn
      • Methods inherited from class tigase.stats.Counter

        everyHour, everyMinute, everySecond, getPerHour, getPerMinute, getPerSecond
      • Methods inherited from class tigase.stats.CounterValue

        getLevel, getName, getValue, inc, setName, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface tigase.stats.StatisticHolder

        everyHour, everyMinute, everySecond
    • Constructor Detail

      • PendingSubscriptionModule

        public PendingSubscriptionModule()
    • Method Detail

      • getFeatures

        public java.lang.String[] getFeatures()
      • getModuleCriteria

        public tigase.criteria.Criteria getModuleCriteria()
      • sendAuthorizationRequest

        public java.util.List<tigase.server.Packet> sendAuthorizationRequest​(java.lang.String nodeName,
                                                                             tigase.xmpp.jid.JID fromJid,
                                                                             java.lang.String subID,
                                                                             tigase.xmpp.jid.BareJID subscriberJid,
                                                                             IAffiliations nodeAffiliations)
                                                                      throws tigase.component.exceptions.RepositoryException
        Throws:
        tigase.component.exceptions.RepositoryException