tigase.pubsub.modules
Class XmppPingModule

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

public class XmppPingModule
extends java.lang.Object
implements Module


Constructor Summary
XmppPingModule()
           
 
Method Summary
 java.lang.String[] getFeatures()
           
 tigase.criteria.Criteria getModuleCriteria()
           
 java.util.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 java.lang.String[] getFeatures()
Specified by:
getFeatures in interface Module

getModuleCriteria

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

process

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


Copyright © 2008-2009 Tigase. All Rights Reserved.