Re: [jdev] Roster caching

2006-05-05 Thread Matthias Wimmer
Trejkaz wrote: Now this is getting interesting. An XMPP binding for SyncML. :-) But actually, I think I'd rather have the server push the changes to my phone, instead of my phone having to ask for them. If I know I want to keep my contacts in sync, it would be better if changes occurred in

Re: [jdev] Roster caching

2006-05-05 Thread Dave Cridland
On Thu May 4 23:46:22 2006, Matthias Wimmer wrote: Personally I'd like to implement SyncML on the server which could be used to syncronize all types of data, not just the roster data we are talking about here. Yeah, which sounds like a nice idea, but... SyncML is an XML based

[jdev] Roster caching

2006-05-04 Thread Vinod Panicker
Hi, Is there any spec out there that will allow a roster to be cached by a client so that the server returns something like a 'not-modified' when the client requests it with a cache flag set? Regards, Vinod.

Re: [jdev] Roster caching

2006-05-04 Thread Tijl Houtbeckers
http://www.jabber.org/jeps/jep-0150.html As far as I know there's no server or client that has implemented it. On Thu, 04 May 2006 11:10:35 +0200, Vinod Panicker [EMAIL PROTECTED] wrote: Hi, Is there any spec out there that will allow a roster to be cached by a client so that the server

Re: [jdev] Roster caching

2006-05-04 Thread Vinod Panicker
On 5/4/06, Tijl Houtbeckers [EMAIL PROTECTED] wrote: http://www.jabber.org/jeps/jep-0150.html Thanks! Seems like a perfect match. As far as I know there's no server or client that has implemented it. This was right under my nose and never bothered to check it out since the name suggests

Re: [jdev] Roster caching

2006-05-04 Thread Dave Cridland
On Thu May 04 10:40:17 2006, Vinod Panicker wrote: On 5/4/06, Tijl Houtbeckers [EMAIL PROTECTED] wrote: http://www.jabber.org/jeps/jep-0150.html Thanks! Seems like a perfect match. Hmmm... Well... The trouble is, you're getting all or nothing - if you add a group to a single contact out

Re: [jdev] Roster caching

2006-05-04 Thread Peter Saint-Andre
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dave Cridland wrote: On Thu May 04 10:40:17 2006, Vinod Panicker wrote: On 5/4/06, Tijl Houtbeckers [EMAIL PROTECTED] wrote: http://www.jabber.org/jeps/jep-0150.html Thanks! Seems like a perfect match. Hmmm... Well... The trouble is,

Re: [jdev] Roster caching

2006-05-04 Thread Norman Rasmussen
On 5/4/06, Peter Saint-Andre [EMAIL PROTECTED] wrote: We've never messed with rosters at all. Plenty of people would like to do fun, even magical things with rosters (annotations and all the rest) but the necessary changes have never been rolled into the core roster functionality. The beautiful

Re: [jdev] Roster caching

2006-05-04 Thread Dave Cridland
On Thu May 4 23:06:39 2006, Norman Rasmussen wrote: Rosterx can be used to support incremental /local/ roster updates too! You still need the magic opaque integer (dns does this to remember) but the list of changes could be sent in rosterx format. (provides add,remove,update - remove the from

Re: [jdev] Roster caching

2006-05-04 Thread Matthias Wimmer
Hi Peter! Peter Saint-Andre schrieb: We've never messed with rosters at all. Plenty of people would like to do fun, even magical things with rosters (annotations and all the rest) but the necessary changes have never been rolled into the core roster functionality. The beautiful optimization you

Re: [jdev] Roster caching

2006-05-04 Thread Trejkaz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/05/2006, at 08:46 AM, Matthias Wimmer wrote: Personally I'd like to implement SyncML on the server which could be used to syncronize all types of data, not just the roster data we are talking about here. SyncML is an XML based

Re: [jdev] Roster caching

2006-05-04 Thread Vinod Panicker
On 5/5/06, Trejkaz [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/05/2006, at 08:46 AM, Matthias Wimmer wrote: Personally I'd like to implement SyncML on the server which could be used to syncronize all types of data, not just the roster data we are talking about