Creating a Room with REST API Plugin

Hi I’m just trying to create a room via REST API Plugin 1.0.2 .

It seems to work fine the room given in the XML below is created just fine

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

1234

1234@conference.local

Room 1234

2015-06-01T13:56:56.164+02:00

2015-06-01T13:56:56+02:00

0

true

false

true

false

false

false

false

true

false

false

false

admin@local

Problem is, once I try to join the room with a XIFF client, the client gets a “Declined” the RoomEvent “LOCKED_ERROR”. When I edit the room once via the admin interface the room can be entered without a problem by the client.

Can you give me a hint which step is necessary in order to do this without the admin GUI.

Regards

Thomas

I could not reproduce that, but I used Miranda Client instead of XIFF. Do you have the problem also with another client?

What happens if you try to create a room with:

<chatRoom>
    <naturalName>global-1</naturalName>
    <roomName>global</roomName>
    <description>Global Chat Room</description>
</chatRoom>

I reduced the XML data to the really necessary fields and this results in a working room.