[GroupDAV] Funambol Connector 1.1 Beta

Adam Tauno Williams groupdav@opengroupware.org
Tue, 29 Aug 2006 11:25:37 -0400


> > Theres problems with OGo though - last time I tested with OGo  
> > everything was working right (with a nightly trunk from ~2 months  
> > back), but when I tried to fire up the connector on 1.1.5 (using  
> > debian packages as mentioned several times recently on ogo-users),  
> > adds and deletes work, but apart from the first sync, new and  
> > updated items aren't picked up. It looks like propfinds aren't  
> > working as they should, I'll take another look soon.
> You can start ZideStore with -WOHttpAdaptor_LogStream YES - 
> WODontZipResponse YES to capture the in/output.
> Feel free to let me know if there are issues.
> > * Fixed a bug in the DAV client to handle breaks in href's properly.
> What are "breaks in href's"?
> > GroupDAV URL: The location of the GroupDAV store on the server, i.e
> >              http://comalies.citadel.org:2000/groupdav (Citadel)
> >              http://ogo:80/zidestore/dav/matt/public/ (OGo)
> Hm, so the connector can only sync against one user? (/zidestore/dav/ 
> matt/)

Currently, yes.  You have to create a separate sync source for each user
(stinky!),  probably the only way around that given how Zidestore uses
URLs is to add some kind of magic in the connector like:
http://ogo:80/zidestore/dav/%USER%/public/  This is mentioned on one of
the web pages.

Either that or add a URL to Zidestore that is just sensitive to who
authenticates.

> > !OGO users!
> > While the connector does work to some degree on OGo 1.1.5, updating  
> > etc. doesn't
> > seem to work right. Since it did work on a previous nightly (forget  
> > which one),
> > and there are several people testing on OGo, your success may vary.  
> > Reports to the groupdav list whould be appreciated.
> Would be nice to know what issues you have.