我想在openfire中向所有用户发送消息。我知道广播插件。但它只能向在线用户发送消息。但我想向所有openfires用户发送消息。请帮助我是否有任何插件或其他方式向所有用户发送消息。
答案 0 :(得分:1)
根据官方规格,只需使用Broadcast Plugin正确配置此参数:
plugin.broadcast.all2offline -- true to deliver broadcast messages sent to all@[serviceName].[serverName] to online and offline users. When false or not set only online users get the messages as described below.
所以只需添加此参数
可能需要重新启动Openfire。