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'>. |
processaddExtension, getExtensionChain, getFeaturesWithExtensions, removeExtension, write, write, writeafterRegister, beforeRegister, beforeUnregister, fireEvent, getFirstChild, process, setContextpublic static final String WORKGROUP_XMLNS
public Criteria getCriteria()
XmppModulepublic String[] getFeatures()
XmppModuleReturns features what are implemented by Module.
protected void processGet(IQ element) throws JaxmppException
AbstractIQModule<iq type='get'>.processGet in class AbstractIQModuleelement - incoming XMPP stanzaJaxmppExceptionprotected void processSet(IQ element) throws JaxmppException
AbstractIQModule<iq type='set'>.processSet in class AbstractIQModuleelement - incoming XMPP stanzaJaxmppExceptionCopyright © 2006–2020 Tigase. All rights reserved.