In message <[email protected]>, Gabriel Rossetti wrote:
> I am looking for blocking XMPP API. I'm wanting to make a webservice > that uses XMPP, but all the XMPP libs I find are non-blocking (i.e. w/ > callbacks). So why not have the caller sleep or something until the callback is invoked? It's easier to turn an async API into a synchronous one than the other way round. -- http://mail.python.org/mailman/listinfo/python-list
