views:

27

answers:

0

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?