public interface XmppModule
| Modifier and Type | Method and Description |
|---|---|
Criteria |
getCriteria()
Criteria
|
String[] |
getFeatures()
Returns features what are implemented by Module.
|
void |
process(Element element)
Main method of module.
|
Criteria getCriteria()
String[] getFeatures()
Returns features what are implemented by Module.
void process(Element element) throws XMPPException, XMLException, JaxmppException
element - incoming XMPP stanzasessionObject - XMPP session objectpacketWriter - XML writerXMPPExceptionXMLExceptionJaxmppExceptionCopyright © 2006–2016 Tigase. All rights reserved.