7 lines
313 B
Plaintext
7 lines
313 B
Plaintext
|
@startuml Company Company
|
||
|
Employee -> Company: Join company with provided credentials
|
||
|
Company -> Employee: provide a full featured validated peer
|
||
|
Company -> All: Publishes Employee ContactCard and info
|
||
|
Company -> Employee: notify publication done, service active
|
||
|
Employee -> Company: search for contacts
|
||
|
@enduml
|