log mod_muc_rai/mod_muc_rai.lua @ 5736:ba731ff5b895

age author description
2021-04-17 Matthew Wild mod_statistics_statsd: Remove obsolete module, use the newer built-in statsd provider
2021-03-15 Matthew Wild mod_muc_rai: Switch to low-priority pre-* events, which should suffice for per-session tracking
2021-01-13 JC Brand mod_muc_rai: Get user JID from event.occupant
2020-12-14 JC Brand mod_muc_rai: Use xmlns from XEP-0437
2020-12-01 Kim Alvefur mod_muc_rai: Use log systems string formatting facilities
2020-12-01 Seve Ferrer mod_muc_rai: Subscribe/unsubscribe users when leaving/joining
2020-08-19 Matthew Wild mod_muc_rai: Ignore presence to host that doesn't contain the <rai/> element
2020-07-02 Matthew Wild mod_muc_rai: Add debug logging
2020-07-02 Matthew Wild mod_muc_rai: Fix to correctly extract the archive id
2020-07-02 Matthew Wild mod_muc_rai: Don't store/modify existing table to track rooms
2020-07-02 Matthew Wild mod_muc_rai: Fix to use bare JID where a bare JID is needed
2020-04-28 Matthew Wild mod_muc_rai: Ignore attempts to re-subscribe from the same full JID
2020-04-28 Matthew Wild mod_muc_rai: Use correct stanza kind (message) for initial notification
2020-04-15 Matthew Wild mod_muc_rai: New module to implement Room Activity Indicators