Register example gives low level on how to achieve registering with authorization
go run ./server -u "alice:alice,bob:bob" -ip 127.0.0.10:5060Configure list of username:password with -u parameter.
go run ./client -u alice -p alice -srv 127.0.0.10:5060
go run ./client -u bob -p bob -srv 127.0.0.10:5060