Subject: XPath presence filter vs. XmppClient.OnPresence
If I want to filter out presence updates from certain resources, I can use an XPath filter to do that, with a callback. Will that filter be respected in the .OnPresence event handler set up on my xmppClient object? Or do I have to so something in the filter callback in order to do whatever business logic I currently am doing in my .OnPresence event handler?
If I have to use the callback, how do I get the Presence object like I can get in the OnPresence event handler?
Thanks,
Matthew
If I have to use the callback, how do I get the Presence object like I can get in the OnPresence event handler?
Thanks,
Matthew