The default vCard setup is incorrect. It puts the cn attribute in the given name field:
<N>
<GIVEN>{cn}</GIVEN>
</N>
It should look like the following instead:
<FN>[cn}</FN>
<N>
<FAMILY>{sn}</FAMILY>
<GIVEN>{givenName}</GIVEN>
<MIDDLE>{initials}</MIDDLE>
</N>
Openfire 6.7.0
The Tinder issue tracker is not meant to be used to report Openfire issues. For Openfire, we've opted not to open up this issue tracker, but have users report bugs through the community website at http://community.igniterealtime.org/ - Please report your bug there instead.