[jdev] Help choosing the right technology

Michael Weibel michael.weibel+xmpp at gmail.com
Tue Nov 13 07:29:03 UTC 2012


> Always ON: The application is a tracking one. Hence the application should always, at regular intervals, send the location data to the server without closing the connection. The application runs on a mobile. That's what I mean by Always ON.

I think that should be fairly easy to implement on the client side. In order to assure that the connection is still alive you might want to implement XEP-199 Ping (http://xmpp.org/extensions/xep-0199.html). 


> Any idea if there's any XEP for stream compression?

Yes: http://xmpp.org/extensions/xep-0138.html
I think almost every server implements this.

- Michael


More information about the JDev mailing list