Openfire

Allow MUC room subject to set blank on admin console

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 3.6.4
  • Fix Version/s: 3.7.0 beta
  • Component/s: Admin Console, MUC
  • Labels:
    None
  • Acceptance Test - Add?:
    No

Description

http://www.igniterealtime.org/community/message/199686#199686

Can't set the room topic to blank "" from admin console

Activity

Hide
Daryl Herzmann added a comment -

r11536

Show
Daryl Herzmann added a comment - r11536
Hide
Michael McCarthy added a comment -

Does this affect more than just the admin console? I'm sending this packet to Openfire (3.6.4):

<message to="wizard@conference.ourservice" type="groupchat" id="m_35"><subject /></message>

And Openfire isn't setting the welcome message to be blank.

Show
Michael McCarthy added a comment - Does this affect more than just the admin console? I'm sending this packet to Openfire (3.6.4): <message to="wizard@conference.ourservice" type="groupchat" id="m_35"><subject /></message> And Openfire isn't setting the welcome message to be blank.
Hide
Michael McCarthy added a comment -

Just checked, line 272 of LocalMucUser:

if (packet.getSubject() != null && packet.getSubject().trim().length() > 0

Is there a reason to deliberately ignore requests to set the room welcome message to be empty?

Show
Michael McCarthy added a comment - Just checked, line 272 of LocalMucUser: if (packet.getSubject() != null && packet.getSubject().trim().length() > 0 Is there a reason to deliberately ignore requests to set the room welcome message to be empty?

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: