ChatRoom with custom properties: How to do it?

I would like to add custom properties for my chatroom.

I see that openfire datamodel has a table for that purpose: ofMucRoomProp

What is the best solution to fill this parameter ? Is it possible from the Smack library ?

Thanks for your help

-Fred

Any idea / support ?

Not that I am overly familiar with it, but there doesn’t seem to be anything in the spec about having custom properties. Thus, Smack would not provide any facility to set such a thing.

You might want to find out what that table is actually used for, as it may be some internal OpenFire configuration or admin console facility.

Just because it exists doesn’t mean it is meant for public usage. Try posting to the OpenFire forum and see if someone can tell you its purpose.