# offlineRevert **Repository Path**: ajianoscgit/offlineRevert ## Basic Information - **Project Name**: offlineRevert - **Description**: openfire服务器自动对离线用户的需要回执的消息进行回执插件 - **Primary Language**: Java - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2014-04-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
服务端收到需要回执的单聊消息,当对方离线时,则主动帮助对方回复一个已收到的回执消息给发送方
Copy the file, "offlineRevert.jar" into the plugins directory of your Openfire installation. The plugin will then be automatically deployed.
编译时,可直接使用openfire源码的build.xml进行编译,编译完成会自动安装,安装完成即可使用. 编译方法:ant -f build.xml -Dplugin=offlineRevert plugin