How would one go about authenticating against a single db using开发者_如何学Python Python and openfire? Is there a simple module that will do this?
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.
精彩评论