Constant Field Values
Contents
tigase.muc.*
-
tigase.muc.MUCComponent
-
tigase.muc.MUCConfigModifier and TypeConstant FieldValue
public static final String"room-log-directory"public static final String"message-filter-enabled"public static final String"muc-add-id-to-message-if-missing"public static final String"muc-allow-chat-states"public static final String"muc-lock-new-room"public static final String"muc-multi-item-allowed"protected static final String"muc-repo-class"protected static final String"muc-repo-url"public static final String"presence-filter-enabled" -
tigase.muc.Room
-
tigase.muc.RoomConfigModifier and TypeConstant FieldValue
public static final String"muc#roomconfig_allowinvites"public static final String"muc#roomconfig_allowpm"public static final String"muc#roomconfig_changesubject"public static final String"muc#roomconfig_enablelogging"public static final String"muc#roomconfig_maxresources"public static final String"muc#maxhistoryfetch"public static final String"muc#roomconfig_maxusers"public static final String"muc#roomconfig_membersonly"public static final String"muc#roomconfig_moderatedroom"public static final String"muc#roomconfig_passwordprotectedroom"public static final String"muc#roomconfig_persistentroom"public static final String"muc#roomconfig_publicroom"public static final String"muc#roomconfig_roomdesc"public static final String"muc#roomconfig_roomname"public static final String"muc#roomconfig_roomsecret"public static final String"muc#roomconfig_whois"public static final String"tigase#presence_delivery_logic"public static final String"tigase#presence_filtered_affiliations"public static final String"tigase#presence_filtering"public static final String"tigase#welcome_messages"
-
tigase.muc.history.AbstractJDBCHistoryProvider
-
tigase.muc.history.DerbySqlHistoryProviderModifier and TypeConstant FieldValue
public static final String"insert into muc_history (room_name, event_type, timestamp, sender_jid, sender_nickname, body, public_event, msg) values (?, 1, ?, ?, ?, ?, ?, ?)"public static final String"delete from muc_history where room_name=?"public static final String"select room_name, event_type, timestamp, sender_jid, sender_nickname, body, msg from muc_history where room_name=? order by timestamp desc"public static final String"select room_name, event_type, timestamp, sender_jid, sender_nickname, body, msg from muc_history where room_name=? and timestamp >= ? order by timestamp desc" -
tigase.muc.history.MySqlHistoryProviderModifier and TypeConstant FieldValue
public static final String"insert into muc_history (room_name, event_type, timestamp, sender_jid, sender_nickname, body, public_event, msg) values (?, 1, ?, ?, ?, ?, ?, ?)"public static final String"delete from muc_history where room_name=?"public static final String"select room_name, event_type, timestamp, sender_jid, sender_nickname, body, msg from (select * from muc_history where room_name=? order by timestamp desc limit ? ) AS t order by t.timestamp"public static final String"select room_name, event_type, timestamp, sender_jid, sender_nickname, body, msg from (select * from muc_history where room_name=? and timestamp >= ? order by timestamp desc limit ? ) AS t order by t.timestamp" -
tigase.muc.history.PostgreSqlHistoryProviderModifier and TypeConstant FieldValue
public static final String"insert into muc_history (room_name, event_type, timestamp, sender_jid, sender_nickname, body, public_event, msg) values (?, 1, ?, ?, ?, ?, ?, ?)"public static final String"delete from muc_history where room_name=?"public static final String"select room_name, event_type, timestamp, sender_jid, sender_nickname, body, msg from (select * from muc_history where room_name=? order by timestamp desc limit ? ) AS t order by t.timestamp"public static final String"select room_name, event_type, timestamp, sender_jid, sender_nickname, body, msg from (select * from muc_history where room_name=? and timestamp >= ? order by timestamp desc limit ? ) AS t order by t.timestamp" -
tigase.muc.history.SqlserverSqlHistoryProviderModifier and TypeConstant FieldValue
public static final String"insert into muc_history (room_name, event_type, timestamp, sender_jid, sender_nickname, body, public_event, msg) values (?, 1, ?, ?, ?, ?, ?, ?)"public static final String"select 1 from [INFORMATION_SCHEMA].[COLUMNS] where [TABLE_NAME] = \'muc_history\' and ([COLUMN_NAME] = \'body\' or [COLUMN_NAME] = \'msg\') and [DATA_TYPE] = \'TEXT\' and [TABLE_CATALOG] = DB_NAME()"public static final String"delete from muc_history where room_name=?"public static final String"select room_name, event_type, timestamp, sender_jid, sender_nickname, body, msg from (select top (?) * from muc_history where room_name=? order by timestamp desc ) AS t order by t.timestamp"public static final String"select room_name, event_type, timestamp, sender_jid, sender_nickname, body, msg from (select top (?) * from muc_history where room_name= ? and timestamp >= ? order by timestamp desc ) AS t order by t.timestamp"
-
tigase.muc.logger.MucLogger
-
tigase.muc.modules.GroupchatMessageModule
-
tigase.muc.modules.IqStanzaForwarderModule
-
tigase.muc.modules.MediatedInvitationModule
-
tigase.muc.modules.MessageModerationModule
-
tigase.muc.modules.ModeratorModule
-
tigase.muc.modules.PresenceModule
-
tigase.muc.modules.PrivateMessageModule
-
tigase.muc.modules.RoomConfigurationModule
-
tigase.muc.modules.UniqueRoomNameModule
-
tigase.muc.modules.VCardModule
-
tigase.muc.repository.IMucRepository
-
tigase.muc.repository.MucDAOOld
-
tigase.muc.repository.Schema