Re: VCard (General questions)
Hi Varchas,
First you should receive VCard from the server using XMPPVCard object Receive Method.
More help for Receive Method you can find here:
http://www.weonlydo.com/XMPP/Help/WODXMPPLib~XMPPVCard~Receive.html
Then in VCardDetails Event you can receive VCard details.
[code]debug.print Contact.VCard.NickName[/code]
You can find here list of VCard details you can receive:
http://www.weonlydo.com/XMPP/Help/WODXMPPLib~XMPPVCard.html
Let us know how it goes.
Regards,
Drazen