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("t...@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

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to