public void InvokeOnData(object sender, object dataObject) { Presence presence = (Presence)dataObject; XmppClientConnection connection = (XmppClientConnection)sender; connection.InvokeOnPresence(presence); }