Using JML APIs, need a notification when friend request is sent to the user.
Reason: Once I add a user using getMsnMessenger().addFriend(Email.parseStr(getCommandParam(0)), getCommandParam(1)); some time, even if the end user is online, he never receives the friend request at his end. So need a notification at server end when the friend request notification is actually sent to the user. Otherwise I'll try to add the user again after a while.
Any clue why friend request is not received by user?