How can I transfer a file via XMPP using Python?

Posted by Enchantner on Stack Overflow See other posts from Stack Overflow or by Enchantner
Published on 2010-05-17T19:10:18Z Indexed on 2010/05/19 3:20 UTC
Read the original article Hit count: 425

Filed under:
|
|
|

I'm using xmpppy library for my jabber remote administration bot, but I can't find how to send/receive a file and save it inside the directory specified. The documentation is poor and there isn't any examples, but I really want to make it. Can anyone show some examples or some links about it? Or maybe I should use an alternative xmpp bindings?

© Stack Overflow or respective owner

Related posts about python

Related posts about xmpp