xmppo/node-xmpp-bosh

config file

codemutt opened this issue · 2 comments

Hi,

I'm using Mac OS X 10.8.4.

When I try to use the example bosh.conf.example.js file as the config file for node-bosh I get an error on connecting.

Specifics:
When I run "node run-server.js" and then connect with a test XMPP client everything works as expected and I can interact via node bosh with the backend which is OpenFire.

When I run "node run-server.js --config=bosh.conf.example.js" (no mods to the file, it is as it exists on GitHub) then I get the following error while connecting with my test client:

[WARN] [session.js:Object.Session.send_creation_response:619] - fc7e131b-fab3-4821-a107-4b982a9f22fa send_creation_response - No response object to send creation response for stream: 6c421c3f-0e28-4786-b538-f85bf02111c4

All I want to do is set the inactivty timeouts to be high enough to not be disconnected while I am debugging my client software. Any suggestions?

Thx,
codemutt

Try setting pidgin_compatible to false, and if that works, open up and issue, and I'll change the example config file.

@codemutt Is there any update on this from your side?