[AFJ] Delete oob record doesn't affect accepting long invitation
Problem to solve
- Create a new invitation use long url
- Delete the invitation use long
- Accept with another OCM or PCM the invitation use long url
- The connection is made. Expected: error that connection can not be made.
Research as the long inviation url have encoded data in it, when we use receiveInvitationFromUrl
under the hood it uses the data from the payload. There are other options for receiving a invitation in AFJ - receiveInvitation, receiveImplicitInvitation. We need to check those are find out which can be used, or switch to only short urls in that case this issue will not be valid.