有时我的聊天应用程序中发送的消息会回来。
消息类型:聊天Ejabberd-15.07
这是错误。
<message xmlns="jabber:client" from="user2@local-mbp"
to="user1@local-mbp/27165765321442393248102225"
type="error"><body>Hey</body><error code="503"
type="cancel"><service-unavailable
xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/></error></message>
当发生这种情况时,我可以在我的应用程序中看到user1离线,但在ejabberd(网络管理员/虚拟主机)中,user1在线。我在配置中启用了mod_offline。
mod_offline:
access_max_user_messages: max_user_offline_messages
## Maximum number of offline messages that users can have:
max_user_offline_messages:
admin: 5000
all: 100
不知道这里发生了什么,但似乎问题出在服务器端。有人可以帮我解决这个问题,或者指导我朝正确的方向发展。