Fix issue with creating MUC rooms on Prosody (#483)
Closed
Andrzej Wójcik (Tigase) opened 2 years ago

When trying to create a room on Prosody instance, it throws an error item-not-found when we try to submit config form for non-existent room. AFAIR, it is allowed in a XEP-0045, in section "10.1.3 Creating a Reserved Room" with words:

If the room does not already exist, the service MUST return an initial room configuration form to the user.

however, Beagle fails with creation as Prosody returns item-not-found while Siskin handles this item-not-found by trying to join/create (using <presence/> and then reconfigure the room.

issue 1 of 1
Type
Bug
Priority
Normal
Assignee
Version
5.3.4
Issue Votes (0)
Watchers (0)
Reference
tigase/_clients/beagle-im#483
Please wait...
Page is in error, reload to recover