Subject: Update VCard~
When I update my vcard, use
But others people can't recieve my update presence....why?
The update presence like this
XmppClient.IqFilter.SendIq(viq, updateVCard);
But others people can't recieve my update presence....why?
The update presence like this
<presence from='juliet@capulet.com/balcony'>
<x xmlns='vcard-temp:x:update'>
<photo>sha1-hash-of-image</photo>
</x>
</presence>
Thanks~~~
<x xmlns='vcard-temp:x:update'>
<photo>sha1-hash-of-image</photo>
</x>
</presence>