log mod_muc_rai/mod_muc_rai.lua @ 4543:9377b5593cc7

age author description
Sat, 17 Apr 2021 12:51:50 +0100 Matthew Wild mod_statistics_statsd: Remove obsolete module, use the newer built-in statsd provider
Mon, 15 Mar 2021 16:55:21 +0000 Matthew Wild mod_muc_rai: Switch to low-priority pre-* events, which should suffice for per-session tracking
Wed, 13 Jan 2021 16:23:44 +0100 JC Brand mod_muc_rai: Get user JID from event.occupant
Mon, 14 Dec 2020 13:05:18 +0100 JC Brand mod_muc_rai: Use xmlns from XEP-0437
Tue, 01 Dec 2020 22:12:16 +0100 Kim Alvefur mod_muc_rai: Use log systems string formatting facilities
Tue, 01 Dec 2020 16:45:20 +0100 Seve Ferrer mod_muc_rai: Subscribe/unsubscribe users when leaving/joining
Wed, 19 Aug 2020 15:14:00 +0100 Matthew Wild mod_muc_rai: Ignore presence to host that doesn't contain the <rai/> element
Thu, 02 Jul 2020 12:20:55 +0100 Matthew Wild mod_muc_rai: Add debug logging
Thu, 02 Jul 2020 12:18:35 +0100 Matthew Wild mod_muc_rai: Fix to correctly extract the archive id
Thu, 02 Jul 2020 12:17:53 +0100 Matthew Wild mod_muc_rai: Don't store/modify existing table to track rooms
Thu, 02 Jul 2020 12:09:24 +0100 Matthew Wild mod_muc_rai: Fix to use bare JID where a bare JID is needed
Tue, 28 Apr 2020 16:54:21 +0100 Matthew Wild mod_muc_rai: Ignore attempts to re-subscribe from the same full JID
Tue, 28 Apr 2020 10:03:17 +0100 Matthew Wild mod_muc_rai: Use correct stanza kind (message) for initial notification
Wed, 15 Apr 2020 21:19:45 +0100 Matthew Wild mod_muc_rai: New module to implement Room Activity Indicators