Added iJab (GPLv2) to /_js/ijab/ - http://code.google.com/p/ijab/
[mirrors/Kyberia-bloodline.git] / wwwroot / _js / ijab / ijab_config.js
diff --git a/wwwroot/_js/ijab/ijab_config.js b/wwwroot/_js/ijab/ijab_config.js
new file mode 100755 (executable)
index 0000000..5811d76
--- /dev/null
@@ -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:{
+    }
+};
This page took 0.135714 seconds and 4 git commands to generate.