Openfire does not clean private data when user removes it

Hi,

when a user stores private data to the server (table ofPrivate) how can the entry in ofPrivate table be removed fully?

The problem is that the packet is sent empty and the server does not erase fully erase the row…

I store data with

xpto

When i send the packet to remove the group

the server is keeping in privateData field

How can the entire row be removed?