public interface Module
| Modifier and Type | Method and Description |
|---|---|
String[] |
getFeatures()
Returns XMPP features offered by module.
|
tigase.criteria.Criteria |
getModuleCriteria()
Returns critera used by Component to select module to handle incoming
stanza.
|
void |
process(Packet packet)
Process incoming stanza.
|
String[] getFeatures()
null.tigase.criteria.Criteria getModuleCriteria()
void process(Packet packet) throws ComponentException, tigase.util.TigaseStringprepException
packet - received stanza.ComponentException - if stanza can't be processed correctly. ComponentException is
converted to error stanza and returned to stanza sender.tigase.util.TigaseStringprepException - if there was an error during stringprep processing.Copyright © 2015 "Tigase, Inc.". All rights reserved.