如何在 python 中使用客户端连接到 Openfire 服务器?

How to connect to Openfire server with a client in python?

能否推荐一个用于连接 Openfire 服务器的客户端库? 您认为 python(XMPPPY、PyXMPP、SleekXMPP 或您可能建议的任何其他)中更好的开发客户端库是什么?

谢谢!

最佳库取决于您的用例,按照示例 here. You may also want try aioxmpp which provides easy to use APIs. Or you can just try start from simple examples like this 使用 xmpp 尝试 SleekXMPP 并在其上构建。

我的建议是尝试这些客户,选择最适合您的客户。我更喜欢 SleekXMPP 只是因为我尝试过它并且它完成了我想要的工作,它还有更好的文档和许多示例。但是aioxmpp也是我想尝试的。