node-xcs icon indicating copy to clipboard operation
node-xcs copied to clipboard

NodeJS implementation of Google's XMPP Connection Server

Results 7 node-xcs issues
Sort by recently updated
recently updated
newest added

There are new versions up to 0.13.0 which are not getting installed.

When having network problems, I received this Warning, though when network had recovered the connection restored without problems. ![image](https://user-images.githubusercontent.com/6572573/142833500-917bfdcf-05ba-4d12-afbc-78c40ce5ba70.png) on "line 362", I'm periodically sending testing messages to FCM just...

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()...

Icon is required currently, but is not required for notifications being forwarded through firebase to APN

(node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit. Trace at Client.addListener (events.js:160:15) at Client.Session._addConnectionListeners (D:\nodeWorkspace\firstProject\nod e_modules\node-xmpp-client\lib\session.js:178:10) at Client.Session._setupSocketConnection (D:\nodeWorkspace\firstProject\node _modules\node-xmpp-client\lib\session.js:49:8) at Client.Session (D:\nodeWorkspace\firstProject\node_modules\node-xmpp-clie...

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

windows 10, node 14.18.1 var xcs = new Sender(...) xcs.start(); TypeError: this.client.socket.setTimeout is not a function at Sender.start (C:\...\FCM_XMPPServer\node_modules\node-xcs\google\Sender.js:146:24) at Object. (C:\...\FCM_XMPPServer\Index.js:424:7) at Module._compile (internal/modules/cjs/loader.js:1085:14) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10) at Module.load...