simple-xmpp / node-simple-xmpp

Simple High Level NodeJS XMPP Client
302 stars 90 forks source link

Unproper Node.js events implementation #76

Open SmashingQuasar opened 7 years ago

SmashingQuasar commented 7 years ago

Hey,

I've noticed the standard events of Node.js aren't implemented properly, as you require specifically EventEmitter (class Events) and thus do not implement all the core functionalities of Node.js (such as listenerCount(), or once()). I'll probably try to find a workaround and submit a pull request if I achieve to get a stable build of your plugin.

Thanks