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:false,
    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:"jabber.jarcomputers.com",
        http_bind:"/http-bind/",
        host:"jabber.jarcomputers.com",
        port:80,
        server_type:"openfire",
        roster_mode:"all",
        auto_login:false,
        username_cookie_field:"username",
        token_cookie_field:"SID",
        anonymous_prefix:"",
        max_reconnect:3       
    },
    disable_toolbox:false,
    tools:
    [
   	{
    		href:"http://jarcomputers.com/",
    		target:"_blank",
    		img:"http://jarcomputers.com/favicon.ico",
    		text:"JAR Computers"
    	},
    	{
    		href:"http://www.google.com",
    		target:"_blank",
    		img:"http://www.google.cn/favicon.ico",
    		text:"Google Search"
    	}
    ],
    shortcuts:
    [
    	{
    		href:"http://jarcomputers.com/",
    		target:"_blank",
    		img:"http://jarcomputers.com/favicon.ico",
    		text:"JAR Computers"
    	}
    ],
    ijabcometd:{
    }
};

