Closed GoogleCodeExporter closed 8 years ago
Did you configure the conference server? Connection Settings -> Advanced
Settings -> MUC Server
Should be something like "conference.<your_openfire.tld>".
Original comment by fschm...@gmail.com
on 10 Apr 2011 at 1:15
Yes, I did, it creates the room fine, its hidden but i can see it in the
openfire admin
Original comment by cybercorey
on 10 Apr 2011 at 9:11
Closing this old issue, as it seems to be a problem on the server side
configuration. Corey: Feel free to reopen or post a help request message on the
mailing list.
Original comment by fschm...@gmail.com
on 23 Jun 2011 at 9:24
A whole year later, new hardware, updated software and i still get this same
damned problem.
Im guessing MUC isnt setup to work with Openfire.
Did some googling it apparntly its the way the create muc method is used.
phone: Sending SMS to Corey Davis (+64273433416): "2"
phone: SMS "2" sent to Corey Davis
phone: SMS from Corey Davis: 2
phone: ACTION_SMS_RECEIVED - Error writing to MUC: forbidden(403)
SMS from Corey Davis: 2
phone: Incoming SMS: Unable to send conference room configuration form. Ex:
forbidden(403)
When i try enter the room from name of it via my client it gives me the room is
locked error.
Original comment by cybercorey
on 30 Jun 2012 at 4:22
Here is the room that gets created by gtalksms.
Original comment by cybercorey
on 30 Jun 2012 at 4:24
Attachments:
This bug is probably fixed with changeset dacd0bbf2678 where room name has been
normalized
String normalizedName = name.replaceAll(" ", "_").replaceAll("[\\W]|µ", "");
normalizedName = Normalizer.normalize(normalizedName,
Normalizer.Form.NFD).replaceAll("[^\\p{ASCII}]", "");
To check with the next release
Original comment by Florent....@gmail.com
on 30 Jun 2012 at 4:55
Mean! I'd love to get this working locally =]
Original comment by cybercorey
on 30 Jun 2012 at 8:51
This issue was closed by revision 2d8b6012bf39.
Original comment by yako...@gmail.com
on 21 Feb 2014 at 11:03
Fixed in 4.4.5
Original comment by Florent....@gmail.com
on 15 Aug 2014 at 7:18
Released on Play Market as 5.0
Original comment by Florent....@gmail.com
on 25 Oct 2014 at 6:23
Original issue reported on code.google.com by
cybercorey
on 10 Apr 2011 at 11:03Attachments: