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 writerXMPPException
XMLException
JaxmppException
Copyright © 2006–2015 Tigase. All rights reserved.