Re: how to update my changed picture in my buddy - WeOnlyDo Discussion board

Re: how to update my changed picture in my buddy (General questions)

by wodDamir, Tuesday, July 07, 2009, 15:58 (5617 days ago) @ sapna

Sapna,

[code]IXMPPVCard mycard;
mycard.AttachDispatch(m_XMPP.GetVCard(), TRUE);
AfxMessageBox(mycard.GetJid());[/code]

Doesn't trigger VCardDetails at all. VCardDetails is only triggered when Receive is called. In that case, it's *normal* that you get Contact as NULL, since you requested your own VCard (you aren't your own contact).

As for accessing other properties (NickName, Name, etc...), you simply use mycard.GetNickName, mycard.GetFirstName etc...

You can see list of all the properties available for VCard object here: http://www.weonlydo.com/XMPP/Help/WODXMPPLib~XMPPVCard.html

Regards,
Damba


Complete thread: