http://bugzilla.moblin.org/show_bug.cgi?id=5188





--- Comment #24 from pohly <[email protected]>  2009-11-16 22:41:21 PST ---
(In reply to comment #23)
> (In reply to comment #22)
> > (In reply to comment #21)
> >    CheckDevice: remote device id is allowed to change
> > 
> > In which situation is the remote device ID allowed to change? I can imagine
> > that there are such situations (SyncEvolution reinstalled from scratch, for
> > example) which lead to this when matching against the Bluetooth MAC address,
> > but this should be spelled out in the commit message.
> 
> See my comment in MB#7710

As I said there, the reason for disabling the check will be fixed once the
"server-config" branch gets merged. 

> 
> >    Obex Client Transport: in-process obex client (binding over bluetooth
> > 
> > Mind the spelling in user-visible text like the SyncURL. I think it is
> > typically OBEX (all capitals) and Bluetooth. Please check. 
> Ok, updated.

Merged. I updated the syncURL description slightly, please check whether my
description of channel selection is correct:

commit 3b4b86b7c46f177ccc672f057f6403a7e6a5e7dd
Author: Patrick Ohly <[email protected]>
Date:   Tue Nov 17 07:37:14 2009 +0100

    syncURL: example for HTTPS, OBEX channel selection

    Use Google as example for HTTPS instead of Synthesis,
    which is not a consumer-ready service.

    Removed "-" in front of examples, lest some users think
    that they are part of a valid syncURL.

    Highlight the difference between the two OBEX examples
    and explain about channel selection. The "+16" was
    easy to miss before and not obvious.

diff --git a/src/syncevo/SyncConfig.cpp b/src/syncevo/SyncConfig.cpp
index 7502d87..9d73f92 100644
--- a/src/syncevo/SyncConfig.cpp
+++ b/src/syncevo/SyncConfig.cpp
@@ -464,12 +464,15 @@ static ConfigProperty syncPropSyncURL("syncURL",
                                       "Identifies how to contact the peer,\n"
                                       "best explained with some examples.\n"
                                       "HTTP(S) SyncML servers:\n"
-                                      "- http://my.funambol.com/sync\n";
-                                      "-
http://sync.scheduleworld.com/funambol/ds\n";
-                                      "- http://www.synthesis.ch/sync\n";
-                                      "OBEX over Bluetooth:\n"
-                                      "- obex-bt://00:0A:94:03:F3:7E+16\n"
-                                      "- obex-bt://00:0A:94:03:F3:7E\n");
+                                      "  http://my.funambol.com/sync\n";
+                                      " 
http://sync.scheduleworld.com/funambol/ds\n";
+                                      "  https://m.google.com/syncml\n";
+                                      "OBEX over Bluetooth uses the MAC
address, with\n"
+                                      "the channel choose automatically:\n"
+                                      "  obex-bt://00:0A:94:03:F3:7E\n"
+                                      "If the automatism fails, the channel
can also be chosen:\n"
+                                      "  obex-bt://00:0A:94:03:F3:7E+16\n");
+
 static ConfigProperty syncPropDevID("deviceId",
                                     "The SyncML server gets this string and
will use it to keep track o
                                     "changes that still need to be
synchronized with this particular\n"

-- 
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

Reply via email to