Setting the subject of a conference room

Can you show me an example of how to set the subject of a conference room.

I tried to use the following to change the subject (without luck).

m_muc = new MultiUserChat(m_bot, Name);

m_muc.create(m_userName);

m_muc.sendConfigurationForm(new Form(Form.TYPE_SUBMIT));

m_muc.changeSubject(“One Pint.”);

Thanks in advance for your help

Scott

Hey Scott,

Take a look at MultiUserChatTest.testChangeSubject to see a running example.

Let me know if you need any help.

Regards,

– Gato