I have read this presentation about why using XMPP and pubsub for retrieving data services which are often updated (such as feeds). I got immediately convinced about the push feature of pubsub in compassion to polling rest requests.
However, I tried to search for data apis deployed with XMPP pusub and I could not find much (just buddycloud and OneSocialWeb - where there is no more active development).
As far as I understood, Facebook is using HTTP Etags and Twitter is using http push, even if I found one official blog post (and no more) where twitter mentioned about having a xmpp feed.
Is there any reason why those and other platforms serving feeds are not favoring XMPP pubsub? Or perhaps are they just offering XMPP pub-sub alternatives through special arrangements?
The best answer I have seen so far has been this blog post, which is dated from the beginning of 2009. Has nothing changed since then?