tigase.muc.modules
Class GroupchatMessageModule
java.lang.Object
tigase.muc.modules.AbstractModule
tigase.muc.modules.GroupchatMessageModule
- All Implemented Interfaces:
- Module
public class GroupchatMessageModule
- extends AbstractModule
- Author:
- bmalkow
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupchatMessageModule
public GroupchatMessageModule(MucConfig config,
ElementWriter writer,
IMucRepository mucRepository,
HistoryProvider historyProvider,
MucLogger mucLogger)
getFeatures
public String[] getFeatures()
getModuleCriteria
public tigase.criteria.Criteria getModuleCriteria()
isChatStateAllowed
public boolean isChatStateAllowed()
process
public void process(tigase.server.Packet packet)
throws MUCException
- Throws:
MUCException
sendMessagesToAllOccupants
public void sendMessagesToAllOccupants(Room room,
tigase.xmpp.JID fromJID,
tigase.xml.Element... content)
throws tigase.util.TigaseStringprepException
- Throws:
tigase.util.TigaseStringprepException
setChatStateAllowed
public void setChatStateAllowed(Boolean allowed)
Copyright © 2007-2012 Tigase. All Rights Reserved.