var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.createTemplateTagFirstArg=function(c){return c.raw=c};$jscomp.createTemplateTagFirstArgWithRaw=function(c,g){c.raw=g;return c}; !function(c,g,f){c.fn.selectRange=function(a,b){void 0===b&&(b=a);return this.each(function(){if("selectionStart"in this)this.selectionStart=a,this.selectionEnd=b;else if(this.setSelectionRange)this.setSelectionRange(a,b);else if(this.createTextRange){var d=this.createTextRange();d.collapse(!0);d.moveEnd("character",b);d.moveStart("character",a);d.select()}})};c.fn.outerHeightSum=function(){var a=0;this.each(function(){a+=c(this).outerHeight()});return a};XF.Chat=XF.Element.newHandler({options:{host:"", port:2999,path:"",communication:"direct",limit:60,audio:"",messagesUrl:"/index.php?chat/messages",postUrl:"/index.php?chat/post",writeUrl:"/index.php?chat/writing",editUrl:"/index.php?chat/edit",deleteUrl:"/index.php?chat/delete",reportUrl:"/index.php?chat/report",longPollingUrl:"/index.php?chat/long-polling",enabledAudio:!1,permissions:{},ignore:[],startUpdate:!1,readingMode:!1,highlightMessages:[]},typers:{},init:function(){this.$input=this.$target.find(".input.message").on("keydown",c.proxy(this, "keyDowned"));this.$messagesBlock=this.$target.find(".messages");this.$messages=this.$messagesBlock.find(".message-list-wrapper");this.$messageTyping=this.$target.find(".message--typing");this.$messageTypingName=this.$messageTyping.find(".typing_name");this.$smilieBox=this.$target.find('.button[data-xf-init="smilie-box"]');this.$sendButton=this.$target.find(".button.send").click(c.proxy(this,"postMessage"));this.$editorBlock=this.$target.find(".editor-block");this.options.readingMode?this.scrollBottom(!0): (this.inputTextAreaHandler=XF.Element.getHandler(this.$input,"textarea-handler"),this.messageTemplate=c(".js-rtcMessage").html(),this.$messagesBlock.css({"padding-right":this.$messagesBlock.outerWidth()-this.$messagesBlock[0].clientWidth+"px"}),this.options.audio&&(this._disableSound="true"===XF.Cookie.get("chat_disable_sound"),this.$audio=c("