summaryrefslogtreecommitdiffstats
path: root/misc/mosquitto/README
diff options
context:
space:
mode:
author Christoph Willing <chris.willing@iinet.net.au>2015-02-23 22:28:42 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-23 22:50:49 +0700
commit3bc9b2a3a395abfe8d53de930f2b02b4a6bfde94 (patch)
tree0b90cc1baf5ecd9af046426a2b2171c48c79c878 /misc/mosquitto/README
parent8532c7bb722cfcc71d752a173ca69a26e1439198 (diff)
downloadslackbuilds-3bc9b2a3a395abfe8d53de930f2b02b4a6bfde94.tar.gz
slackbuilds-3bc9b2a3a395abfe8d53de930f2b02b4a6bfde94.tar.xz
misc/mosquitto: Updated for version 1.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/mosquitto/README')
-rw-r--r--misc/mosquitto/README12
1 files changed, 2 insertions, 10 deletions
diff --git a/misc/mosquitto/README b/misc/mosquitto/README
index 2150057bb1..d382c30eff 100644
--- a/misc/mosquitto/README
+++ b/misc/mosquitto/README
@@ -3,15 +3,7 @@ mqtt protocol. IBM have a closed source version of this server, known as
Really Small Message Broker (rsmb). The plan is to make this a more or less
drop in replacement.
-See the following links for more information on mqtt:
-
-http://mqtt.org/
-http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/topic/com.ibm.etools.mft.doc/ac10840_.htm
-
-Mosquitto project information is available at the following locations:
-
-http://mosquitto.org/ (main homepage)
-http://launchpad.net/mosquitto (bug tracking, translations)
-http://bitbucket.org/oojah/mosquitto (hg source code repository)
+From version 1.4, Python bindings are no longer included, but are available
+separately from the Eclipse paho-mqtt project.
Mosquitto was written by Roger Light <roger@atchoo.org>