Vcard

Hi.

Since there was done a upgrade on our openfire server it have not been possible to edit our profile’s in Spark (using Spark 2.5.8). It just say’s “Server does not support vcards. Unable to save your vcard”

What could be wrong and how to fix it?

UPDATED: I don’t mind if the photos don’t show. We just want to be able to change name so it’s not the Active Directory logon name showing as name.

Message was edited by: Morten Nissen (New info after last answer about Vcard and photos)

hello,

i got the same error . will i have to make these changes posted in this link?

http://www.igniterealtime.org/issues/browse/JM-773

The vCard information is not editable when using AD LDAP. If you information is not showing correctly then I would suggest there is something wrong with the vCard mappings in the openfire.xml file. This is my vCard mapping:

<vcard-mapping><![CDATA[

<vCard xmlns=“vcard-temp”>

<N>

<N><FAMILY></FAMILY><GIVEN></GIVEN><MIDDLE/></N>

</N>

<EMAIL>

<INTERNET/>

<USERID></USERID>

</EMAIL>

<FN></FN>

<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>

<HOME/>

<CELL/>

<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>

<ORGNAME></ORGNAME>

<ORGUNIT></ORGUNIT>

</ORG>

<URL></URL>

<PHOTO>

<TYPE>image/jpeg</TYPE>

<BINVAL></BINVAL>

</PHOTO>

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