warnings cleanup
[mirrors/Kyberia-bloodline.git] / wwwroot / _js / ijab / ijab_config.js
1 var iJabConf =
2 {
3 client_type:"xmpp",
4 app_type:"bar",
5 theme:"standard",
6 debug:false,
7 avatar_url:"http://samespace.anzsoft.com/portal_memberdata/portraits/{username}",
8 enable_roster_manage:true,
9 enable_talkto_stranger:true,
10 expand_bar_default:false,
11 enable_login_dialog:true,
12 hide_online_group:false,
13 disable_option_setting:false,
14 disable_msg_browser_prompt:false,
15 xmpp:{
16 domain:"kyberia.cz",
17 http_bind:"/http-bind/",
18 host:"",
19 port:5222,
20 server_type:"ejabberd",
21 auto_login:true,
22 none_roster:false,
23 get_roster_delay:true,
24 username_cookie_field:"username",
25 token_cookie_field:"SID",
26 anonymous_prefix:"",
27 max_reconnect:3,
28 enable_muc:true,
29 muc_servernode:"conf.netlab.cz",
30 vcard_search_servernode:"vjud.anzsoft.com",
31 gateways:
32 [
33 {
34 icon:"http://example.com/msn.png",
35 name:"MSN Transport",
36 description:"",
37 servernode:"msn-transport.anzsoft.com"
38 }
39 ]
40 },
41 disable_toolbox:false,
42 tools:
43 [
44 {
45 href:"http://www.xing.com/",
46 target:"_blank",
47 img:"http://www.xing.com/favicon.ico",
48 text:"Xing"
49 },
50 {
51 href:"http://www.google.com",
52 target:"_blank",
53 img:"http://www.google.cn/favicon.ico",
54 text:"Google Search"
55 },
56 {
57 href:"https://kyberia.sk/",
58 target:"_blank",
59 img:"http://kyberia.sk/favicon.ico",
60 text:"Kybtcha"
61 }
62 ],
63 shortcuts:
64 [
65 {
66 href:"https://kyberia.sk/",
67 target:"_blank",
68 img:"http://kyberia.sk/favicon.ico",
69 text:"Kybtcha"
70 },
71 {
72 href:"http://www.google.com",
73 target:"_blank",
74 img:"http://www.google.cn/favicon.ico",
75 text:"Google Search"
76 }
77 ],
78 ijabcometd:{
79 }
80 };
This page took 0.476796 seconds and 4 git commands to generate.