Class RoomConfigurationModule

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

    @Bean(name="ownerModule",
          active=true)
    public class RoomConfigurationModule
    extends AbstractMucModule
    Author:
    bmalkow
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ID  
      • Fields inherited from class tigase.component.modules.AbstractModule

        eventBus, log, writer
      • Fields inherited from interface tigase.component.modules.Module

        EMPTY_FEATURES
    • Constructor Detail

      • RoomConfigurationModule

        public RoomConfigurationModule()
    • Method Detail

      • createRoomCreatedEvent

        public static tigase.xml.Element createRoomCreatedEvent​(Room room)
      • destroy

        public void destroy​(Room room,
                            java.lang.String jid,
                            java.lang.String reason)
                     throws tigase.util.stringprep.TigaseStringprepException,
                            tigase.component.exceptions.RepositoryException
        Throws:
        tigase.util.stringprep.TigaseStringprepException
        tigase.component.exceptions.RepositoryException
      • getFeatures

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

        public tigase.criteria.Criteria getModuleCriteria()