views:

10

answers:

1

Its not urgent but I was just wondering how one would go about authenticating against a single db using python and openfire? Is there a simple module that will do this?

A: 

Openfire uses a SQL database. So talking to the database from python is probably the easiest way.

You could also try to connect/authenticate via XMPP - there's probably an xmpp library for python somewhere.

ThiefMaster