log mod_mam_muc/mod_mam_muc.lua @ 1294:bb1fb54360ab

age author description
2014-01-18 Kim Alvefur mod_mam_muc: Override method for storing history messages instead of hooking stanza events
2014-01-18 Kim Alvefur mod_mam_muc: Override sending of room history and use archives
2014-01-18 Kim Alvefur mod_mam_muc: Remove archives when a room is destroyed
2014-01-18 Kim Alvefur mod_mam_muc: Hide logging option from room configuration if set to log all rooms
2014-01-18 Kim Alvefur mod_mam_muc: Make the logging option in the room config reflect logging and inherit the default
2013-08-10 Kim Alvefur mod_mam_muc: Search the rooms archive correctly (copypaste error from mod_mam)
2013-08-10 Kim Alvefur mod_mam_muc: Send item-not-found if the requested room does not exist
2013-08-10 Kim Alvefur mod_mam_muc: Fix room lookup, should be indexed by bare jid
2013-08-10 Kim Alvefur mod_mam_muc: Allow archiving to be enabled trough in the room configuration
2013-08-10 Kim Alvefur mod_mam_muc: Stap archived messages
2013-08-10 Kim Alvefur mod_mam_muc: Switch to new stanza storage API
2013-08-10 Kim Alvefur mod_mam_muc: Send proper error reply when one is not allowed to query archive
2013-08-10 Kim Alvefur mod_mam_muc: Get room objects in a less awkward fashion
2013-08-10 Kim Alvefur mod_mam_muc: Switch to iq-get hook and drop some indentation
2012-09-17 Kim Alvefur mod_mam_muc: MUC version of mod_mam