documentation updated

This commit is contained in:
Marc Wäckerlin
2016-09-03 10:51:47 +00:00
parent 2b73d4d91d
commit 25252143e9
10 changed files with 298 additions and 173 deletions

View File

@@ -106,46 +106,44 @@
otheruser -up- [otherpassword]
node "browser" {
[engine]
[openpgp.js]
folder "local storage" {
folder "ecrypted local storage" {
[public key]
[private key]
[private key]
[username]
[chat history]
}
}
node "browser" as otherbrowser {
[engine] as otherengine
[openpgp.js] as otherpgp
folder "local storage" as otherstorage {
folder "encrypted local storage" as otherstorage {
[public key] as otherpubkey
[private key] as otherprivkey
[username] as otherusername
[chat history] as otherhistory
}
}
node "safechat.ch" {
[safechat]
database "sql" {
}
}
node "keyserver" {
}
cloud {
node "safechat.ch" {
[safechat]
database "sql" {
}
}
node "keyserver" {
}
[engine] -down- HTTP
[otherengine] -down- HTTP
[engine] -down- WebSocket
[otherengine] -down- WebSocket
HTTP - [safechat]
WebSocket - [safechat]
[engine] - WebRTC
[otherengine] - WebRTC
[engine] - keyserver
[otherengine] - keyserver
[safechat] - keyserver
}
user - engine
otheruser - otherengine
[engine] - WebRTC
[otherengine] - WebRTC
[engine] - keyserver
[otherengine] - keyserver
[safechat] - keyserver
@enduml
@section registration Registration of New User