My Problem is that I want to ignore a user in private chat but also in public channel (MUC).
I resolved this issue in Openfire 3.7.0 with add two JID to my privacy lst:
- username@servername (to ignore whisper)
- conference@servername/username (to ignore user in all channels)
Since the update to Openfire 3.7.1 it works only for whisper, but not anymore for public channels.
How can i fix that?