Class UserStatusEndpointModule

All Implemented Interfaces:
Module, tigase.kernel.beans.config.ConfigurationChangedAware, tigase.kernel.beans.Initializable, tigase.kernel.beans.RegistrarBean, tigase.kernel.beans.UnregisterAware, tigase.stats.StatisticHolder

@Bean(name="user-status-endpoint", parent=HttpMessageReceiver.class, active=true) @ConfigType({DefaultMode,SessionManagerMode,ConnectionManagersMode,ComponentMode}) public class UserStatusEndpointModule extends AbstractBareModule
  • Constructor Details

    • UserStatusEndpointModule

      public UserStatusEndpointModule()
  • Method Details

    • getDescription

      public String getDescription()
    • isRequestAllowed

      public boolean isRequestAllowed(String key, String domain, String path)
    • getUserRepository

      public tigase.db.UserRepository getUserRepository()
    • getAuthRepository

      public tigase.db.AuthRepository getAuthRepository()
    • processPacket

      public boolean processPacket(tigase.server.Packet packet)
      Specified by:
      processPacket in interface Module
      Overrides:
      processPacket in class AbstractBareModule