Re: [os-libsynthesis] SAN 1.0/1.1 support for server mode

2010-02-28 Thread Chen, Congwu
Thanks Lukas, here is a problem I encounter: It's about the MessageID, the first message now is the SAN package which need to have a MessageID (=1, I tried 0 but that fails opensync); however there is no specific way to tell synthesis server (we have already sent a message in this session), thus

Re: [os-libsynthesis] SAN 1.0/1.1 support for server mode

2010-02-28 Thread Chen, Congwu
- From: os-libsynthesis-boun...@synthesis.ch [mailto:os-libsynthesis-boun...@synthesis.ch] On Behalf Of Chen, Congwu Sent: Monday, March 01, 2010 1:49 PM To: Lukas Zeller Cc: Synthesis Subject: Re: [os-libsynthesis] SAN 1.0/1.1 support for server mode Thanks Lukas, here is a problem I encounter: It's

Re: [os-libsynthesis] SAN 1.0/1.1 support for server mode

2010-02-27 Thread Lukas Zeller
Hello Congwu, On Feb 23, 2010, at 8:40 , Chen, Congwu wrote: I am trying to enabling SAN 1.0/1.1 support for SyncML server mode so that we can support syncing with older phones. It seems current code in san.cpp only supports parsing SAN 1.0/1.1 package not generating it. Is it

[os-libsynthesis] SAN 1.0/1.1 support for server mode

2010-02-23 Thread Chen, Congwu
Hello, I am trying to enabling SAN 1.0/1.1 support for SyncML server mode so that we can support syncing with older phones. It seems current code in san.cpp only supports parsing SAN 1.0/1.1 package not generating it. Is it possible/acceptable to add this part of logic inside san.cpp with

Re: [os-libsynthesis] SAN 1.0/1.1 support for server mode

2010-02-23 Thread Chen, Congwu
Chen, Congwu wrote: Any way generating seems easier than parsing which will not necessarily depends on smltk, I may generate it on the fly just as what we did for the synthesis configuration xml file so I might also keep this part of code outside of san.cpp. That does not work because phones