numeric: reserve RPL_SASLMECHS (908)
This commit is contained in:
parent
725403fd7f
commit
63a0ed0604
2 changed files with 2 additions and 1 deletions
|
@ -380,6 +380,7 @@ extern const char *form_str(int);
|
|||
#define ERR_SASLTOOLONG 905
|
||||
#define ERR_SASLABORTED 906
|
||||
#define ERR_SASLALREADY 907
|
||||
#define RPL_SASLMECHS 908
|
||||
|
||||
#define ERR_LAST_ERR_MSG 999
|
||||
|
||||
|
|
|
@ -933,7 +933,7 @@ static const char * replies[] = {
|
|||
/* 905 ERR_SASLTOOLONG */ ":%s 905 %s :SASL message too long",
|
||||
/* 906 ERR_SASLABORTED */ ":%s 906 %s :SASL authentication aborted",
|
||||
/* 907 ERR_SASLALREADY */ ":%s 907 %s :You have already completed SASL authentication",
|
||||
/* 908 */ NULL,
|
||||
/* 908 RPL_SASLMECHS */ ":%s 908 %s %s :are available SASL mechanisms",
|
||||
/* 909 */ NULL,
|
||||
/* 910 */ NULL,
|
||||
/* 911 */ NULL,
|
||||
|
|
Loading…
Reference in a new issue