This repository was archived by the owner on Oct 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDIAGRAM
22 lines (21 loc) · 1.93 KB
/
DIAGRAM
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
+---------------------+ +------------------+ +-------------------+ +--------------------+
| | | | | | | |
| telegram-cli +------+ +---------> | | |
| | | | | IRC <---------+ IRC client |
+---------------------+ | ibotg +---------> server | | |
| | | | | | | |
| | | +---------> | +--------------------+
| | | | | |
| | | +---------> |
| | +------------------+ +-------------------+
| |
| |
______V______ | +--------------------+ +--------------------+
/ \ | +---------------- | | | |
| Telegram | | | \ | | | |
| servers | +-----> Downloads \-------------+ http/ftp server* <---------+ Web browser |
| | | | | | | |
\_____________/ | | | | | |
+------------------+ +--------------------+ +--------------------+
* This is only an example of one way for accessing media files, could be implemented with any other protocol
different from http or ftp.