xmppo / node-xmpp-bosh

An XMPP BOSH & WebSocket server (connection manager) written on node.js using Javascript
https://github.com/xmppo/node-xmpp-bosh
263 stars 85 forks source link

Unable to connect to HipChat server through BOSH #113

Open juanpaulo opened 10 years ago

juanpaulo commented 10 years ago

I am trying to connect to HipChat server through BOSH but I get the errors below. Logging is set to TRACE and WebSockets is working fine.

[2014-07-10 06:15:04.209] [TRACE] [http-server.js:Server.http_request_handler:317] - Processing POST request at location: /http-bind
[2014-07-10 06:15:04.210] [TRACE] [http-server.js:Object.handle_unhandled_request:285] - Invalid request, method: POST path: /http-bind
[2014-07-10 06:15:04.210] [TRACE] [http-server.js:Server.http_request_handler:317] - Processing POST request at location: /http-bind
[2014-07-10 06:15:04.211] [TRACE] [http-server.js:Object.handle_unhandled_request:285] - Invalid request, method: POST path: /http-bind
[2014-07-10 06:15:04.211] [TRACE] [http-server.js:Server.http_request_handler:317] - Processing POST request at location: /http-bind
[2014-07-10 06:15:04.212] [TRACE] [http-server.js:Object.handle_unhandled_request:285] - Invalid request, method: POST path: /http-bind
...
dhruvbird commented 10 years ago

Please could you run the xmpp proxy with --debug=TRACE and then check/paste the logs?

juanpaulo commented 9 years ago

@dhruvbird thanks for the response and apologies for the delayed response. I'm trying to reproduce it now but it seems that one of the recent PRs on node-xmpp-client fixed the issue. Will try to look further.