问题标签 [pyxmpp2]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - pyxmpp2 连接到 openfire 无法解析 NXDOMAIN
我将 pyxmpp2 安装https://github.com/Jajcus/pyxmpp2
到我的 Ubuntu 机器上。我还为它安装了 Openfire 3.8.1。我想使用 pyxmpp2 在同一台机器上连接到我的 Openfire 服务器。
在我的 Openfire 控制面板中的服务器 -> 服务器管理器 -> 服务器信息中,面板中服务器属性中显示的服务器名称为 mymachine,环境部分中显示的主机名称为 MyMachine。
我尝试了以下代码:
并收到以下消息:
警告:pyxmpp2.resolver:无法解析“_xmpp-client._tcp.mymachine”:NXDOMAIN
我错过了配置吗?