Package tigase.muc
Interface MucContext
-
- All Superinterfaces:
tigase.component.Context
public interface MucContext extends tigase.component.Context- Author:
- bmalkow
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetChatLoggingDirectory()Ghostbuster2getGhostbuster()HistoryProvidergetHistoryProvider()MucLoggergetMucLogger()IMucRepositorygetMucRepository()tigase.xmpp.BareJIDgetServiceName()booleanisAddMessageIdIfMissing()booleanisChatStateAllowed()booleanisMessageFilterEnabled()booleanisMultiItemMode()booleanisNewRoomLocked()booleanisPresenceFilterEnabled()booleanisPublicLoggingEnabled()booleanisWelcomeMessagesEnabled()
-
-
-
Method Detail
-
getChatLoggingDirectory
String getChatLoggingDirectory()
- Returns:
-
getGhostbuster
Ghostbuster2 getGhostbuster()
-
getHistoryProvider
HistoryProvider getHistoryProvider()
-
getMucLogger
MucLogger getMucLogger()
-
getMucRepository
IMucRepository getMucRepository()
-
getServiceName
tigase.xmpp.BareJID getServiceName()
-
isAddMessageIdIfMissing
boolean isAddMessageIdIfMissing()
-
isChatStateAllowed
boolean isChatStateAllowed()
- Returns:
-
isMessageFilterEnabled
boolean isMessageFilterEnabled()
-
isMultiItemMode
boolean isMultiItemMode()
-
isNewRoomLocked
boolean isNewRoomLocked()
- Returns:
-
isPresenceFilterEnabled
boolean isPresenceFilterEnabled()
- Returns:
-
isPublicLoggingEnabled
boolean isPublicLoggingEnabled()
- Returns:
-
isWelcomeMessagesEnabled
boolean isWelcomeMessagesEnabled()
-
-