aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc/presence_broadcast.lib.lua
Commit message (Collapse)AuthorAgeFilesLines
* MUC: Support for broadcasting unavailable presence for affiliated offline usersMatthew Wild2020-03-121-1/+1
| | | | Activated when muc#roomconfig_presencebroadcast includes the "none" role.
* MUC: Don't unconditionally broadcast presence with role="none"Matthew Wild2020-03-121-4/+0
| | | | | | Detailed explanation in de607875d4bd. A presence with role="none" (which is always type="unavailable") should only be broadcast if available presence was previously broadcast for that occupant.
* MUC: Improve presence broadcast form field labelMatthew Wild2019-12-221-1/+1
|
* MUC: Add controls for whose presence is broadcast (closes #1335)Lance Stout2019-10-201-0/+87
Committed by Zash