我想用XMPP从我的聊天列表中屏蔽一个特定的friend。代码工作正常。没有异常(exception),但我无法阻止用户。我正在使用明火服务器。我应该在服务器上进行哪些更改?你们有什么想法吗?我的代码:publicvoidXMPPAddNewPrivacyList(Connectionconnection,StringuserName){StringlistName="newList";//CreatethelistofPrivacyItemthatwillallowor//denysomeprivacyaspectListprivacyItems=newVector();Privac