Ticket #635 (closed enhancement: worksforme)
How to synchronize with an OCL? (a syncml-http-client?)
| Reported by: | clohr | Owned by: | dgollub |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin: syncml | Version: | 0.22 |
| Severity: | normal | Keywords: | |
| Cc: | bellmich, felixmoeller |
Description
How to synchronize with an Oracle Calendar (http://www.oracle.com/collabsuite/index.html) ? It uses SyncML / OMA protocol. Basically, it needs a syncml-http-client plugin, isn't it?
How to do that?
Many thanks.
Change History
comment:2 Changed 5 years ago by bellmich
I started some work on this because we have an OCS 10. Actually only the initial synchronization (slow-sync download) works. Update and upload of data does not work until now because the client must send its changes first according to the SyncML protocol. Nevertheless OpenSync? wants to download the changes from the server first and so I need two syncs in terms of SyncML. This is not implemented until now. I think this will take two additional weeks as I cannot do this fulltime ;)
comment:3 Changed 5 years ago by felixmoeller
Bellmich, i read somwhere on the mailing list you have this working now, haven't you?
comment:4 Changed 5 years ago by felixmoeller
- Owner changed from abauer to dgollub
- Component changed from Plugin: syncml-client to Plugin: syncml
Just learned from Daniel that syncml-client is the one based on sync4j.
comment:5 Changed 5 years ago by dgollub
Quote from Michael Bell:
I implemented some stuff for the syncml-http-client. After this I reworked the flush management in the plugin because the DS servers had some problems. Additionally I fixed some bugs in libsyncml. Now the flush management for the servers works again but it is untested for the OCS. I wanted to test and document the connect behaviour of the different sub plugins inside of the syncml plugin this week. Unfortunately my notebook crashed. Now I have to wait for the repaired notebook from our technicians :( If the notebook is back then I continue to stabilize the code by documentation and perhaps additional cleanups.
(I'm just the proxy, Michael is suffering behind a firewall.)

You should read the opensync-devel mailinglist I think there is active work going on for exactly this server.
But certainly just for the 0.3x series.
See http://opensync.org/changeset/2850 and talk to bellmich. ;)