Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IJab With OpenFire not Working #22

Open
GoogleCodeExporter opened this issue Mar 26, 2015 · 7 comments
Open

IJab With OpenFire not Working #22

GoogleCodeExporter opened this issue Mar 26, 2015 · 7 comments

Comments

@GoogleCodeExporter
Copy link

Dear You.

    I have Installed Openfire 3.6.4 . Http binding is enabled as I Installed Openfire. and BOSH clients is disabled as default.

    I configured IJab file as following.

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:"rspl261",
        http_bind:"/http-bind/",
        host:"http://rspl261:7070",
        port:7070,
        server_type:"openfire",
        auto_login:false,
        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:"conference.anzsoft.com",
        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.google.com",
            target:"_blank",
            img:"http://www.google.cn/favicon.ico",
            text:"Google Search"
        },
        {
            href:"http://www.xing.com/",
            target:"_blank",
            img:"http://www.xing.com/favicon.ico",
            text:"Xing"
        }
    ],
    shortcuts:
    [
        {
            href:"http://www.anzsoft.com/",
            target:"_blank",
            img:"http://www.anzsoft.com/favicon.ico",
            text:"Go to anzsoft"
        },
        {
            href:"http://www.google.com",
            target:"_blank",
            img:"http://www.google.cn/favicon.ico",
            text:"Google Search"
        }
    ],
    ijabcometd:{
    }
};

But the problem is that , when I open iJab.html file in browser and try to log 
in to the openfire , it does not allow me to do that .

So can any one help me for that. ???

Original issue reported on code.google.com by [email protected] on 2 Sep 2010 at 6:54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant