mcollina / mows

Using MQTT.js in the browser over WebSocket -- Built with browserify!
72 stars 12 forks source link

Fixed Mosquitto support. #6

Closed mcollina closed 10 years ago

mcollina commented 10 years ago

It should resolve #5 and support Mosquitto and ActiveMQ. @andypiper @ragingwind can you test it?

NPM is down so I will not release it today.

Closes #5.

andypiper commented 10 years ago

Edited the same lines in node_modules/mows/[3 files].js on my system but my test app is still not working against m2m.eclipse.org:80 or test.mosquitto.org:80 - maybe I'm missing something.

mcollina commented 10 years ago

Not sure. Not working here either.. I should have mess something with the changes in some way. I'll check tomorrow, I'm too tired to think straight.

Il mercoledì 29 gennaio 2014, Andy Piper notifications@github.com ha scritto:

Edited the same lines in node_modules/mows/[3 files].js on my system but my test app is still not working against m2m.eclipse.org:80 or test.mosquitto.org:80 - maybe I'm missing something.

Reply to this email directly or view it on GitHubhttps://github.com/mcollina/mows/pull/6#issuecomment-33539990 .

andypiper commented 10 years ago

you are Awesome! :grinning:

mcollina commented 10 years ago

Check now, it should be ok.

andypiper commented 10 years ago

:+1: WINNING

ragingwind commented 10 years ago

:beer: I edited 3 of files in manually and test it. It works well for the sites. thanks