I have so many RSS and atom feed urls. I am using SyndicationFeed class for reading content of these feeds. After viewing page source we can identify, because every feed with pubsubhub feature always have rel="hub" attribute. eg. Suppose I have two feeds [Non pubsubhub feed] http://timesofindia.feedsportal.com/c/33039/f/533929/index.rss and [pubsubhub feed] http://allthingsd.com/feed/
Now my problem is to identify a pubsubhub feed using SyndicationFeed class. please help me.