Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Namespace for Paho Javascript client

The python client uses paho.mqtt fwiw.

On Jun 4, 2014 1:55 PM, "Ian Craggs" <icraggs@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
I prefer Eclipse.Paho.MQTT.  But I realize the extra . can cause extra work :-)

Ian

On 06/04/2014 11:35 AM, Al Stockdill-Mander wrote:
Ok, so _javascript_ doesn't really do namespacing, but the current situation where we drop an object called Messaging in the global context seems a little off, and we've had a bug against it for a while now; https://bugs.eclipse.org/bugs/show_bug.cgi?id=407372
With 1.0.0 due out shortly it should be resolved before then. I'm proposing that we make it Paho.MQTT instead, the top level object should be a unique name and gives us scope to do other clients in the future.
Thoughts?

Al
_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/paho-dev

--
Ian Craggs
icraggs@xxxxxxxxxx                 IBM United Kingdom
Committer on Paho, Mosquitto

_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/paho-dev

Back to the top