mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 06:46:38 +02:00
19 lines
1.5 KiB
Plaintext
19 lines
1.5 KiB
Plaintext
// tag::diagram[]
|
|
....
|
|
┌──────────┐ Station de travail
|
|
┌────────┐ ┌───┤ client 1 │ (Linux, Windows,
|
|
│ irc │◄──┐ ╔═══════════╤═══════╗ │ └──────────┘ BSD, macOS, …)
|
|
└────────┘ └──╢ │ ║◄───┘ ┌──────────┐
|
|
...... ║ WeeChat │ Relay ║◄───────┤ client 2 │ Appareil mobile
|
|
┌────────┐ ┌──╢ │ ║◄───┐ └──────────┘ (Android, iPhone, …)
|
|
│ jabber │◄──┘ ╚═══════════╧═══════╝ │ ......
|
|
└────────┘ │ ┌──────────┐
|
|
...... └───┤ client N │ Autres appareils
|
|
└──────────┘
|
|
|
|
|
|
└────────────┘ └───────────────────┘╘══════╛└────────────────────────────────┘
|
|
serveurs interface ncurses relay interfaces distantes
|
|
....
|
|
// end::diagram[]
|