XML config: use NICKNAME also in vCard 2.1

It is not part of vCard 2.1, but some peers (like the Funambol server)
accept it anyway.
This commit is contained in:
Patrick Ohly 2009-06-23 10:23:19 +02:00
parent b01f5cc07d
commit cac58f1348

View file

@ -256,7 +256,10 @@
<value field="FN"/>
</property>
<property name="NICKNAME" onlyformode="standard">
<!-- onlyformode="standard": not part of vCard 2.1, but some
peers (like the Funambol server) accept it anyway in
vCard 2.1 -->
<property name="NICKNAME">
<value field="NICKNAME"/>
</property>