tigase.muc.modules
Class SoftwareVersionModule

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

public class SoftwareVersionModule
extends Object
implements Module

Author:
bmalkow

Field Summary
protected  ElementWriter writer
           
 
Constructor Summary
SoftwareVersionModule(ElementWriter writer)
           
 
Method Summary
 String[] getFeatures()
           
 tigase.criteria.Criteria getModuleCriteria()
           
 boolean isProcessedByModule(tigase.xml.Element element)
           
 void process(tigase.server.Packet iq)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

writer

protected final ElementWriter writer
Constructor Detail

SoftwareVersionModule

public SoftwareVersionModule(ElementWriter writer)
Method Detail

getFeatures

public String[] getFeatures()
Specified by:
getFeatures in interface Module

getModuleCriteria

public tigase.criteria.Criteria getModuleCriteria()
Specified by:
getModuleCriteria in interface Module

isProcessedByModule

public boolean isProcessedByModule(tigase.xml.Element element)
Specified by:
isProcessedByModule in interface Module

process

public void process(tigase.server.Packet iq)
             throws MUCException
Specified by:
process in interface Module
Throws:
MUCException


Copyright © 2007-2012 Tigase. All Rights Reserved.