public class XmppPingModule<CTX extends Context> extends AbstractModule<CTX>
| Modifier and Type | Field and Description |
|---|---|
static String |
ID |
context, log| Constructor and Description |
|---|
XmppPingModule() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getFeatures()
Returns XMPP features offered by module.
|
Criteria |
getModuleCriteria()
Returns critera used by Component to select module to handle incoming
stanza.
|
void |
process(Packet iq)
Process incoming stanza.
|
afterRegistration, beforeRegister, fireEvent, setContext, unregisterModule, write, writepublic static final String ID
public String[] getFeatures()
Modulenull.public Criteria getModuleCriteria()
Modulepublic void process(Packet iq) throws ComponentException
Moduleiq - received stanza.ComponentException - if stanza can't be processed correctly. ComponentException is
converted to error stanza and returned to stanza sender.Copyright © 2017 "Tigase, Inc.". All rights reserved.