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

openfire #27

Open
scooserver opened this issue May 13, 2014 · 7 comments
Open

openfire #27

scooserver opened this issue May 13, 2014 · 7 comments

Comments

@scooserver
Copy link

Hi ,i'am trying to implement Your plugin in my Roundcube (0.9.5) interface,without success i allways got unable to connect message..or white page
I'am unable to connect to my openfire server....could you wirite a little documentation please how to do that?or suggest another openfire like server for my linux box?It is possible to use whit openfie?
Thankyou

@priyadi
Copy link
Owner

priyadi commented May 13, 2014

The required documentation is in the README.md file. If you are having problem after following the instructions, please also see TROUBLESHOOTING.md file.

@scooserver
Copy link
Author

I readed,a set -up openfire,but still nothing, i was able to connect as anonymous but that's all, if you have any idea what is the problem, please help me
Also another question,it is possible to authenticate with my roundcube email adress?
Thankyou

@priyadi
Copy link
Owner

priyadi commented May 14, 2014

Before doing anything with this plugin, you need to make sure your XMPP server is working, and then set it up to use the same credentials as your IMAP server. Typically, you will need both to use LDAP authentication.

I cannot help if you haven't done that. If you have problem, consult Openfire documentation or ask for help in their mailing list.

@scooserver
Copy link
Author

For my email users are stored in MySQLtables , I will try to set-up
openfire with MySQL I think also is possible..
On Wednesday, May 14, 2014, Priyadi Iman Nurcahyo [email protected]
wrote:

Before doing anything with this plugin, you need to make sure your XMPP
server is working, and then set it up to use the same credentials as your
IMAP server. Typically, you will need both to use LDAP authentication.

I cannot help if you haven't done that. If you have problem, consult
Openfire documentation or ask for help in their mailing list.


Reply to this email directly or view it on GitHubhttps://github.com//issues/27#issuecomment-43038204
.

@scooserver
Copy link
Author

hi,i tried everything but still not working, the best what i maded : i was
able to connect as anonymous ,but if i disabled the
anonymous login on openfire's webif the login not working anymore...(i
creaded user from webif)
any idea?
form linux box command line no error for "curl
http://localhost:7070/http-bind"
I hope you can help me setup this very helpfull plugin
Thankyou

On Wed, May 14, 2014 at 6:50 AM, Scoo [email protected] wrote:

For my email users are stored in MySQLtables , I will try to set-up
openfire with MySQL I think also is possible..

On Wednesday, May 14, 2014, Priyadi Iman Nurcahyo <
[email protected]> wrote:

Before doing anything with this plugin, you need to make sure your XMPP
server is working, and then set it up to use the same credentials as your
IMAP server. Typically, you will need both to use LDAP authentication.

I cannot help if you haven't done that. If you have problem, consult
Openfire documentation or ask for help in their mailing list.


Reply to this email directly or view it on GitHubhttps://github.com//issues/27#issuecomment-43038204
.

@priyadi
Copy link
Owner

priyadi commented Jun 3, 2014

I missed this, sorry. Please follow the troubleshooting instruction in TROUBLESHOOTING.md and post your result here.

@muthuv1
Copy link

muthuv1 commented Oct 18, 2014

Hey @scooserver if you are still trying and facing the problem some hints for you

  1. Check if your xmpp server (openfire) is working properly with xmpp clients like spark or pidgin.
  2. Then in converse config.inc.php do next 3 steps
  3. In $rcmail_config['converse_xmpp_bosh_prebind_url'] use "http://openfire-ip:7070/http-bind/". Note here in url i have added a trailing slash.
  4. In $rcmail_config['converse_xmpp_bosh_url'] use "/http-bind/"
  5. In $rcmail_config['converse_xmpp_hostname'] use your openfire domain name, something after "@" of user id, example: use "openfire.com" for [email protected]
  6. 4th step will be meaning-full only if you setup a proxy in your roundcube server. I use apache webserver and configured apache.conf like this. append it to end.
    ProxyPass /http-bind http://openfire-ip:7070/http-bind/
    ProxyPassReverse /http-bind http://openfire-ip:7070/http-bind/
    ProxyPass /http-bind https://openfire-ip:7443/http-bind/
    ProxyPassReverse /http-bind https://openfire-ip:7443/http-bind/
  7. Every other configuration in converse is default in my case.
  8. Finally and most important is your roundcube login username and password should match openfire's username and password to autologin.

Here i assumed that you use openfire internal Bosh server, which runs on port 7070.
Thanks.

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

No branches or pull requests

3 participants