summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2012-11-06 10:49:26 +0100
committerPatrick Ohly <patrick.ohly@intel.com>2013-03-04 07:36:21 -0800
commitde56cc626bc62e8db20ebeab72e31d31d92382d6 (patch)
tree287a139e689e56b2d5ae591191c15ea95be7ba18 /NEWS
parent36e8a6005a9cb09053a64ab0d9b78f12ec60e6c8 (diff)
SyncML: workarounds for broken peers, attempt 2
Some peers have problems with meta data (CtCap, old Nokia phones) and the sync mode extensions required for advertising the restart capability (Oracle Beehive). Because the problem occurs when SyncEvolution contacts the peers before it gets the device information from the peer, dynamic rules based on the peer identifiers cannot be used. Instead the local config must already disable these extra features in advance. The "SyncMLVersion" property gets extended for this. Instead of just "SyncMLVersion = 1.0" (as before) it now becomes possible to say "SyncMLVersion = 1.0, noctcap, norestart". "noctcap" disables sending CtCap. "norestart" disables the sync mode extensions and thus doing multiple sync cycles in the same session (used between SyncEvolution instances in some cases to get client and server into sync in one session). Both keywords are case-insensitive. There's no error checking for typos, so beware! The "SyncMLVersion" property was chosen because it was already in use for configuring SyncML compatibility aspects and adding a new property would have been harder. In the previous attempt (commit a0375e) setting the <syncmodeextensions> option was only done on the client side, thus breaking multi-cycle syncing with SyncEvolution as server. On the server side the option shouldn't be needed (the server never sends the extensions unless the client did first), but for symmetry and testing reasons it makes sense to also offer the options there.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS27
1 files changed, 27 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3eda2d7e..bc6c60b4 100644
--- a/NEWS
+++ b/NEWS
@@ -324,6 +324,33 @@ Details:
are timed separately, with duration printed to stdout. In addition,
tools like "perf" can be started for the duration of one phase.
+* SyncML: workarounds for broken peers
+
+ Some peers have problems with meta data (CtCap, old Nokia phones) and
+ the sync mode extensions required for advertising the restart
+ capability (Oracle Beehive).
+
+ Because the problem occurs when SyncEvolution contacts the peers
+ before it gets the device information from the peer, dynamic rules
+ based on the peer identifiers cannot be used. Instead the local config
+ must already disable these extra features in advance.
+
+ The "SyncMLVersion" property gets extended for this. Instead of just
+ "SyncMLVersion = 1.0" (as before) it now becomes possible to say
+ "SyncMLVersion = 1.0, noctcap, norestart".
+
+ "noctcap" disables sending CtCap. "norestart" disables the sync mode
+ extensions and thus doing multiple sync cycles in the same session
+ (used between SyncEvolution instances in some cases to get client and
+ server into sync in one session).
+
+ Both keywords are case-insensitive. There's no error checking for
+ typos, so beware!
+
+ The "SyncMLVersion" property was chosen because it was already in use
+ for configuring SyncML compatibility aspects and adding a new property
+ would have been harder.
+
* EDS: fix creating databases
--create-database was broken in combination with the final code in EDS