From: Armin B. <arm...@de...> - 2005-11-04 08:17:32
|
Hi Till, Till D=F6rges wrote: > Hi everybody, >=20 > I just checked out all the libraries and tools required to sync my > SyncML speaking phone (Sony Ericsson P910i). >=20 > Everything's working fine except that my P910i speaks SyncML/1.0 only > whereas libsyncml offers versions 1.1 and 1.2. :-) >=20 >=20 > I'd be ready to look into the code and try to start adding SyncML/1.0 > to libsyncml since I'd really like my phone to sync with kontact. >=20 > Before I do so, however, I would like to know if there's anybody > working in this direction already. >=20 im currently working on the libsyncml code to add some missing things. One thing i added is support for parsing syncml 1.0 version info. So what has to be done now is to go through the parser and look for things that were different in syncml 1.0 and then change this in the parser. im working on the libsyncml-threaded branch in the libsyncml repository. Maybe the best way to help would be to get example message of syncml 1.0 communication with the phone and feed it to a syncml session for testing in check_session.c If you have further question, you can either ask me via mail or on irc: #opensync irc.freenode.net Armin > Thanks -- Till |