work progress: trust manager. DOESN'T START!

This commit is contained in:
Blue 2022-12-19 18:43:24 +03:00
parent 0b61b6e928
commit db3bc358a7
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
20 changed files with 634 additions and 55 deletions

View file

@ -9,4 +9,6 @@ target_sources(squawk PRIVATE
discoveryhandler.h
omemohandler.cpp
omemohandler.h
trusthandler.cpp
trusthandler.h
)