I\'ve tried using a variety of XMPP libraries for Node.js, and am having trouble connecting to Google Talk\'s XMPP servers. I\'m wanting to connect and read the status of f
Figured it out.
I was working with some inaccurate examples.
In my example above, you'll want to change:
var conn = new xmpp.Component({...})
...to...
var conn = new xmpp.Client({...})