标签: ios xmpp ejabberd xmppframework
我正在使用XMPPFramework,从Swift桥接,当我成功连接并进行身份验证时,离线消息无法通过。他们坐在ejabberd界面中作为"脱机消息"。我认为一旦我进行身份验证就会清空。
答案 0 :(得分:2)
经过身份验证后,您必须发送在线状态。
var presence = XMPPPresence() Static.xmppStream!.sendElement(presence)