RE: [jdev] Suspending and resuming presence

2006-09-24 Thread Dave Cridland
On Sat Sep 23 22:50:00 2006, [EMAIL PROTECTED] wrote: This depends on whether your client is implemented over a polling architecture ( http) or a longer lived connection (persistent tcp) and whether you modulate your polling frequency based on what kind of messages you are getting ( presence or

Re: [jdev] Suspending and resuming presence

2006-09-23 Thread Mircea Bardac
On Sunday 24 September 2006 00:50, [EMAIL PROTECTED] wrote: > I am not sure if any of the XMPP servers implement a "refresh my roster" > command or if the protocol demands it. Interesting ideea. > What would be interesting is the concept of a variable roster based on the > resource you use to log

RE: [jdev] Suspending and resuming presence

2006-09-23 Thread ennova2005-jabber
This depends on whether your client is implemented over a polling architecture ( http) or a longer lived connection (persistent tcp) and whether you modulate your polling frequency based on what kind of messages you are getting ( presence or actual messages)If long lived - the battery effects are m

RE: [jdev] Suspending and resuming presence

2006-09-23 Thread Stephen Pendleton
There may be a small difference in battery savings, but since you still need to keep an active data session going I doubt it is appreciable. I do not think there is much of a difference between an active data session that is transmitting and receiving application level data versus an active session

RE: [jdev] Suspending and resuming presence

2006-09-21 Thread JD Conley
Well, we chose to solve this problem with a SOAP Web Service that maintains state for mobile users and provides an abstracted object model to the XMPP session. The web service will keep your session to the server active and queue your contact list changes until you request them. The same go

Re: [jdev] Suspending and resuming presence

2006-09-21 Thread Norman Rasmussen
On 9/21/06, Dave Cridland <[EMAIL PROTECTED]> wrote: On Thu Sep 21 12:22:12 2006, Saurabh Aggarwal wrote: > Doesn't this also set my presence to "unavailable". I want to > continue staying online (or whatever my status was) on my buddies > lists, and keep receiving other messages (just not presen

RE: [jdev] Suspending and resuming presence

2006-09-21 Thread Dave Cridland
On Thu Sep 21 12:22:12 2006, Saurabh Aggarwal wrote: Doesn't this also set my presence to "unavailable". I want to continue staying online (or whatever my status was) on my buddies lists, and keep receiving other messages (just not presence from them). Essentially, you're trying to suspend yo

Re: [jdev] Suspending and resuming presence

2006-09-21 Thread Michal vorner Vaner
them). > >-Saurabh > >-- > >> Date: Thu, 21 Sep 2006 13:19:04 +0200 >> From: [EMAIL PROTECTED] >> To: jdev@jabber.org >> Subject: Re: [jdev] Suspending and resum

RE: [jdev] Suspending and resuming presence

2006-09-21 Thread Saurabh Aggarwal
PROTECTED]> To: jdev@jabber.org> Subject: Re: [jdev] Suspending and resuming presence> > On 9/21/06, Saurabh Aggarwal <[EMAIL PROTECTED]> wrote:> > During an active session, is there a way to suspend/resume presence? I am> > interested in letting the jabber server know

Re: [jdev] Suspending and resuming presence

2006-09-21 Thread Norman Rasmussen
On 9/21/06, Saurabh Aggarwal <[EMAIL PROTECTED]> wrote: During an active session, is there a way to suspend/resume presence? I am interested in letting the jabber server know that I am currently not interested in receiving presence information - so don't send me information when my buddies status