-
Notifications
You must be signed in to change notification settings - Fork 518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OOB Handling of both 1.0 and 1.1 messages #1917
Comments
@shaangill025 -- can you please take a look at this when you have some time? First off, it would be nice to know what version(s) of the OOB protocol that ACA-Py supports, and where is the error happening? Thanks! |
The steps to reproduce are a little less straightforward unfortunately, as this was created using a combination of the Aries Toolbox + AFJ running in a RN context. The biggest thing to note is we utilized the ACA-Py configs We created two OOB invitations via
The first invitation is used to establish the connection, and the second invitation to trigger a connection reuse. We could get a Mobile Agent APK created either today or Monday with the mobile behavior from the AFJ 930 PR. Although now that I think about it, @swcurran is the connection reuse case handled in AATH? |
It appears that ACA-Py is not handling OOB messages for both protocol version 1.0 and 1.1, as it should be. Per Aries RFC 0003, ACA-Py should be able to handle all minor versions of a protocol. Please investigate.
See this comment on an AFJ issue with details about what is happening.
@JamesKEbert -- could you please add steps to reproduce?
Thanks!
The text was updated successfully, but these errors were encountered: