Subject: how to receive result vardinfo?
The sample code does not contain the vcard button in the matrix sdk, however the online version does.
Is it possible to get the latest version?
For example, use the following code:
Is it possible to get the latest version?
For example, use the following code:
- xmppclient.lqFilter.Sendlq( viq, VCardResult);
- void VCardResult( object sender, lqEventArgs e)
- {
- if( e.lq.Type == lqType.result)
- {
- Matrix.Xmpp.Vcard.Vcard vcinfo = e.lq ?
- //AgsXmpp SDK
- //Result Vcard object class return
- // iq.Vcard
- }
- }