mattrglobal / osma

An open source mobile agent for achieving SSI
Apache License 2.0
40 stars 29 forks source link

feat(discovery): protocol discovery and trust ping support #20

Closed tplooker closed 5 years ago

tplooker commented 5 years ago

Short description of what this resolves:

Note this PR is dependent on #19 being merged ahead.

This PR adds support for protocol discovery, an automatic discovery query is sent to a connection when the ConnectionPage is opened to ask the connected party what protocols they support. This returned list is used to construct the ListView of actionable TransactionItems for protocols that are supported by Osma, trust ping support has been added to demo this functionality.

Changes proposed in this pull request:

Fixes: #13 #16