我已经激活了Ejabberd中的mod_mam模块,如下所示:
mod_mam:
db_type: sql
assume_mam_usage: true
default: always
clear_archive_on_room_destroy: false如何通过API获取消息?
发布于 2020-04-21 00:23:47
如果“通过API”意味着使用mod_http_api、xmlrpc、ReST或类似的东西,那么这是不可能的。按照https://xmpp.org/extensions/xep-0313.html中的定义,XMPP客户端现在将使用mod_mam
https://stackoverflow.com/questions/61297053
复制相似问题