-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
[node-xmpp-bosh] no XHR info. #21
Comments
Hi, I'm sorry I missed this one. You shouldn't use "http://mail.myserver.com:5280/http-bind" as converse_xmpp_bosh_url unless your Roundcube is running at http://mail.myserver.com:5280/, which I highly doubt. Instead, you should set up proxying. See this for more information: http://prosody.im/doc/setting_up_bosh |
@kikadisa I've got the exactly same problem, what did you do to solve it? |
Nothing i put my aim in standby. Don't have enough time to work on it. |
@priyadi I saw your answer about my post in another thread (#23) tks for that, however I checked the log messages before and I didn't find any usefull information, my problem is the same that @kikadisa said above, "the reload problem", in my opinion is a front-end problem, because we don't receive any. answer from de server and the client don't send info to server. Tks for your quick answer and attention. |
@brunohulk can you post your config? |
Of course!
I found one thing in the XMPP debug, but it is working on PIDGIN:
|
Did you paste the XMPP debug correctly? or did github eat your comment? Try verifying BOSH endpoint from the server hosting your Roundcube: |
I fixed the post @priyadi, It was missing a piece |
Pidgin and Converse stand alone doesn't do prebinding. I guess the problem might be in prebind code. Please see your XMPP server log files to see if your Roundcube at least made a connection. I'll have to go sleep now. I'll continue this tomorrow. It would be very helpful if you can provide me access to your server. If error message doesn't appear anywhere, some close debugging will be required. |
hi @priyadi i have same problem, see in my config have the url with prot include, remove it and re-try, paste results in #24 and this are same as #23 but i repeat here, tell me what can i help i know something of php.. not much , how can i help? my xmpp server are ejabberd 2.1.13 with some patches backported form upstream, property working, tested the url bosh with pidgin and work http server are lighttpd 1.4.35 working perfectly, i see some tip, when i requested the bind http server show nothing, but calling explicy by using port in url show the ejabberd notice about working.. follow instruction in troubleshooting and here my paste:
the configuration file:
i install a DNS for resolve "domain.net" and set all my clients to resolve trought this DNS so "domain.net" are not problem what can i doing to help and make it work! i see some of code but uses 3 proyects (candy chat, php xmpp lib and other ), i really need that chat working in my rouncube |
hi @priyadi i found that under certanly circunstances there some problems with XMPP server and bosh proxy url, but not related with converse.js its a limitation of xmmp sever and webserver instegration: if server has own ssl cert and we configured xmpp server with ssl, some conflicts appears, so i disabled all ssl certs and all get to work, later enable ssl cert only in webserver and not in xmpp server, due proxy bosh url aleady will have ssl (u can made a redirect forcing for all bosh urls or rewrite rule) now usinhg roundcube 1.X beta have some problem with stanza an presense.. |
Hi
I'm trying to make it work but i can't.
I can connect my account with pidgin with my bosh server.
I configured converse but nothing happen with roundcube 0.9.5.It ask me to connect myself but when i click on log in it reload the page.
I don't have any XHR return.
There is my config :
Any ideas ?
The text was updated successfully, but these errors were encountered: