public abstract class AbstractModule extends Object implements Module
| Modifier and Type | Field and Description |
|---|---|
protected MucConfig |
config
Field description
|
protected Logger |
log
Field description
|
protected IMucRepository |
repository
Field description
|
protected ElementWriter |
writer
Field description
|
| Constructor and Description |
|---|
AbstractModule(MucConfig config,
ElementWriter writer,
IMucRepository mucRepository)
Constructs ...
|
| Modifier and Type | Method and Description |
|---|---|
static tigase.xml.Element |
createResultIQ(tigase.xml.Element iq)
Method description
|
static String |
getNicknameFromJid(tigase.xmpp.JID jid)
Method description
|
protected void |
sendMucMessage(Room room,
String recipientNickame,
String message)
Method description
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFeatures, getModuleCriteria, processprotected final MucConfig config
protected Logger log
protected final IMucRepository repository
protected final ElementWriter writer
public AbstractModule(MucConfig config, ElementWriter writer, IMucRepository mucRepository)
config - writer - mucRepository - public static tigase.xml.Element createResultIQ(tigase.xml.Element iq)
iq - public static String getNicknameFromJid(tigase.xmpp.JID jid)
jid - Copyright © 2007–2014 Tigase. All rights reserved.