Python XMPP library reusing socket-like object

Posted by sttwister on Stack Overflow See other posts from Stack Overflow or by sttwister
Published on 2010-04-05T16:45:19Z Indexed on 2010/04/05 16:53 UTC
Read the original article Hit count: 216

Filed under:
|
|
|

I'm looking for a Python XMPP library that is able to reuse an already existing socket-like object (more specifically, a Bluetooth socket) for communicating, instead of connecting to a server.

Is there any nice library that can accomplish this?

© Stack Overflow or respective owner

Related posts about python

Related posts about xmpp