Hey, Consider this a alpha release. It's mostly compliant with the SyncML 1.1 standards. Minor stuff related to large object chunking still have bugs.
If you're looking for a overview on my code, I recommend reading syncml.php and some of the syncml_command_* classes. If you're new to SyncML I recommend the first two chapters of the protocol spec <http://www.openmobilealliance.org/tech/affiliates/syncml/syncml_sync_protocol_v11_20020215.pdf>. I have no docs on how to actually get it working, but you basically just need a phpgw app with ipc interface supporting addData, getData, getIdList, removeData, replaceData. I know notes does that. On 7/30/07, Dave Hall <[EMAIL PROTECTED]> wrote: > Hi all, > > Earlier this evening Johan imported his syncml module into CVS. You can > browse the source at http://cvs.sv.gnu.org/viewvc/phpgroupware/syncml/ > or check it out using the following commands with a HEAD checkout: > > cd /path/to/phpgroupware > cvs co syncml > > Johan has been blogging about some of his work on the module at > http://blog.johang.se/ which is syndicated at > http://planet.phpgroupware.org > > I am impressed with Johan's progress and the quality of his code. > > Johan's work is being sponsored by Google as part of their summer of > code project - http://code.google.com/soc > > Cheers > > Dave > -- > Dave Hall (aka skwashd) > API Coordinator > phpGroupWare > e [EMAIL PROTECTED] > w phpgroupware.org > j [EMAIL PROTECTED] > sip [EMAIL PROTECTED] > _ ____ __ __ > _ __ | |__ _ __ / ___|_ __ ___ _ _ _ _\ \ / /_ _ _ __ ___ > | '_ \| '_ \| '_ \| | _| '__/ _ \| | | | '_ \ \ /\ / / _` | '__/ _ \ > | |_) | | | | |_) | |_| | | | (_) | |_| | |_) \ V V / (_| | | | __/ > | .__/|_| |_| .__/ \____|_| \___/ \__,_| .__/ \_/\_/ \__,_|_| \___| > |_| |_| |_|Web based collaboration platform > > > > > _______________________________________________ > phpGroupWare-developers mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/phpgroupware-developers > _______________________________________________ phpGroupWare-developers mailing list [email protected] http://lists.gnu.org/mailman/listinfo/phpgroupware-developers
