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 ライブラリがあります。