Re: VCard (General questions)
Hello Drazen,
All those references are either in C# or in VB. I do not know the corresponding code or it doesnt seem to work.
This is what I tried
IXMPPVCard mycard ;
mycard.AttachDispatch(m_XMPP.GetVCard()) ;
mycard.Receive() ;
I am using gmail to test the application.
After calling Receive(), I do not get any VCardDetails event fired. Kindly let me know if the C++ code what I am trying is correct.
Thanks a ton for your help.
Do let me know.
Regards
Varchas R S
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.htmlThen 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.htmlLet us know how it goes.
Regards,
Drazen
Complete thread:
- VCard - Varchas, 2009-06-11, 13:29
- Re: VCard - woddrazen, 2009-06-11, 15:52
- Re: VCard - Varchas, 2009-06-11, 18:04
- Re: VCard - wodSupport, 2009-06-11, 21:52
- Re: VCard - Varchas, 2009-06-11, 18:04
- Re: VCard - woddrazen, 2009-06-11, 15:52