Wildfire 3.1.0: Contact details mostly gone

Hello, I have upgraded from 3.0.1 to 3.1.0 last Friday, now I noticed 2 things:

  1. Spark doesn’‘t show the user’‘s title anymore right below the user’'s name on the chat window

  2. Users profiles are empty now (which I think is the cause of 1 above). Note they are empty, but the things that are hardcoded like the country and fax number.

I pull stuff from LDAP, here’'s my wildfire.xml (LDAP part only), I am using the same as 3.0.1.

Any hints?






Brasil


+55 51 3547 1406


http://www.blah.com.br/~




uid: home: shell:


]]>

org.jivesoftware.wildfire.ldap.LdapUserProvider

org.jivesoftware.wildfire.ldap.LdapAuthProvider

org.jivesoftware.wildfire.ldap.LdapGroupProvider

org.jivesoftware.wildfire.ldap.LdapVCardProvider

org.jivesoftware.database.DefaultConnectionProvider

Try this:

<vcard-mapping><![CDATA[

<vCard xmlns=“vcard-temp”>

<N>

<GIVEN></GIVEN>

</N>

<EMAIL>

<INTERNET/>

<USERID></USERID>

</EMAIL>

<FN></FN> <NICKNAME></NICKNAME>

<ADR>

<HOME/>

<STREET></STREET>

<PCODE></PCODE>

<CTRY></CTRY>
</ADR> <ADR>
<WORK/> <STREET></STREET> <LOCALITY></LOCALITY> <REGION></REGION> <PCODE></PCODE> <CTRY></CTRY>

</ADR>

<TEL>

<HOME/>

<VOICE/>

<NUMBER></NUMBER>

</TEL>

<TEL>

<WORK/>

<VOICE/>

<NUMBER></NUMBER>

</TEL>

<TEL>

<WORK/>

<CELL/>

<NUMBER></NUMBER>

</TEL>

<TEL>

<WORK/>

<FAX/>

<NUMBER></NUMBER>

</TEL>

<TEL>

<WORK/>

<PAGER/>

<NUMBER></NUMBER>

</TEL>

<TITLE></TITLE>

<ORG>

<ORGUNIT></ORGUNIT>

</ORG>

</vCard>]]></vcard-mapping>

You may want to read Matt’'s comment here: http://www.jivesoftware.org/community/thread.jspa?threadID=22386 (LDAP broken with 3.1 but easy to re-setup)

LG

Yes, that did it!

Any clues why the change of the format ?

Thanks