public class WorkgroupAgentModule extends AbstractIQModule
Modifier and Type | Class and Description |
---|---|
static interface |
WorkgroupAgentModule.OfferReceivedHandler |
Modifier and Type | Field and Description |
---|---|
static String |
WORKGROUP_XMLNS |
context, log
Constructor and Description |
---|
WorkgroupAgentModule() |
Modifier and Type | Method and Description |
---|---|
Criteria |
getCriteria()
Criteria
|
String[] |
getFeatures()
Returns features what are implemented by Module.
|
protected void |
processGet(IQ element)
Method for processing stanza
<iq type='get'> . |
protected void |
processSet(IQ element)
Method for processing stanza
<iq type='set'> . |
process
addExtension, getExtensionChain, getFeaturesWithExtensions, removeExtension, write, write, write
afterRegister, beforeRegister, beforeUnregister, fireEvent, getFirstChild, process, setContext
public static final String WORKGROUP_XMLNS
public Criteria getCriteria()
XmppModule
public String[] getFeatures()
XmppModule
Returns features what are implemented by Module.
protected void processGet(IQ element) throws JaxmppException
AbstractIQModule
<iq type='get'>
.processGet
in class AbstractIQModule
element
- incoming XMPP stanzaJaxmppException
protected void processSet(IQ element) throws JaxmppException
AbstractIQModule
<iq type='set'>
.processSet
in class AbstractIQModule
element
- incoming XMPP stanzaJaxmppException
Copyright © 2006–2019 Tigase. All rights reserved.