Feature Request or Possible plugin? - Customize ''mucConversationLog'' log

I would like to see this in a future version of Wildfire or at least see if it could be accomplished via a plugin. But I would like the ability to modify the room logging in the table ‘‘mucConversationLog’’. What I am wanting to do is have the following columns:

RoomID

JID (the sender column that is already there only reports the JID if the user hasn’'t changed their nickname)

Time

Nickname

IP Address

Message

All of which IP Address and JID are currently not available. Is there a chance that this could be done via a plugin or editing wildfire.xml ?

Thanks.

Hi,

you need to change the source code and database structure to do this.

It may make sense to move the MUC logging code out of Wildfire into a plugin. So one can have multiple log plugins, for example one which logs HTML formated files.

LG