MUC Room Properties

In the DB schema I see that there is a table named mucRoomProp, which presumably would contain custom properties linked to MUC rooms. However, I couldn’'t find it actually being used in the Wildfire source, particularly the MUCPersistenceManager. Am I missing something or is this table included with only a future use in mind?

Thanks,

Jeff

Maybe that’'s linked to the room configuration form using jabber:x:form?

Hey guys,

That table is actually not being used by Wildfire. The idea was to provide a way for plugins to store extra information associated to a room (much like what we do with jiveUserProp or jiveGroupProp). If that table is not being used by any plugin then it is highly possible that we are going to just remove it. Having unused code/tables is just confusing.

Regards,

– Gato