/*
 * @package AJAX_Chat
 * @author Sebastian Tschan
 * @copyright (c) Sebastian Tschan
 * @license GNU Affero General Public License
 * @link https://blueimp.net/ajax/
 */
var ajaxChatConfig={loginChannelID:null,loginChannelName:null,timerRate:2000,ajaxURL:"./?ajax=true",baseURL:"./",regExpMediaUrl:"^((http)|(https)):\\/\\/",startChatOnLoad:true,domIDs:{chatList:"chatList",onlineList:"onlineList",inputField:"inputField",messageLengthCounter:"messageLengthCounter",channelSelection:"channelSelection",styleSelection:"styleSelection",emoticonsContainer:"emoticonsContainer",colorCodesContainer:"colorCodesContainer",flashInterfaceContainer:"flashInterfaceContainer"},settings:{bbCode:true,bbCodeImages:true,bbCodeColors:true,hyperLinks:true,lineBreaks:true,emoticons:true,autoFocus:true,autoScroll:true,maxMessages:0,wordWrap:true,maxWordLength:32,dateFormat:"(%H:%i:%s)",persistFontColor:false,fontColor:null,audio:true,audioVolume:1,soundReceive:"sound_1",soundSend:"sound_2",soundEnter:"sound_3",soundLeave:"sound_4",soundChatBot:"sound_5",soundError:"sound_6",blink:true,blinkInterval:500,blinkIntervalNumber:10},nonPersistentSettings:new Array(),bbCodeTags:new Array("b","i","u","quote","code","color","url","img"),colorCodes:new Array("gray","silver","white","yellow","orange","red","fuchsia","purple","navy","blue","aqua","teal","green","lime","olive","maroon","black"),emoticonCodes:new Array(":)",":(",";)",":P",":D",":|",":O",":?","8)","8o","B)",":-)",":-(",":-*","O:-D",">:-D",":o)",":idea:",":important:",":help:",":error:",":warning:",":favorite:"),emoticonFiles:new Array("smile.png","sad.png","wink.png","razz.png","grin.png","plain.png","surprise.png","confused.png","glasses.png","eek.png","cool.png","smile-big.png","crying.png","kiss.png","angel.png","devilish.png","monkey.png","idea.png","important.png","help.png","error.png","warning.png","favorite.png"),soundFiles:{sound_1:"sound_1.mp3",sound_2:"sound_2.mp3",sound_3:"sound_3.mp3",sound_4:"sound_4.mp3",sound_5:"sound_5.mp3",sound_6:"sound_6.mp3"},sessionName:"ajax_chat",cookieExpiration:365,cookiePath:"/",cookieDomain:null,cookieSecure:null,chatBotName:"ChatBot",chatBotID:2147483647,allowUserMessageDelete:true,inactiveTimeout:2,privateChannelDiff:500000000,privateMessageDiff:1000000000,showChannelMessages:true,messageTextMaxLength:1040,socketServerEnabled:false,socketServerHost:"localhost",socketServerPort:1935,socketServerChatID:0};

