Re: [jdev] Using XMPP to talk to a mobile client

2009-04-10 Thread Simon Tennant
Mobile is tricky: you fire off a stanza just as you enter a tunnel with no coverage and your client is none the wiser as to whether the stanza actually made it to the server. Indeed your GPRS or 3G connection may even stay connected. We have also had good success on the mobile by using sockets

Re: [jdev] Using XMPP to talk to a mobile client

2009-04-09 Thread Jonathan Dickinson
-Original Message- From: jdev-boun...@jabber.org [mailto:jdev-boun...@jabber.org] On Behalf Of Fabio Forno Sent: 08 April 2009 11:38 PM To: Jabber/XMPP software development list Subject: Re: [jdev] Using XMPP to talk to a mobile client On Wed, Apr 8, 2009 at 9:26 PM, Thiranjith

Re: [jdev] Using XMPP to talk to a mobile client

2009-04-09 Thread Mridul Muralidharan
Subject: Re: [jdev] Using XMPP to talk to a mobile client To: Jabber/XMPP software development list jdev@jabber.org Date: Thursday, 9 April, 2009, 12:58 PM -Original Message- From: jdev-boun...@jabber.org [mailto:jdev-boun...@jabber.org] On Behalf Of Fabio Forno Sent: 08 April

Re: [jdev] Using XMPP to talk to a mobile client

2009-04-09 Thread Peter Saint-Andre
On 4/9/09 5:20 AM, Mridul Muralidharan wrote: Just to mention, BOSH does not have any same client IP requirement/restriction. And unlike tcp binding of xmpp - where session is terminated if disconnected, BOSH does handle disconnects in its design. The only requirements would be - a)

Re: [jdev] Using XMPP to talk to a mobile client

2009-04-09 Thread Mridul Muralidharan
--- On Thu, 9/4/09, Peter Saint-Andre stpe...@stpeter.im wrote: From: Peter Saint-Andre stpe...@stpeter.im Subject: Re: [jdev] Using XMPP to talk to a mobile client To: Jabber/XMPP software development list jdev@jabber.org Date: Thursday, 9 April, 2009, 8:11 PM On 4/9/09 5:20 AM, Mridul

Re: [jdev] Using XMPP to talk to a mobile client

2009-04-09 Thread Alexander Gnauck
Mridul Muralidharan wrote: Just to mention, BOSH does not have any same client IP requirement/restriction. And unlike tcp binding of xmpp - where session is terminated if disconnected, BOSH does handle disconnects in its design. The only requirements would be - a) ability of the

Re: [jdev] Using XMPP to talk to a mobile client

2009-04-09 Thread Fabio Forno
On Thu, Apr 9, 2009 at 7:41 PM, Alexander Gnauck gna...@ag-software.de wrote: I have a much better experience with sockets on Mobile devices than with BOSH. Of course this also depends how reliable you Mobile network is, but in Europe its very good, and sockets works very well. Just for

[jdev] Using XMPP to talk to a mobile client

2009-04-08 Thread Thiranjith .
Hi, Can we use XMPP to talk to a client on a mobile device (e.g. PDA/ mobile phone) that is connected to the internet using 3G? From what I understand, phones' end-point IP changes as they move around, and generally they are behind the network operator's (AtT, Vodafone etc) firewall. Say that

Re: [jdev] Using XMPP to talk to a mobile client

2009-04-08 Thread Fabio Forno
On Wed, Apr 8, 2009 at 9:26 PM, Thiranjith . thiranj...@gmail.com wrote: Hi, Can we use XMPP to talk to a client on a mobile device (e.g. PDA/ mobile phone) that is connected to the internet using 3G? From what I understand, phones' end-point IP changes as they move around, and generally they