16 lines
195 B
Plaintext
16 lines
195 B
Plaintext
|
@startuml
|
||
|
|
||
|
actor Client1
|
||
|
|
||
|
node Server [
|
||
|
Server
|
||
|
|
||
|
]
|
||
|
|
||
|
actor Client2
|
||
|
Client1 -u-> Server:Send Presence (IP@)
|
||
|
Client2 -u-> Server: Retrieve Presence (IP@)
|
||
|
Client1 <-> Client2: Direct Connect
|
||
|
|
||
|
@enduml
|