guness / node-xcs

NodeJS implementation of Google's XMPP Connection Server
BSD 2-Clause "Simplified" License
38 stars 23 forks source link

Node upgrade (12) brokes connection start #30

Open monossido opened 3 years ago

monossido commented 3 years ago

Since I've upgraded to node 12.18.2 the xmpp connection doesn't start itself as the doc says. I had to upgrade the library from 0.1.5 version to 0.1.7 and add xcs.start() just after the import.

No "xcs.start()" is present in README.