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

Make the dns-src module an EventEmitter instead of hacking the socket object's events. #74

Closed dhruvbird closed 11 years ago

dhruvbird commented 11 years ago

It's just cleaner that way and doesn't introduce node.js version dependencies due to the usage of undocumented and internal API.

dhruvbird commented 11 years ago

Refer issue #66 to see what I'm talking about.