Currently when receiving a Chat message (or if you send one) XmppService handles that message and if the current view is Chat and if message correlates to the current chat it forwards them using the ChatViewModel.MessageAddedAsync method.
ChatViewModel should subscribe to an event and messages accordingy. this is for maintainability and clarity
Requires changes in XmppService and ChatViewModel, see XmppClient_OnChatMessage (XmppService)
Currently when receiving a Chat message (or if you send one) XmppService handles that message and if the current view is Chat and if message correlates to the current chat it forwards them using the ChatViewModel.MessageAddedAsync method.
ChatViewModel should subscribe to an event and messages accordingy. this is for maintainability and clarity Requires changes in XmppService and ChatViewModel, see XmppClient_OnChatMessage (XmppService)