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 woddrazen, Monday, July 06, 2009, 11:56 (5618 days ago) @ sapna

Sapna,


Which version of wodXMPP you are using? You can check version using wodXMPP Version Property.

Can you also please try something like this[code] IXMPPContacts cnts;
cnts.AttachDispatch(m_XMPP.GetContacts(), TRUE);
VARIANT var;
var.vt = VT_I2;
var.iVal = 0;

IXMPPContact cnt;
cnt.AttachDispatch(cnts.GetItem(var), TRUE);

IXMPPVCard vcard;
vcard.AttachDispatch(cnt.GetVCard(), TRUE);
vcard.Receive();[/code]
this code will receive first contact VCard.


Drazen


Complete thread: