Hi,
I am using QuickContact to create a roster of users for someone to chat with.
I find that if the users are already logged into Jabber when I subscribe to them that their presence will be captured correctly in the "primaryPresenceChanged" event.That person can change their status at will and my application will get notified.
However, if that user is not already logged in, then the "primaryPresenceChanged" event will never, ever get fired.
Is there something I can do so that when the user does log in that I can have an event fire that will allow me to start getting their presence updates?
-john