tigase.muc.modules
Class DiscoItemsModule

java.lang.Object
  extended by tigase.muc.modules.AbstractModule
      extended by tigase.muc.modules.DiscoItemsModule
All Implemented Interfaces:
Module

public class DiscoItemsModule
extends AbstractModule

Author:
bmalkow

Field Summary
 
Fields inherited from class tigase.muc.modules.AbstractModule
config, log, repository, writer
 
Constructor Summary
DiscoItemsModule(MucConfig config, ElementWriter writer, IMucRepository mucRepository, Map<String,tigase.server.script.CommandIfc> scriptCommands, MUCComponent mucComponent)
           
 
Method Summary
 String[] getFeatures()
           
 tigase.criteria.Criteria getModuleCriteria()
           
 void process(tigase.server.Packet element)
           
 
Methods inherited from class tigase.muc.modules.AbstractModule
createResultIQ, getNicknameFromJid, isProcessedByModule, sendMucMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoItemsModule

public DiscoItemsModule(MucConfig config,
                        ElementWriter writer,
                        IMucRepository mucRepository,
                        Map<String,tigase.server.script.CommandIfc> scriptCommands,
                        MUCComponent mucComponent)
Method Detail

getFeatures

public String[] getFeatures()

getModuleCriteria

public tigase.criteria.Criteria getModuleCriteria()

process

public void process(tigase.server.Packet element)
             throws MUCException
Throws:
MUCException


Copyright © 2007-2012 Tigase. All Rights Reserved.