tigase.pubsub.modules
Class XmppPingModule

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

public class XmppPingModule
extends Object
implements Module


Constructor Summary
XmppPingModule()
           
 
Method Summary
 String[] getFeatures()
           
 tigase.criteria.Criteria getModuleCriteria()
           
 List<tigase.xml.Element> process(tigase.xml.Element iq, ElementWriter elementWriter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmppPingModule

public XmppPingModule()
Method Detail

getFeatures

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

getModuleCriteria

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

process

public List<tigase.xml.Element> process(tigase.xml.Element iq,
                                        ElementWriter elementWriter)
                                 throws PubSubException
Specified by:
process in interface Module
Throws:
PubSubException


Copyright © 2008-2012 Tigase. All Rights Reserved.