Class XmppPingModule
java.lang.Object
tigase.component.modules.AbstractModule
tigase.component.modules.impl.XmppPingModule
- All Implemented Interfaces:
Module
-
Field Summary
FieldsFields inherited from class AbstractModule
eventBus, log, writerFields inherited from interface Module
EMPTY_FEATURES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]Returns XMPP features offered by module.Returns critera used by Component to select module to handle incoming stanza.voidProcess incoming stanza.Methods inherited from class AbstractModule
fireEvent, getEventBus, getWriter, setEventBus, setWriter, write, write
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
XmppPingModule
public XmppPingModule()
-
-
Method Details
-
getFeatures
-
getModuleCriteria
-
process
Description copied from interface:ModuleProcess incoming stanza.- Parameters:
iq- receivedstanza.- Throws:
ComponentException- if stanza can't be processed correctly. ComponentException is converted to error stanza and returned to stanza sender.
-