Hi Thomas,

For memos, for refresh-from-server sync, memotoo server is sending data in 
unexpected 'iCalendar' format which is not listed in Server Device info.

Device Info from syncevolution-client :
-<http://runtests.syncevolution.org/testing_memotoo/memotoo-2011-07-25-11-53/syncevolution-log_trm001_001_outgoing.xml>
         - <DataStore>
  <SourceRef>./memo</SourceRef>
  <DisplayName>memo</DisplayName>
  <MaxGUIDSize>64</MaxGUIDSize>
- <Rx-Pref>
  <CTType>text/calendar</CTType>
  <VerCT>2.0</VerCT>
  </Rx-Pref>
- <Rx>
  <CTType>text/plain</CTType>
  <VerCT>1.0</VerCT>
  </Rx>
- <Tx-Pref>
  <CTType>text/calendar</CTType>
  <VerCT>2.0</VerCT>
  </Tx-Pref>
- <Tx>
  <CTType>text/plain</CTType>
  <VerCT>1.0</VerCT>
  </Tx>

XML Logs : 
http://runtests.syncevolution.org/testing_memotoo/memotoo-2011-07-25-11-53/syncevolution-log_trm001_001_outgoing.xml

-  Device Info from MemoToo server :
- <DataStore>
  <SourceRef>note</SourceRef>
  <DisplayName>Notes</DisplayName>
- <Rx-Pref>
  <CTType>text/x-vnote</CTType>
  <VerCT>1.1</VerCT>
  </Rx-Pref>
- <Rx>
  <CTType>text/plain</CTType>
  <VerCT>1.0</VerCT>
  </Rx>
- <Tx-Pref>
  <CTType>text/x-vnote</CTType>
  <VerCT>1.1</VerCT>
  </Tx-Pref>
- <Tx>
  <CTType>text/plain</CTType>
  <VerCT>1.0</VerCT>
  </Tx>
XML Logs : 
http://runtests.syncevolution.org/testing_memotoo/memotoo-2011-07-25-11-53/syncevolution-log_trm001_002_incoming.xml

But the data received from server is in iCalendar format where expected 
'text/plain':

- <Meta>
  <Type xmlns="syncml:metinf">text/calendar</Type>
  </Meta>
- <Data>
- <![CDATA[
BEGIN:VCALENDAR
VERSION:2.0
BEGIN:VJOURNAL
SUMMARY:Test Memo With Descr...
DESCRIPTION:Test Memo With Description\nDescription : Created at at Client.
END:VJOURNAL
END:VCALENDAR

  ]]>
XML Log : 
http://runtests.syncevolution.org/testing_memotoo/memotoo-2011-07-25-11-53/syncevolution-log_trm003_006_incoming.xml

The same item was sent(two-way sync) by client in 'text/plain' format :
         <Data>
-<http://runtests.syncevolution.org/testing_memotoo/memotoo-2011-07-25-11-52/syncevolution-log_trm002_003_outgoing.xml>
 <![CDATA[

Test Memo With Description

Description : Created at at Client.
  ]]>
  </Data>

XML Data : 
http://runtests.syncevolution.org/testing_memotoo/memotoo-2011-07-25-11-52/syncevolution-log_trm002_003_outgoing.xml

but while receiving from server, server is sending in 'text/calendar' 
format(with wrong DESCRIPTION) in refresh-from-server sync.

Note : This is happening only in 'refresh-from-server' sync. In 'slow/two-way' 
sync everything exchanged in 'text/plain' format.

You can find complete logs here :
slow-sync : 
http://runtests.syncevolution.org/testing_memotoo/memotoo-2011-07-25-11-52/
refresh-from-server : 
http://runtests.syncevolution.org/testing_memotoo/memotoo-2011-07-25-11-53/


Thanks & Regards,
Amarnath
---------------------------------------------------------------------
Intel Finland Oy
Registered Address: PL 281, 00181 Helsinki 
Business Identity Code: 0357606 - 4 
Domiciled in Helsinki 

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
_______________________________________________
SyncEvolution mailing list
[email protected]
http://lists.syncevolution.org/listinfo/syncevolution

Reply via email to