I am using sleekxmpp to connect to Google Talk. I am trying to track when contacts change their status using the changed_status
event. The issue I am having is that as I log a status change, the function associated with the changed_status
event seems to be called multiple times. Why might this be?
I am thinking it has something to do with the way that contact is logged into Google Talk, that is they may have it open multiple times from the same computer. So when they close their computer it affects both sessions, and each session triggers a changed_status
event.