hyperledger-archives / aries-mobile-agent-xamarin

Apache License 2.0
39 stars 31 forks source link

Fix connection issue #49

Closed FahmiOsman closed 2 years ago

FahmiOsman commented 2 years ago

Fix the following issues: 1) Stuck in Negotiating state when other agent accept the invitation created (QRCode) on the mobile agent. Fix: Add AutoAcceptConnection = true 2) No label in the invitation created on the mobile agent. Fix: Add invitation.label 3) Other agent unable to read the invitation message because it does not recognise d_m tag. Fix: change to c_i tag (RFC 0160)