View Single Post
Posts: 12 | Thanked: 10 times | Joined on Apr 2012
#26
Originally Posted by quipper8 View Post
OK, here is my config that works.
*snip*
Hope that helps!
Thanks a lot! I created similar XML files to use my own Funambol (FLOSS SyncML server) instance. This works just the same like your memotoo configuration. And like you said before: it is important to have the names of the XML files the same as how you name your sync and service definitions. It won't work otherwise.

Right now I only sync the contacts. Just a hint in case someone is using this with Funambol, too: The contacts "data base" in Funambol is by default called "card". Hence, the XML of the service definition needs an adjustment:

Code:
<profile name="hcontacts" type="storage" >
       <key name="Local URI" value="./contacts" />
       <key name="Target URI" value="card" />
</profile>
Alternatively, one can adjust Funambol as well to call it "contact". The same goes for the other fields.

Unfortunately, CardDAV isn't supported (yet?) as I also run DaviCal for the calenders -- it supports CardDAV, too. However, now I have a pretty good synchronization infrastructure without being dependent on any other service, but my own server.

Does anyone know a way how to store one's password not in plain text in the XML file?

Best,
mtg