我需要使用 python 和 openfire 对一个数据库进行身份验证。我该怎么做?
如何使用 Python 和 openfire 对单个数据库进行身份验证?有没有一个简单的模块可以做到这一点?
How would one go about authenticating against a single db using Python and openfire? Is there a simple module that will do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Openfire 使用 SQL 数据库。因此,从 python 与数据库对话可能是最简单的方法。
您还可以尝试通过 XMPP 连接/身份验证 - 某处可能有一个用于 python 的 xmpp 库。
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.