tigase.muc.modules
Class XmppPingModule

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

public class XmppPingModule
extends Object
implements Module

Author:
bmalkow

Field Summary
protected  ElementWriter writer
           
 
Constructor Summary
XmppPingModule(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

XmppPingModule

public XmppPingModule(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.