Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 smack。如何从 pubsub 节点获取离线消息?我尝试使用 OfflineMessageManager 来获取消息,但它不起作用。
首先,节点是否配置为将消息传递给离线订阅者?如果没有,则没有可检索的。
您的服务器是否打开了离线消息?pubsub 消息应该与任何其他离线消息没有什么不同,因此如何检索它们没有什么特别的。
如果您只是想获取节点中的消息,并且节点是持久的,您可以使用直接从节点获取消息
myLeafNode.getItems();