I have also encountered the same problem..I was able to clear the IM invitation from the server by logging to Mysql using zimbra as the user. When you receive the mysql prompt do the following.
mysql> use zimbra;
mysql> delete from jiveRoster where jid = "servername.local.domain.com";
Hope that helps. |