http://bugzilla.moblin.org/show_bug.cgi?id=5188
--- Comment #12 from pohly <[email protected]> 2009-09-17 03:53:51 --- (In reply to comment #11) > (In reply to comment #10) > > (In reply to comment #9) > > > How do you solve this at the moment with outgoing OBEX? Where does the > > connection information come from? > I was using agent->setSyncURL after agent is created. If we had added the connect() call, then it should have come before that, because conceptually, setSyncURL() is more like "set location for next message". It doesn't make much sense in the context of OBEX. Also several of the other set methods (proxy, ...) are HTTP specific. Perhaps we should move that into createTransport() call and push the HTTP specific attribute setting into a new HTTPTransportAgent base class for SoupTransportAgent and CurlTransportAgent. -- Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching someone on the CC list of the bug. _______________________________________________ Syncevolution-issues mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution-issues
