Openfire + IJAB + IIS 7

Hello, I’m having the following problem:

I have installed Openfire on a machine 10.0.0.53.

I have an IIS 7.0 installed on the machine 10.0.0.152.

When attempting to use iJab in iis, authentication does not work.

Accessing http://10.0.0.152/iJab.html page and try to login and is even trying trying trying and can not authenticate.

Could someone help me?

Below are the settings. javascript.

When trying to log on page http://10.0.0.152/iJab.html the ijab_config.js would have to send the connection to the server 10.0.0.53, but checked with the "Microsoft Network Monitor " that does not happen.

var iJabConf =

{

client_type:“xmpp”,

app_type:“bar”,

theme:“standard”,

debug:false,

avatar_url:"[http://samespace.anzsoft.com/portal_memberdata/portraits/](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:“10.0.0.53”,

    http_bind:"[http://10.0.0.53/http-bind/](http://10.0.0.53/http-bind/)",

host:“10.0.0.53”,

port:5222,

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](http://example.com/msn.png)",

name:“MSN Transport”,

description:"",

servernode:“msn-transport.anzsoft.com

}

]

},

disable_toolbox:false,

tools:

[

{

          href:"[http://www.google.com](http://www.google.com)",

target:"_blank",

          img:"[http://www.google.cn/favicon.ico](http://www.google.cn/favicon.ico)",

text:“Google Search”

},

{

          href:"[http://www.xing.com/](http://www.xing.com/)",

target:"_blank",

          img:"[http://www.xing.com/favicon.ico](http://www.xing.com/favicon.ico)",

text:“Xing”

}

],

shortcuts:

[

{

          href:"[http://www.anzsoft.com/](http://www.anzsoft.com/)",

target:"_blank",

          img:"[http://www.anzsoft.com/favicon.ico](http://www.anzsoft.com/favicon.ico)",

text:“Go to anzsoft”

},

{

          href:"[http://www.google.com](http://www.google.com)",

target:"_blank",

          img:"[http://www.google.cn/favicon.ico](http://www.google.cn/favicon.ico)",

text:“Google Search”

}

],

ijabcometd:{

}

}; var iJabConf =

{

client_type:“xmpp”,

app_type:“bar”,

theme:“standard”,

debug:false,

avatar_url:"[http://samespace.anzsoft.com/portal_memberdata/portraits/](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:“10.0.0.53”,

    http_bind:"[http://10.0.0.53/http-bind/](http://10.0.0.53/http-bind/)",

host:“10.0.0.53”,

port:5222,

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:{

}

};