2021-11-02 00:27:14 +00:00
|
|
|
# -*- mode: snippet -*-
|
2022-03-10 01:14:21 +00:00
|
|
|
# contributor: Howard Abrams
|
2021-11-02 00:27:14 +00:00
|
|
|
# name: sequence-diagram
|
|
|
|
# key: sequence
|
2022-04-12 03:37:15 +00:00
|
|
|
# condition: (ha-org-nested-in-plantuml-block)
|
2021-11-02 00:27:14 +00:00
|
|
|
# group: plantuml
|
|
|
|
# --
|
|
|
|
' See details at https://plantuml.com/sequence-diagram
|
|
|
|
Alice -> Bob: Authentication Request
|
|
|
|
Bob --> Alice: Authentication Response
|
|
|
|
|
|
|
|
Alice -> Bob: Another authentication Request
|
|
|
|
Alice <-- Bob: Another authentication Response
|