我是XMPP服务器的新手,在Windows 7下安装了一个ejabberd服务器18.09,并且我使用会话2.3.4+fcr作为客户端。现在我想用两局制,但我没有成功。对话在其服务器信息中说,XEP-0163失败了,当我想写一个OMEMO加密消息时,对话是在抱怨缺少设备列表。
据我所知,OMEMO加密是基于ejabberd服务器中现有的设备列表。Ejabberd知道这个设备,我可以在在线用户列表中看到Conversations.something作为设备。
ejabberd的配置文件如下所示:
force_node_config:
"eu.siacs.conversations.axolotl.*":
access_model: whitelist对话在CATLOG中说:
AxolotlService: Have no target devices in PEP!在我没有任何想法的时候,任何帮助都会很感激.
发布于 2018-12-11 23:05:30
配置中附带了18.12的默认配置
force_node_config:
## Change from "whitelist" to "open" to enable OMEMO support
## See https://github.com/processone/ejabberd/issues/2425https://serverfault.com/questions/939108
复制相似问题