Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
1  
You might want to check out code.google.com/p/pubsubhubbub. It has the push functionality you are looking with a much simplified protocol. – brimil01 Jan 14 at 6:07
I read about it as well, but I also have not seen many updates there (last code change is from 2011) and I did not find any big platforms using it – Thomas Jan 14 at 9:01

closed as not constructive by Bill the Lizard Apr 7 at 17:27

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.