I've been investigating the best way to develop a video chat application on android that:
a) Is straight P2P
OR
b) Can take advantage of existing services (gtalk?) that already support video chat to handle communications while being able to maintain a custom interfaced app
For this I was considering using XMPP + Jingle. I've seen this post and this, and I'm not sure if this idea is viable atm. What I would like to know is if it is in fact possible to use jingle on android and what, in your opinion, would be the best library/API from those available (patched smack, official smack, asmack, beem's asmack..) to use given my purpose.
I would also appreciate opinions regarding if option A or B are best (or even possible, since I'm not sure option B is).