Closed GoogleCodeExporter closed 9 years ago
I have tested this out, and it seems the server (conference.jabber.org) does
not send the "muc#roomconfig_passwordprotectedroom" field in the configuration
form. If you do not attempt to set this flag, the room is created successfully.
One solution is to remove line 296 of XmppMuc.java, which sets the
password-required flag. Another would be to check for the presence of the field
and ignore it if the server does not require it (setting the password should be
enough to say that the room shall be password protected). A third would be to
always add the field if it is not requested by the server.
Original comment by dynamite...@gmail.com
on 11 Aug 2013 at 9:16
This issue was closed by revision 272a68c44c0d.
Original comment by yako...@gmail.com
on 16 Sep 2013 at 10:14
This issue was closed by revision 44bb1821114f.
Original comment by yako...@gmail.com
on 21 Sep 2013 at 1:29
Fixed in 4.4.1
Original comment by Florent....@gmail.com
on 28 Sep 2013 at 8:11
Original issue reported on code.google.com by
dynamite...@gmail.com
on 9 May 2013 at 11:03Attachments: