public class RoomConfigurationModule extends AbstractMucModule
| Constructor and Description |
|---|
RoomConfigurationModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterRegistration() |
static tigase.xml.Element |
createRoomCreatedEvent(Room room) |
void |
destroy(Room room,
String jid,
String reason)
Method description
|
String[] |
getFeatures()
Method description
|
tigase.criteria.Criteria |
getModuleCriteria()
Method description
|
void |
process(tigase.server.Packet element)
Method description
|
createResultIQ, getNicknameFromJid, sendMucMessagepublic static final String ID
public static tigase.xml.Element createRoomCreatedEvent(Room room)
public void afterRegistration()
afterRegistration in interface tigase.component.modules.InitializingModuleafterRegistration in class tigase.component.modules.AbstractModule<MucContext>public void destroy(Room room, String jid, String reason) throws tigase.util.TigaseStringprepException, tigase.component.exceptions.RepositoryException
room - jid - reason - tigase.component.exceptions.RepositoryExceptiontigase.util.TigaseStringprepExceptionpublic String[] getFeatures()
public tigase.criteria.Criteria getModuleCriteria()
public void process(tigase.server.Packet element)
throws MUCException
element - MUCExceptionCopyright © 2007–2017 Tigase. All rights reserved.