Package tigase.muc.modules
Class IqStanzaForwarderModule
- java.lang.Object
-
- tigase.component.modules.AbstractModule<MucContext>
-
- tigase.muc.modules.AbstractMucModule
-
- tigase.muc.modules.IqStanzaForwarderModule
-
- All Implemented Interfaces:
tigase.component.modules.ContextAware,tigase.component.modules.InitializingModule,tigase.component.modules.Module
public class IqStanzaForwarderModule extends AbstractMucModule
- Author:
- bmalkow
-
-
Constructor Summary
Constructors Constructor Description IqStanzaForwarderModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancheckIfProcessed(tigase.xml.Element element)String[]getFeatures()tigase.criteria.CriteriagetModuleCriteria()voidprocess(tigase.server.Packet packet)-
Methods inherited from class tigase.muc.modules.AbstractMucModule
createResultIQ, getNicknameFromJid, sendMucMessage
-
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
checkIfProcessed
protected boolean checkIfProcessed(tigase.xml.Element element)
-
getFeatures
public String[] getFeatures()
-
getModuleCriteria
public tigase.criteria.Criteria getModuleCriteria()
-
process
public void process(tigase.server.Packet packet) throws tigase.component.exceptions.ComponentException, tigase.util.TigaseStringprepException- Throws:
tigase.component.exceptions.ComponentExceptiontigase.util.TigaseStringprepException
-
-