Hello Patrick

Sorry for the delay of my response.

Ok I have added the values "NICKNAME", "X-AIM", ... in the CtCap.

EMAIL;INTERNET;TYPE=HOME:john.doe@home.priv
Ok the "INTERNET" value is removed with vCard 3.0.

Thomas




Le 12/01/2011 16:35, Patrick Ohly a écrit :
Hello Thomas!

I noticed that our nightly testing now fails in some cases with MemoToo.
I think you recently added support for sending CtCap information, right?

The information that you send for vCard 3.0 does not mention the
NICKNAME property. The Synthesis engine then ignores that property when
parsing the item sent by Memotoo.

Can you double-check that the CtCap information is really accurate? At
least the following supported properties are missing:
        NICKNAME
        X-AIM
        X-ICQ
        X-YAHOO
        X-EVOLUTION-MANAGER
        X-EVOLUTION-ASSISTANT
        X-EVOLUTION-SPOUSE
        X-EVOLUTION-ANNIVERSARY

I wonder what the rationale is for discarding the value if a property is
not listed. It is encoded when sending to the peer.

The generated vCard 3.0 is also not quite correct:
        EMAIL;INTERNET;TYPE=HOME:john.doe@home.priv
        TEL;PAGER:pager 6
        TEL;CAR:car 7

The Synthesis engine correctly complains about the vCard 2.1 shorthand parameters:
        Parameter without value: INTERNET - is wrong in MIME-DIR, but we tolerate it and parse as default param name

This doesn't have any negative consequences except for these additional
logfile entries, but might be worthwhile fixing nevertheless ;-}