adding peer/contactcard attributes
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ycc
2026-03-03 10:46:25 +01:00
parent 8836d5c591
commit fab5818ec7
7 changed files with 546 additions and 194 deletions

View File

@@ -0,0 +1,7 @@
@startuml
ClientFdThread -> Lib : write msg to db, encrypted msg for user to file, and job file
ClientFdThread -> ClientBgThread : notify job
ClientBgThread -> Lib : encrypt for server(s) and send including retries
ClientBgThread -> Lib: notify send result
ClientFdThread -> Lib : Read job report and update db
@enduml