muc#roomconfig_allowpm should only affect Message stanzas
Description
When muc#roomconfig_allowpm is used to limit the roles that can send private messages, the current implementation also blocks other types of stanzas sent by ineligible roles. Maybe that's a bit to harsh?
Environment
None
Activity
Show:
Guus der Kinderen
December 21, 2021 at 1:21 PM
Openfire now by default will only reject message stanzas when allowpm is set to false. The old behavior can be restored by toggling the new system property xmpp.muc.allowpm.blockall to true.
When
muc#roomconfig_allowpm
is used to limit the roles that can send private messages, the current implementation also blocks other types of stanzas sent by ineligible roles. Maybe that's a bit to harsh?