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