|
|
|
@ -150,6 +150,12 @@
|
|
|
|
|
# only the cafile, certfile, keyfile and ciphers options are supported.
|
|
|
|
|
#protocol mqtt
|
|
|
|
|
|
|
|
|
|
# When a listener is using the websockets protocol, it is possible to serve
|
|
|
|
|
# http data as well. Set http_dir to a directory which contains the files you
|
|
|
|
|
# wish to serve. If this option is not specified, then no normal http
|
|
|
|
|
# connections will be possible.
|
|
|
|
|
#http_dir
|
|
|
|
|
|
|
|
|
|
# Set use_username_as_clientid to true to replace the clientid that a client
|
|
|
|
|
# connected with with its username. This allows authentication to be tied to
|
|
|
|
|
# the clientid, which means that it is possible to prevent one client
|
|
|
|
@ -284,8 +290,16 @@
|
|
|
|
|
|
|
|
|
|
# Choose the protocol to use when listening.
|
|
|
|
|
# This can be either mqtt or websockets.
|
|
|
|
|
# Certificate based TLS may be used with websockets, except that only the
|
|
|
|
|
# cafile, certfile, keyfile and ciphers options are supported.
|
|
|
|
|
#protocol mqtt
|
|
|
|
|
|
|
|
|
|
# When a listener is using the websockets protocol, it is possible to serve
|
|
|
|
|
# http data as well. Set http_dir to a directory which contains the files you
|
|
|
|
|
# wish to serve. If this option is not specified, then no normal http
|
|
|
|
|
# connections will be possible.
|
|
|
|
|
#http_dir
|
|
|
|
|
|
|
|
|
|
# Set use_username_as_clientid to true to replace the clientid that a client
|
|
|
|
|
# connected with with its username. This allows authentication to be tied to
|
|
|
|
|
# the clientid, which means that it is possible to prevent one client
|
|
|
|
|