I understand that XMPP is used in chat services, but it seems to be more generally useful than that. Can someone list some scenarios and examples where you would consider using XMPP, and the pros and cons of it versus other approaches?
|
|
|
I know that Dropbox uses it for its filesharing system in Android (possibly it does in other platforms too). Cons: much more verbose than binary (more bandwidth). Pros: a wide variety of already implemented client and servers. A wide range of already implemented reliability, scalability, security, presence, rpc, federation, custom components, mail, VoIP mechanisms... the list is very very long. Even if you need something different, and you know where to touch, you could extend it to your needs, inheriting all the already implemented features. |
|||||
|
|
We had a project on collecting information eg. wind direction, temperature, stock and forex, etc. Every sensor is a Jabber 'user'.
|
|||
|
|
We use it for chatrooms, and for distributing sports results to users watching live events. Google Buzz and Facebook talk is built on it. |
|||
|
|