Class JoinQueueModule

java.lang.Object
tigase.workgroupqueues.modules.AbstractModule
tigase.workgroupqueues.modules.user.JoinQueueModule
All Implemented Interfaces:
Module

@Bean(name="JoinQueueModule", active=true) public class JoinQueueModule extends AbstractModule
  • Field Details

  • Constructor Details

    • JoinQueueModule

      public JoinQueueModule()
  • Method Details

    • getFeatures

      public String[] getFeatures()
      Description copied from interface: Module
      Returns XMPP features offered by module. Features will be returned by Service Discovery.
      Returns:
      array of features or null.
    • getModuleCriteria

      public Criteria getModuleCriteria()
      Description copied from interface: Module
      Returns critera used by Component to select module to handle incoming stanza.
      Returns:
      criteria of selecting module.
    • process

      public void process(Packet packet) throws ComponentException, TigaseStringprepException
      Description copied from interface: Module
      Process incoming stanza.
      Parameters:
      packet - received stanza.
      Throws:
      ComponentException - if stanza can't be processed correctly. ComponentException is converted to error stanza and returned to stanza sender.
      TigaseStringprepException - if there was an error during stringprep processing.
    • sendUserInvitation

      public void sendUserInvitation(BareJID roomJID, User user, Queue queue, String reason) throws TigaseStringprepException
      Throws:
      TigaseStringprepException