As I said before, put the status of all your users to a collection and make it global accessible to all your forms as a static or any other singleton patterns.
If would suggest to do the same with the XmppClient object when you need it on multiple forms.