Class ExternalServiceDiscoveryModule

java.lang.Object
tigase.server.extdisco.ExternalServiceDiscoveryModule
All Implemented Interfaces:
Module

@Bean(name="extDiscoModule", parent=ExternalServiceDiscoveryComponent.class, active=true) public class ExternalServiceDiscoveryModule extends Object implements Module
Created by andrzej on 06.09.2016.
  • Constructor Details

    • ExternalServiceDiscoveryModule

      public ExternalServiceDiscoveryModule()
  • Method Details

    • getFeatures

      public String[] getFeatures()
      Description copied from interface: Module
      Returns XMPP features offered by module. Features will be returned by Service Discovery.
      Specified by:
      getFeatures in interface Module
      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.
      Specified by:
      getModuleCriteria in interface Module
      Returns:
      criteria of selecting module.
    • process

      public void process(Packet packet) throws ComponentException, TigaseStringprepException
      Description copied from interface: Module
      Process incoming stanza.
      Specified by:
      process in interface Module
      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.
    • getServices

      protected List<ExtServiceDiscoItem> getServices(String type)