setOnGoingUserAvail method
void
setOnGoingUserAvail()
Implementation
void setOnGoingUserAvail(){
Mirrorfly.setOnGoingChatUser(profile.jid.checkNull());
SessionManagement.setCurrentChatJID(profile.jid.checkNull());
sendReadReceipt();
cancelNotification();
}