ejabberd offline users can not receive announce message

拟墨画扇 提交于 2020-01-07 07:57:39

问题


I use a xmpp client to send announce message, such as Psi or Gajim. All the online users can receive the announce message, except the offline users. I do send the announce to all the users not online users.

The offline user can not receive the announce message when it is online again. But the offline user can receive offline message sent from other user.


回答1:


I guess you are using external authentication or a custom authentication. In that case, ejabberd cannot access to the full user database and thus can only dispatch to known users, that are the ones that are online.

Alternatively, it is possible that you are sending an announce only to all online users.



来源:https://stackoverflow.com/questions/30587917/ejabberd-offline-users-can-not-receive-announce-message

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!