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

Missing feed title in subscription response #3

Closed mborho closed 12 years ago

mborho commented 12 years ago

Sometimes following error happens when subscribing to a feed:

/path/to/node_modules/superfeedr/lib/ superfeedr.js:88
                       title: title.getText(),
                                    ^
TypeError: Cannot call method 'getText' of undefined
superfeedr commented 12 years ago

Martin, I just pushed an update, but it's rather ugly :/ My JS mojo is far from being that good... Feel free to check the commit and refactor if you can do something nicer!

mborho commented 12 years ago

"git push" ? :)

superfeedr commented 12 years ago

:) Fixed!