mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
draft/resume-0.2 implementation, message history support
This commit is contained in:
parent
70364f5f67
commit
a0bf548fc5
28 changed files with 1294 additions and 317 deletions
|
|
@ -73,7 +73,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":
|
||||
// Resume is the proposed IRCv3 capability named "draft/resume-0.2":
|
||||
// https://github.com/DanielOaks/ircv3-specifications/blob/master+resume/extensions/resume.md
|
||||
Resume Capability = iota
|
||||
|
||||
|
|
@ -112,7 +112,7 @@ var (
|
|||
"draft/message-tags-0.2",
|
||||
"multi-prefix",
|
||||
"draft/rename",
|
||||
"draft/resume",
|
||||
"draft/resume-0.2",
|
||||
"sasl",
|
||||
"server-time",
|
||||
"sts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue