From f9407465caf3c4b6fc1bcd155b8e97bc5fd99d5c Mon Sep 17 00:00:00 2001 From: Guus der Kinderen Date: Fri, 22 Jul 2022 18:16:35 +0200 Subject: [PATCH] fixes #33: add 'allowPM' configuration to MUC room With this change, the configuration option that controls who can send private messages to other occupants in a MUC room has been added to the representation of a MUC room. Strictly, this breaks the compatiblity of the MUCRoom entity, as a new property is added. To reflect this, I've bumped the version of this plugin more than just one a patch level. --- changelog.html | 5 +++ pom.xml | 2 +- readme.html | 15 +++++--- readme.md | 5 +++ .../rest/controller/MUCRoomController.java | 2 + .../plugin/rest/entity/MUCRoomEntity.java | 14 ++++++- ...CRoomServiceBackwardCompatibilityTest.java | 37 ++++++++++++++----- 7 files changed, 63 insertions(+), 17 deletions(-) diff --git a/changelog.html b/changelog.html index 4e25edc69..5b2254699 100644 --- a/changelog.html +++ b/changelog.html @@ -44,6 +44,11 @@

REST API Plugin Changelog

+

1.9.0 (tbd)

+ +

1.8.3 July 19, 2022