MUCExtends Plugin Readme
Overview-概述
The MUCExtends plugin extends XMPP IQ protocol for fetch the rooms list which users has been joined, and save the members of MUC to database then users join the rooms.
MUCExtends插件扩展了XMPP的IQ查询协议,用于获取用户加的房间列表。同时当用户加入房间时,将加入的用户数据保存于数据库,实现类QQ群的功能.
思路
由于Openfire的房间是当用户加入退出登录后,用户也自动退出了该房间,当下次再登录时,需要重新出席加入房间,没有能像QQ群那样持久保持的功能。
为了实现房间的持久保存,设计这个插件的思路就是,使用org.jivesoftwar
1