Hey Everyone,
I'm trying to implement Jabber SDK Node Component 11.0.1 and running into some difficulty.
I'm running Windows 10, GCC complier from MinGW, and using NVM to try different version of node while following the steps on page 35 and onward of:
https://developer.cisco.com/fileMedia/download/006949a5-ae49-47f3-978c-7ab9fe4cb4f3
I've also tried this on a Ubuntu VM as well. On both operating systems I've used the latest version of node (v6.1.0) and the exact version in the documentation (v0.10.5).
I can run the csf.js file with the default configuration, but I can't get the module to accept a configuration file. I've tried passing it in as a parameter as shown in the documentation. I've tried renaming the file to what the module expects: node.csf.cfg. In both of those cases I always get a "csf - cannot read ./node.csf.cfg" error as express starts up.
I've also tried editing the config variable in the csf.js file itself. However, when I do that I get the following error:
events.js:72
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at errnoException (net.js:884:11)
at TCP.onread (net.js:539:19)
Does anyone have any ideas of what I might be doing wrong or can point me in the right direction?
Thanks,
Kyle