aboutsummaryrefslogtreecommitdiff
path: root/lang/lua-mosquitto
Commit message (Collapse)AuthorAge
* treewide: use name in define and eval linesStijn Tintel2017-03-08
| | | | | | | | | | | | | | | For consistency, use full name instead of $(PKG_NAME) in define and eval lines for all packages. I've seen reviews that asked to do this before, and I am asking the same during reviews now. To avoid this in the future, fix this treewide so when people use existing packages as example, we will not have to request this change anymore. This makes all packages consistent with both LEDE and OpenWrt base repositories. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* lua-mosquitto: update to v0.2Karl Palsson2016-03-16
| | | | | | Adds support for TLS settings in libmosquitto. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* lua-mosquitto: don't use github conflicting tag archives (#1051)Nicolas Thill2015-05-01
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* lang: lua-mosquitto: import new packageKarl Palsson2014-12-18
Based on released version of lua binding to libmosquitto. Advantages compared to lua-mqtt: * qos 1/2 support * substantially faster Signed-off-by: Karl Palsson <karlp@remake.is>