Subject: Why I could not get the JID?
- m_XmppClient.IqFilter.SendIq(viq, vcardResponse);
- var vc = e.Iq.Query as Matrix.Xmpp.Vcard.Vcard;
- string JID = vc.Jid.User;
Thx~~~
Quote by yagami:
Quote by yagami:when I am at vcardResponse,I use
But I can not get
var vc = e.Iq.Query as Matrix.Xmpp.Vcard.Vcard;
Why?Is there any way I can get the JID?
string JID = vc.Jid.User;