net: mosquitto: Bump to 1.4 release

Of particular note, this adds optional support for websockets. This
defaults to enabled, as it's the biggest new feature in this release.
A config item is provided to disable it for manual use.

Full release notes: http://mosquitto.org/2015/02/version-1-4-released/

This also remove some build workarounds that are no longer required for
newer versions of mosquitto.

Signed-off-by: Karl Palsson <karlp@remake.is>
This commit is contained in:
Karl Palsson
2015-02-20 15:57:37 +00:00
parent 07961ce867
commit a584b3efe8
2 changed files with 15 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
config MOSQUITTO_LWS
bool "libwebsockets support"
depends on PACKAGE_mosquitto
default y
help
Includes websockets support in the broker, via libwebsockets