[android-developers] Re: Real Life Push

2009-10-28 Thread jotobjects
Two things about SIP for push (rather than IMS or VOIP) 1) SIP also runs on TCP (does not require UDP). 2) For a SIP server you can use SIP Servlets (link for implementation given above) which should run on probably all servlet containers (Tomcat, Jetty, JBoss, etc.). BTW - looking a bit

[android-developers] Re: Real Life Push

2009-10-27 Thread Miguel Paraz
On Oct 27, 6:53 am, Marc Lester Tan mail...@gmail.com wrote: and this might be a good place to start about JAIN SIP on Android although it uses the old 1.0 sdk http://jeanderuelle.blogspot.com/2008/10/jain-sip-is-working-on-top-o... Thanks. This is OK if you're using a SIP-based

[android-developers] Re: Real Life Push

2009-10-27 Thread jotobjects
On Oct 27, 12:54 am, Miguel Paraz mpa...@gmail.com wrote: And, it also requires that your phone can receive incoming UDP connections. Come to think of it, if your phone can accept incoming TCP connections, you can run a web server like Jetty to receive incoming messages. Hm. Interesting

[android-developers] Re: Real Life Push

2009-10-27 Thread Miguel Paraz
On Oct 28, 3:39 am, jotobjects jotobje...@gmail.com wrote: On Oct 27, 12:54 am,MiguelParazmpa...@gmail.com wrote: And, it also requires that your phone can receive incoming UDP connections. Come to think of it, if your phone can accept incoming TCP connections, you can run a web server

[android-developers] Re: Real Life Push

2009-10-26 Thread jotobjects
This question comes up from time to time without a lot of feedback. You might add Jain SIP to your list, but I don't know if this has been used extensively beyond a sample peer-2-peer chat application -

[android-developers] Re: Real Life Push

2009-10-26 Thread Marc Lester Tan
and this might be a good place to start about JAIN SIP on Android although it uses the old 1.0 sdk http://jeanderuelle.blogspot.com/2008/10/jain-sip-is-working-on-top-of-android.html Marc On Tue, Oct 27, 2009 at 6:19 AM, jotobjects jotobje...@gmail.com wrote: This question comes up from