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

Can node-xmpp-bosh connect to xmpp servers with TLS ? #118

Closed Trim closed 9 years ago

Trim commented 9 years ago

Hello,

I've read comments on issue #55 and PR #97 and I understand your arguments to use another service to proxy https. I've also read the BOSH xep and particulary the security chapter.

So the https proxy will work for connections between Client and BOSH and I'm wondering if node-xmpp-bosh will use also a secured connection to communicate with external XMPP servers (if they have one) ?

I'm interested into this feature, because I'm planning to open my BOSH server to anyone needing one.

Regards, Adrien

Trim commented 9 years ago

Oh, I've just found the issue #12. Does it imply that if TLS connection for a server is available it will be used ?

dhruvbird commented 9 years ago

@Trim Yes, the bosh proxy can connect securely to an existing xmpp server.