mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
implement draft/resume-0.4
This commit is contained in:
parent
eaf0328608
commit
3d445573cf
15 changed files with 442 additions and 343 deletions
|
|
@ -77,7 +77,7 @@ const (
|
|||
// https://github.com/SaberUK/ircv3-specifications/blob/rename/extensions/rename.md
|
||||
Rename Capability = iota
|
||||
|
||||
// Resume is the proposed IRCv3 capability named "draft/resume-0.3":
|
||||
// Resume is the proposed IRCv3 capability named "draft/resume-0.4":
|
||||
// https://github.com/DanielOaks/ircv3-specifications/blob/master+resume/extensions/resume.md
|
||||
Resume Capability = iota
|
||||
|
||||
|
|
@ -133,7 +133,7 @@ var (
|
|||
"message-tags",
|
||||
"multi-prefix",
|
||||
"draft/rename",
|
||||
"draft/resume-0.3",
|
||||
"draft/resume-0.4",
|
||||
"sasl",
|
||||
"server-time",
|
||||
"draft/setname",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue