I am using a python library called sleekxmpp to imeplement xmpp protocol.
Actually, the whole process is, a client send a http request to me, then I need to send xmpp messages to other clients through my sleekxmpp library.
I need to gather those http request in queue and my sleekxmpp need to longlive listening to the queue and send xmpp message out.
Is there any library in python can help me do that?
Asked
Active
Viewed 163 times
1

user1229834
- 91
- 4
-
Perhaps http://www.zeromq.org/ can help you. – Jul 31 '12 at 06:21