superfeedr-node
superfeedr-node copied to clipboard
A library to interract with Superfeedr's XMPP API in any node application
Hello! I am trying to run code similar to the [example file](https://github.com/superfeedr/superfeedr-node/blob/master/examples/basic.js) with node v12.16.1. Here is my code: ``` var Superfeedr = require('superfeedr'); client = new Superfeedr("Eonjim", "[my_actual_password]"); client.on('connected',...
Hello! I am trying to run the example file with node v10.19.0. Here is my code: ``` var Superfeedr = require('superfeedr'); client = new Superfeedr("Eonjim", "[my_actual_password]"); client.on('connected', function () {...
I’ve successfully created aggregated feeds using the hub.callback mechanism as described in your blog (https://blog.superfeedr.com/combining-feeds/). However, your NodeJS library doesn’t describe how to pull aggregated feeds… I was able to...
I get the error "TypeError: xmpp.Iq is not a constructor" when using the subscribe function The error occurs on line 190 within superfeedr.js: ` var subscribeStanza = new xmpp.Iq({to: SUPERFEEDR_ENDPOINT,...
From using basic.js in the example file and putting my own credentials ("username", "password") it's successfully getting the client (and authenticating) but fails immediately on the client.on('connected', function() part with...
Related to #22
massive dependency tree == massive opportunity for problems
`node-xmpp` `