source: contrib/psync/src/main/bean/psync/contact/VCardSource.xml @ 1009

Revision 1009, 1.0 KB checked in by wmerlotto, 15 years ago (diff)

Ticket #554 - Commit da versão inicial do psync.

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<java version="1.4.0" class="java.beans.XMLDecoder">
3 <object class="br.com.prognus.psync.engine.source.PIMContactSyncSource">
4 <void property="name">
5   <string>catalogo</string>
6 </void>
7 <void property="sourceURI">
8   <string>catalogo</string>
9 </void>
10 <void property="info">
11   <object class="com.funambol.framework.engine.source.SyncSourceInfo">
12     <void property="supportedTypes">
13       <array class="com.funambol.framework.engine.source.ContentType" length="1">
14         <void index="0">
15           <object class="com.funambol.framework.engine.source.ContentType">
16             <void property="type">
17               <string>text/x-vcard</string>
18             </void>
19             <void property="version">
20               <string>2.1</string>
21             </void>
22           </object>
23         </void>
24       </array>
25     </void>  <!-- supportedTypes -->
26     <void property="preferred">
27       <int>0</int>
28     </void>
29   </object>
30 </void> <!-- info -->
31 </object>
32</java>
Note: See TracBrowser for help on using the repository browser.