How to delete a message from group chat in XMPP(Openfire)?

拥有回忆 提交于 2019-12-11 12:25:24

问题


I want to delete single group chat message from openfire history. Is it possible?

The history is not saved in the OfMessageArchive table, after deleting the message in the application the message disappears, but after re-logging is downloaded from the (base?) of Openfire and it's still visible.


回答1:


Until now you cant delete single messages. There is an Extension planned (http://legastero.github.io/customxeps/extensions/message-delete.html) but it's not yet supported.

The only possibility is to delete the whole conversation, since messages are not stored separately.



来源:https://stackoverflow.com/questions/56000777/how-to-delete-a-message-from-group-chat-in-xmppopenfire

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