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
|
|
@ -38,6 +38,8 @@ var (
|
|||
errRenamePrivsNeeded = errors.New("Only chanops can rename channels")
|
||||
errInsufficientPrivs = errors.New("Insufficient privileges")
|
||||
errSaslFail = errors.New("SASL failed")
|
||||
errResumeTokenAlreadySet = errors.New("Client was already assigned a resume token")
|
||||
errInvalidUsername = errors.New("Invalid username")
|
||||
)
|
||||
|
||||
// Socket Errors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue