[Mosquitto-users] Mosquitto+Python+MySQL+APNS

2012-09-17 Thread Yun Kong Tech
Hi, I knew that Facebook used mosquitto in their messenger app on iPhone. and it worked pretty well. Here is what they say: http://www.facebook.com/notes/facebook-engineering/building-facebook-messenger/10150259350998920 I am considering using Mosquitto to implement a chat/messaging service for m

Re: [Mosquitto-users] Mosquitto+Python+MySQL+APNS

2012-09-18 Thread Yun Kong Tech
Thank you a lot Roger! really great suggestions on how to do it. for the server side, i think my challenge will be how to add the database storage functionality while: - making it still be able to easily compatible with future version of mosquitto and; - keeping it easier to support my o

Re: [Mosquitto-users] Mosquitto+Python+MySQL+APNS

2012-09-18 Thread Yun Kong Tech
for the "client" you are talking about here, just want to make sure i understand correctly: what i should do is: 1. just run a *regular *broker as the original mosquitto broker on the server side.* I should not modify it at all;* 2. meanwhile, i should implement a *special client* on the *server

Re: [Mosquitto-users] Version 1.0.5 released

2012-11-03 Thread Yun Kong Tech
thanks a lot Roger, already using it in my dev environment. I noticed the package at homebrew is still 1.0.2. will it be updated soon? :) On Sat, Nov 3, 2012 at 9:26 PM, Roger Light wrote: > Hi all, > > I've just released version 1.0.5: > http://mosquitto.org/2012/11/version-1-0-5-released/ >

[Mosquitto-users] Updated the Objective-C wrapper Marquette to support mosquitto 1.0.5

2012-11-05 Thread Yun Kong Tech
Since i was trying to use the latest library 1.0.5 on iOS development, I updated the Marquette wrapper to support 1.0.5. Tested with the basic functionality, no obvious problems. Still waiting for Nick's approval on the pull request, hope he can come to check it out soon. https://github.com/horac