Merge pull request #4965 from lucize/doveup
[feed/packages.git] / net / mosquitto / Config.in
1 config MOSQUITTO_LWS
2 bool "libwebsockets support"
3 depends on PACKAGE_mosquitto-ssl
4 default y
5 help
6 Includes websockets support in the broker, via libwebsockets
7
8 config MOSQUITTO_PASSWD
9 bool "Include mosquitto_passwd utility"
10 depends on PACKAGE_mosquitto-ssl
11 default y
12 help
13 mosquitto_passwd is a tool for managing password files for mosquitto.