Subject: how can i extract information from below iq
- <dialogueHistory xmlns="urn:xmpp:dialogueHistory" id="a0a8faaa-512e-44a2-851f-d0e27afb9cf7">
- <MessageID>25858</MessageID>
- <messageText>how are you?</messageText>
- <msgDate>11/23/2016 1:25:49 PM</msgDate>
- <unReadCount>0</unReadCount>
- </dialogueHistory>
- private void OnIq(object sender, agsXMPP.protocol.client.IQ iq)
- {
- }
how can i write the xml to get the information from the above stanza?