Skip to content

Commit d2daee5

Browse files
committed
Add network icon ISUPPORT token
Closes: ircv3/ircv3-ideas#123
1 parent c076463 commit d2daee5

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

extensions/network-icon.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Network Icon"
3+
layout: spec
4+
work-in-progress: true
5+
copyrights:
6+
-
7+
name: "Simon Ser"
8+
period: "2025"
9+
email: "contact@emersion.fr"
10+
---
11+
12+
## Notes for implementing work-in-progress version
13+
14+
This is a work-in-progress specification.
15+
16+
## Description
17+
18+
The `NETWORK` ISUPPORT token allows servers to advertise their network name. This specification adds a new ISUPPORT token to advertise a network icon.
19+
20+
## The `draft/ICON` ISUPPORT token
21+
22+
If a server publishes a `draft/ICON` ISUPPORT token, the value MUST be a URL to an image. The URL SHOULD use the "https" scheme.
23+
24+
Servers MAY implement [extended-isupport](extended-isupport.html) to allow clients to fetch the network icon before connection registration.
25+
26+
## Example
27+
28+
S: :irc.example.org 005 * NETWORK=Example draft/ICON=https://example.org/icon.svg :are supported by this server

0 commit comments

Comments
 (0)