mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
23 lines
1.6 KiB
Plaintext
23 lines
1.6 KiB
Plaintext
// SPDX-FileCopyrightText: 2003-2026 Sébastien Helleu <flashcode@flashtux.org>
|
|
//
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
// 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[]
|