Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 Python 和 openfire 对单个数据库进行身份验证?是否有一个简单的模块可以做到这一点?
Openfire 使用 SQL 数据库。所以从 python 与数据库对话可能是最简单的方法。
您也可以尝试通过 XMPP 连接/验证 - 某处可能有一个用于 python 的 xmpp 库。