Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

register

Register example gives low level on how to achieve registering with authorization

Running server:

go run ./server -u "alice:alice,bob:bob" -ip 127.0.0.10:5060

Configure list of username:password with -u parameter.

Running client:

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