Sync Services are no longer being updated since OSX Lion. Maybe soon they won't be around any more. What are the alternatives to be used now in order to sync contacts?
edit - more clarification: The context I'm asking this in is building a sync application that is able to connect to a synchronization server (using SyncML). This sync application (client) will be installed on the OSX system and is responsible for seeing which contacts have changed on the client (and thus informing the server) and also applying changes from the server to the client side.
Up until this point we have been using Sync Services for keeping track of the changes and syncing the contacts to a centralized spot, but since SS is obsolete, we're looking for alternatives. Hope the addition helps.