Support numeric 908

This commit is contained in:
TingPing
2014-01-12 07:10:26 -05:00
parent a817072e6f
commit 0f0dabdcf4
2 changed files with 32 additions and 20 deletions

View File

@@ -968,6 +968,9 @@ process_numeric (session * sess, int n,
tcp_send_len (serv, "CAP END\r\n", 9);
}
break;
case 908: /* Supported SASL Mechs */
inbound_sasl_supportedmechs (serv, word_eol[3]+1);
break;
default: