Privacy List in Spark is not saved

Hi,

I use Spark 2.6.3 and Openfire 3.7.0.

If I want to save Privacy List, it is not saved.

I add a new Privacy List via right click and nothing happens. If I close the settings dialog and reopen it, my list is there, but it has no effect.

But the more important part is, if I restart Spark altogether all privacy lists are gone.

For me it seemed that Openfire does not save the settings, but the Database log logged them.

Actually I came to the problem by using Smack.

privacyManager.getPrivacyLists() always returns an empty list. Although I previously called privacyManager.createPrivacyList().

Do you have an idea?

Thanks!

This is really a BUG! I also met this issue on Spark 2.6.3 and Openfire 3.7.1.

For Smack, always get empty privacy list even I just created one.