Example #1
0
func init() {
	internet.RegisterAuthenticator("none", NoOpAuthenticatorFactory{}, func() interface{} { return &NoOpAuthenticatorConfig{} })
}
Example #2
0
func init() {
	internet.RegisterAuthenticator(loader.GetType(new(Config)), SRTPFactory{})
}
Example #3
0
func init() {
	internet.RegisterAuthenticator(loader.GetType(new(Config)), NoOpAuthenticatorFactory{})
	internet.RegisterConnectionAuthenticator(loader.GetType(new(Config)), NoOpConnectionAuthenticatorFactory{})
}
Example #4
0
func init() {
	internet.RegisterAuthenticator("utp", UTPFactory{}, func() interface{} { return new(Config) })
}