Added iJab (GPLv2) to /_js/ijab/ - http://code.google.com/p/ijab/
[mirrors/Kyberia-bloodline.git] / wwwroot / _js / ijab / 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 hide_poweredby:false,
14 disable_option_setting:false,
15 disable_msg_browser_prompt:false,
16 enable_talkto_spam:true,
17 talkto_spam_function:spamCall,
18 talkto_spam_repeat:2,
19 xmpp:{
20 domain:"anzsoft.com",
21 http_bind:"http://samespace.anzsoft.com:5280/http-bind/",
22 host:"",
23 //domain:"localhost",
24 //http_bind:"http://127.0.0.1:7070/http-bind/",
25 //domain:"ijab.im",
26 //http_bind:"http://ijab.im:5280/http-bind/",
27 port:5222,
28 server_type:"ejabberd",
29 auto_login:true,
30 none_roster:false,
31 get_roster_delay:true,
32 username_cookie_field:"username",
33 token_cookie_field:"SID",
34 anonymous_prefix:"",
35 max_reconnect:3,
36 enable_muc:true,
37 muc_servernode:"conference.anzsoft.com",
38 vcard_search_servernode:"vjud.anzsoft.com",
39 gateways:
40 [
41 {
42 icon:"http://example.com/msn.png",
43 name:"MSN Transport",
44 description:"",
45 servernode:"msn-transport.anzsoft.com"
46 }
47 ]
48 },
49 disable_toolbox:false,
50 tools:
51 [
52 {
53 href:"http://www.google.com",
54 target:"_blank",
55 img:"http://www.google.cn/favicon.ico",
56 text:"Google Search"
57 },
58 {
59 href:"http://www.xing.com/",
60 target:"_blank",
61 img:"http://www.xing.com/favicon.ico",
62 text:"Xing"
63 }
64 ],
65 shortcuts:
66 [
67 {
68 href:"http://www.anzsoft.com/",
69 target:"_blank",
70 img:"http://www.anzsoft.com/favicon.ico",
71 text:"Go to anzsoft"
72 },
73 {
74 href:"http://www.google.com",
75 target:"_blank",
76 img:"http://www.google.cn/favicon.ico",
77 text:"Google Search"
78 },
79 ],
80 ijabcometd:{
81 }
82 };
This page took 0.305454 seconds and 4 git commands to generate.