Allow MUC room subject to set blank on admin console

Description

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

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

Environment

None

Activity

Show:

Michael McCarthy November 11, 2010 at 12:20 PM

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?

Michael McCarthy November 11, 2010 at 12:12 PM

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.

Daryl Herzmann January 14, 2010 at 11:46 PM

r11536

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created January 14, 2010 at 11:32 PM
Updated November 11, 2010 at 12:20 PM
Resolved January 14, 2010 at 11:46 PM