scuba323 / ijab

Automatically exported from code.google.com/p/ijab
1 stars 0 forks source link

IJab With OpenFire not Working #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 a.suchar...@gmail.com on 2 Sep 2010 at 6:54

GoogleCodeExporter commented 9 years ago
I had similar questions today when i found iJab.

You didn't mention anything about using the Apache server in conjunction with 
iJab.

As far as I can gather, Apache is currently a required element to allow iJab to 
function. Are you using a Linux OS or another OS? Is Openfire on the same 
server as your Apache installation?

This was a very helpful article:
http://code.google.com/p/ijab/wiki/iJabWithOpenfire

Keep in mind that you may need to enable all of the available proxy modules in 
order for the redirect to work. (this was part of my problem)

In my iJab configuration file, since Openfire and Apache were on the same 
server-- the line:
http_bind:"http://ip:7070/http-bind/",
Needed to be changed to:
http_bind:"/http-bind/",

Let me know if further explanation is needed.

I applaud your decision to post this question here-- the real issue with iJab 
is the lack of documentation. I would love for the author to get in contact 
with me personally as I am very interested in sharing my experience in testing 
this program. I am also interested in helping to make(and potentially author) a 
more thorough and detailed guide on the subject of installing and configuring a 
server to work with iJab.

iJab is definitely the best open source web based Jabber client available in my 
opinion and i would hate to see this project, with all of it's potential, fall 
through the cracks of the internet. :(

Original comment by daniel.b...@heidelbergdistributing.com on 12 Oct 2010 at 4:36

GoogleCodeExporter commented 9 years ago
hi i ve installed openfire and iJab.. but if i give user name password .. i 
gone inside and not showing chat window.. can  u help me on this?

Original comment by kumarbh...@gmail.com on 20 Sep 2011 at 9:31

GoogleCodeExporter commented 9 years ago
I also facing some Issues with it.

So we developed our own implementation for chat.

Anything else I can assist you !

Thanks & Regards,
AvtarSingh Suchariya

Original comment by a.suchar...@gmail.com on 20 Sep 2011 at 4:43

GoogleCodeExporter commented 9 years ago
hi AvtarSingh Suchariya,

Thanks for ur reply .. i need some guide line to implement chatting .. can u 
help me..

now i m trying with ijab-v1.0-beta3-1 .. now the chatting window is coming.. 
but if i refresh the page its get out of the window again its need to login .. 
can u suggest some thing for this... 

Original comment by kumarbh...@gmail.com on 23 Sep 2011 at 2:40

GoogleCodeExporter commented 9 years ago
I have used Smack API (Open Fire API) to implement chat functionality.

Thanks & Regards,
AvtarSingh Suchariya

Original comment by a.suchar...@gmail.com on 24 Sep 2011 at 4:26

GoogleCodeExporter commented 9 years ago
hi AvtarSingh Suchariya,

i didnt get how to start with Smack as i m using Apache-linux .

Original comment by kumarbh...@gmail.com on 26 Sep 2011 at 5:28

GoogleCodeExporter commented 9 years ago
http://www.igniterealtime.org/projects/smack/

From above link you will get the smake api.
And you will also find some example that how to use it.
I have used in web application on linux, developed on java technology.

Thanks & Regards,
AvtarSingh Suchariya

Original comment by a.suchar...@gmail.com on 26 Sep 2011 at 6:03