In reply to post ID 8933
Sorry, did not notice this message, thanks for your patience.
As the matter of fact I figured it out my self:
Very elegant.
Lars
As the matter of fact I figured it out my self:
- private void RetrieveArchivedMessagesCallback(object sender, IqEventArgs args)
- {
- Chat chat = args.Iq.Element<Chat>();
- foreach (var msg in chat.Elements<MessageItem>())
- {
- ....
- }
- }
Very elegant.
Lars