Software /
code /
prosody
Log
plugins/muc/mod_muc.lua @ 6328:93fb28851d9e
description | author | age |
---|---|---|
mod_muc: Fix use of undefined global. Fixes #431. | Matthew Wild | Tue, 05 Aug 2014 09:16:29 +0100 |
plugins/muc/mod_muc: fix wrong event for persistence | daurnimator | Wed, 11 Jun 2014 17:54:23 -0400 |
plugins/muc/mod_muc: Get rid of room global; use module:shared to get it | daurnimator | Mon, 19 May 2014 13:39:45 -0400 |
plugins/muc/mod_muc: Place adhoc section into own scope | daurnimator | Wed, 30 Apr 2014 12:43:47 -0400 |
plugins/muc/mod_muc: Don't use rooms object directory in adhoc section | daurnimator | Wed, 30 Apr 2014 12:43:04 -0400 |
plugins/muc/mod_muc.lua: Add "each_room" function to iterate over rooms (instead of accessing directly) | daurnimator | Wed, 30 Apr 2014 13:12:32 -0400 |
plugins/muc/mod_muc: Remove attempt_room_creation and create_room function. Instead have a 'track_room' function called from the end of the pre-create hook, and just create an un-tracked room object when we get a presence | daurnimator | Tue, 29 Apr 2014 19:35:25 -0400 |