Use node.js conventions, especially EventEmitter, ie. for write buffer control
Fast parsing, node-expat was written with this library in mind
Support for both XMPP clients and components
After authentication, leave trivial protocol bits to the user (later we could offer helpers for entity capabilities hashing, etc)
The other library lets you connect as a component to a XEP-0114 compliant server
Thanks, I read that part too, it still assumes you know what a component is in XMPP which I'm sure most people don't. So it's basically an XMPP client and a "component" (whatever that is)?
Use node.js conventions, especially EventEmitter, ie. for write buffer control Fast parsing, node-expat was written with this library in mind Support for both XMPP clients and components After authentication, leave trivial protocol bits to the user (later we could offer helpers for entity capabilities hashing, etc)
The other library lets you connect as a component to a XEP-0114 compliant server