mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 15:53:12 +02:00
19 lines
1.4 KiB
Plaintext
19 lines
1.4 KiB
Plaintext
// tag::diagram[]
|
|
....
|
|
┌──────────┐ Workstation
|
|
┌────────┐ ┌───┤ client 1 │ (Linux, Windows,
|
|
│ irc │◄──┐ ╔═══════════╤═══════╗ │ └──────────┘ BSD, macOS, …)
|
|
└────────┘ └──╢ │ ║◄───┘ ┌──────────┐
|
|
...... ║ WeeChat │ Relay ║◄───────┤ client 2 │ Mobile device
|
|
┌────────┐ ┌──╢ │ ║◄───┐ └──────────┘ (Android, iPhone, …)
|
|
│ jabber │◄──┘ ╚═══════════╧═══════╝ │ ......
|
|
└────────┘ │ ┌──────────┐
|
|
...... └───┤ client N │ Other devices
|
|
└──────────┘
|
|
|
|
|
|
└────────────┘ └───────────────────┘╘══════╛└────────────────────────────────┘
|
|
network servers ncurses interface relay remote interfaces
|
|
....
|
|
// end::diagram[]
|