1
0
Fork 0
forked from External/ergo

Allow multiple account registrations for testing

This commit is contained in:
Daniel Oaks 2017-09-11 09:16:13 +10:00
parent 8e32098f1f
commit c48d869f4d
4 changed files with 43 additions and 5 deletions

View file

@ -74,6 +74,7 @@ type AccountRegistrationConfig struct {
VerifyMessage string `yaml:"verify-message"`
}
}
AllowMultiplePerConnection bool `yaml:"allow-multiple-per-connection"`
}
// ChannelRegistrationConfig controls channel registration.