Package tigase.muc.modules
Class AbstractMucModule
- java.lang.Object
-
- tigase.component.modules.AbstractModule<MucContext>
-
- tigase.muc.modules.AbstractMucModule
-
- All Implemented Interfaces:
tigase.component.modules.ContextAware,tigase.component.modules.InitializingModule,tigase.component.modules.Module
- Direct Known Subclasses:
GroupchatMessageModule,IqStanzaForwarderModule,MediatedInvitationModule,ModeratorModule,PresenceModuleImpl,PrivateMessageModule,RoomConfigurationModule,UniqueRoomNameModule
public abstract class AbstractMucModule extends tigase.component.modules.AbstractModule<MucContext>
- Author:
- bmalkow
-
-
Constructor Summary
Constructors Constructor Description AbstractMucModule()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static tigase.xml.ElementcreateResultIQ(tigase.xml.Element iq)Method descriptionstatic StringgetNicknameFromJid(tigase.xmpp.JID jid)Method descriptionprotected voidsendMucMessage(Room room, String recipientNickame, String message)Method description-
Methods inherited from class tigase.component.modules.AbstractModule
afterRegistration, beforeRegister, fireEvent, setContext, unregisterModule, write, write
-
-
-
-
Method Detail
-
createResultIQ
public static tigase.xml.Element createResultIQ(tigase.xml.Element iq)
Method description- Parameters:
iq-- Returns:
-
getNicknameFromJid
public static String getNicknameFromJid(tigase.xmpp.JID jid)
Method description- Parameters:
jid-- Returns:
-
-