Candy for Openfire not working

Hi Everyone,

I have recently installed the candy.war file that i have downloaded from the following site: [http://code.google.com/p/openfire-candy/downloads/list](http://code.google.com/p/openfire-candy/downloads/list). After installing the candy.war file in the plugins folder, I was able to get the candy login website working with the http-bind setup. Howerver, it only disconnects right a way after I enter a valid Openfire user, and press login I have checked the Openfire Logs, and system logs, but I don't see any errors. Any ideas?

I have included the screen shoot of the issue. I only stays there, and keeps saying “disconnecting”.

Thanks,

Rafael

you have to modify the index.html page to make it work either for registered users. I think it is setup by default for anonymous users.

1 Like

I got it working with authentication. howerver, how do i enable both anonymous, and login authentication?

You can try two options

  1. Modify index.html and add a new parameter to set for authenticated or anonymous
  2. Create two startup pages (index-auth.html and index-anon.html) and edit as needed.

Thanks. That worked out great. Now, I need to find out how to make it load my buddy list like a IM Client would…

I think you might be a bit disappointed with that.

It is really designed for group chats and private chats between participants

I’ve installed all the required plugins, but when I got to the page, it connects but gives me a blank grey screen. I know I should edit the index.html file. But how? I can’t seem to get access to the files on port 7443. I’ve tries using filezilla with SFTP on port 7443. I’d appreciate your help.

hi, Rafael,i meet the same question,can you share ur solution?thanks very much

    • Modify index.html and add a new parameter to set for authenticated or anonymous
  • Create two startup pages (index-auth.html and index-anon.html) and edit as needed.