tigase.muc.modules
Class DiscoInfoModule

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

public class DiscoInfoModule
extends AbstractModule

Author:
bmalkow

Field Summary
 
Fields inherited from class tigase.muc.modules.AbstractModule
config, log, repository, writer
 
Constructor Summary
DiscoInfoModule(MucConfig config, ElementWriter writer, IMucRepository mucRepository, MUCComponent component)
           
 
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

DiscoInfoModule

public DiscoInfoModule(MucConfig config,
                       ElementWriter writer,
                       IMucRepository mucRepository,
                       MUCComponent component)
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.