Added registration email blacklist (#2352)

* Added registration email blacklist

Added the ability to define email blacklist for user registration.  Now
server operators can prevent users from registering accounts that
contain providers they do not wish users to use.

* Update ini option for clarity

Updated servatrice ini option name for clarity.

* Updated description for clarity

Added implicit explination
This commit is contained in:
woogerboy21 2017-02-08 15:25:27 -05:00 committed by GitHub
parent dab731656d
commit 0fdb9b7c83
6 changed files with 30 additions and 0 deletions

View file

@ -39,6 +39,7 @@ message Response {
RespClientIdRequired = 34; // Server requires client to generate and send its client id before allowing access
RespClientUpdateRequired = 35; // Client is missing features that the server is requiring
RespServerFull = 36; // Server user limit reached
RespEmailBlackListed = 37; // Server has blacklisted the email address provided for registration
}
enum ResponseType {
JOIN_ROOM = 1000;