X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2F_js%2Fijab%2Fijab_config.js;fp=wwwroot%2F_js%2Fijab%2Fijab_config.js;h=5811d7678a31c7424fa77dbaa1cfd2e325a25ed1;hb=0bdfce5f25f8f948068a10c7c4d7486912047f73;hp=0000000000000000000000000000000000000000;hpb=072c82480e6e399b3ef94e5b417f4c58ac3edf18;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/_js/ijab/ijab_config.js b/wwwroot/_js/ijab/ijab_config.js new file mode 100755 index 0000000..5811d76 --- /dev/null +++ b/wwwroot/_js/ijab/ijab_config.js @@ -0,0 +1,80 @@ +var iJabConf = +{ + client_type:"xmpp", + app_type:"bar", + theme:"standard", + debug:false, + avatar_url:"http://samespace.anzsoft.com/portal_memberdata/portraits/{username}", + enable_roster_manage:true, + enable_talkto_stranger:true, + expand_bar_default:false, + enable_login_dialog:true, + hide_online_group:false, + disable_option_setting:false, + disable_msg_browser_prompt:false, + xmpp:{ + domain:"kyberia.cz", + http_bind:"/http-bind/", + host:"", + port:5222, + server_type:"ejabberd", + auto_login:true, + none_roster:false, + get_roster_delay:true, + username_cookie_field:"username", + token_cookie_field:"SID", + anonymous_prefix:"", + max_reconnect:3, + enable_muc:true, + muc_servernode:"conf.netlab.cz", + vcard_search_servernode:"vjud.anzsoft.com", + gateways: + [ + { + icon:"http://example.com/msn.png", + name:"MSN Transport", + description:"", + servernode:"msn-transport.anzsoft.com" + } + ] + }, + disable_toolbox:false, + tools: + [ + { + href:"http://www.xing.com/", + target:"_blank", + img:"http://www.xing.com/favicon.ico", + text:"Xing" + }, + { + href:"http://www.google.com", + target:"_blank", + img:"http://www.google.cn/favicon.ico", + text:"Google Search" + }, + { + href:"https://kyberia.sk/", + target:"_blank", + img:"http://kyberia.sk/favicon.ico", + text:"Kybtcha" + } + ], + shortcuts: + [ + { + href:"https://kyberia.sk/", + target:"_blank", + img:"http://kyberia.sk/favicon.ico", + text:"Kybtcha" + }, + { + href:"http://www.google.com", + target:"_blank", + img:"http://www.google.cn/favicon.ico", + text:"Google Search" + } + ], + ijabcometd:{ + } +};