IGnatius T Foobar
Fri, 02 May 2008 11:30:43 -0700
>I think that syncml support is one of the few things that citadel is missing. > >What can I do for it? Does SyncML run over HTTP? If so, then you could build an extension to WebCit which implements it. The GroupDAV module (groupdav.c) would be an excellent starting point -- duplicate the functionality supplied there, but using the SyncML protocol. Since we now declare Expat as a dependency, you can count on it being there for XML parsing.