Mosquito have just released their 1.0 release..well actually its already 1.01 🙂
Currently the Raspbian repositories don’t seem to have it but its nice and easy to get working
wget http://mosquitto.org/files/source/mosquitto-1.0.1.tar.gz
tar -zxvf mosquitto-1.0.1.tar.gz
cd mosquitto-1.0.1
make
sudo make install
sudo ldconfig
Jobs a goodun. It can be checked by running “moqsuitto -v”. If you are already running a previous version you will want to restart the service using “service mosquitto restart”