Class JabberVersionModule
java.lang.Object
tigase.component.modules.AbstractModule
tigase.component.modules.impl.JabberVersionModule
- All Implemented Interfaces:
Module
@Bean(name="jabber:iq:version",
active=true)
public class JabberVersionModule
extends AbstractModule
-
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
-
JabberVersionModule
public JabberVersionModule()
-
-
Method Details
-
getFeatures
-
getModuleCriteria
-
process
Description copied from interface:ModuleProcess incoming stanza.- Parameters:
packet- receivedstanza.- Throws:
ComponentException- if stanza can't be processed correctly. ComponentException is converted to error stanza and returned to stanza sender.
-