2
votes

I'm using node-xmpp-bosh serve.I've run run-server.js and a server has been started.When i try to connect to server with converse.js i receive the following error:

host unknown

In server console appears the same error.Also i've tried to connect with pidgin.In console is the same error

host unknown

and in pidgin

The bosh connection manager terminated your session

Any ideas ? I'm running node-xmpp-bosh on windows.

1
Can you show us some of your code?Moishe Lipsker
I have run run-server.js from github.com/dhruvbird/node-xmpp-bosh ...As a client i've tried to connect with pidginWorker1
Already answered stackoverflow.com/questions/9526855/…user4577628
My server is running! I don't have this problemWorker1
Try to run that server and to connect with pidgin to it @VikramChandranWorker1

1 Answers

2
votes

node-xmpp-bosh make a connection between browser and xmpp server.You need to make configuration from config file in node-xmpp-bosh :)