The POST /restapi/v1/chatrooms resource expects a payload that suggests support for adding affiliations by group. I.e. the ownerGroups, adminGroups, memberGroups and outcastGroups in MUCRoomEntity.java. However, these properties are ignored by the handling service and controller. This appears to be functionality that has never been implemented.
This should either be implemented, or removed from the interface.
The
POST /restapi/v1/chatroomsresource expects a payload that suggests support for adding affiliations by group. I.e. theownerGroups,adminGroups,memberGroupsandoutcastGroupsinMUCRoomEntity.java. However, these properties are ignored by the handling service and controller. This appears to be functionality that has never been implemented.This should either be implemented, or removed from the interface.