superfeedr / superfeedr-node

A library to interract with Superfeedr's XMPP API in any node application
http://superfeedr.com/documentation#xmpp_pubsub
31 stars 17 forks source link

Not receiving notifications #18

Closed joshketellapper closed 10 years ago

joshketellapper commented 10 years ago

I'm using the example but I changed the feed to http://superfeedr.com/dummy.xml and adding to it through the xmpp console but I'm not receiving notifications.

I uncommented the console.log statements. Subscribing is working.

millette commented 10 years ago

Try to add a "status" event listener equivlent to the "notification" one on line 17: https://github.com/superfeedr/superfeedr-node/blob/master/examples/basic.js#L17

I just found out 90% of the pings I was getting where seen as statuses instead of notifications but both count the same way in terms of credits.

julien51 commented 10 years ago

@joshketellapper would you be able to procide me with your superfeedr login so I can check directly?