meowlib/doc/sq_srvinv04.puml
ycc 6867086c4f
Some checks failed
continuous-integration/drone/push Build is failing
Http helper function added
2024-03-25 13:24:43 +01:00

9 lines
296 B
Plaintext

@startuml Server Invitation Step 03
Bastet -> NativeLib : periodic message check
NativeLib -> Server : get new messages
Server -> NativeLib : send invitation message
Server -> Redis : store accept message
Server -> Bastet : accept message ok
Bastet -> User : invitation sent is accepted
@enduml