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?
views:
10answers:
1
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
2010-05-04 15:02:27