Blocking XMPP API?

Gabriel Rossetti gabriel.rossetti at arimaz.com
Thu Jul 9 09:43:01 EDT 2009


Hello everyone,

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). I'd like to be able to do something like :

cl = Client("test at domain.com/res01", "password",)
msg = "<m....."
result = cl.send(msg)
print "I got '%s'" % str(result)

any ideas? Using Java I have Smack which can either get msgs sync or 
async, but I found nothing that can do this in Python.

Thanks,
Gabriel

-- 
Arimaz SA
Ingénieur en Informatique
Av. du 24 Janvier 11
Ateliers de la Ville de Renens, Atelier 5
1020 Renens, Switzerland
www.arimaz.com
www.mydeskfriend.com
Mob: +41-(0)79-539-0069
Tel: +41-(0)21-566-7343




More information about the Python-list mailing list