Commit df22cdbb authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

1. Added "naturalLanguageRoom" property.

2. Removed #setName(String).


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@214 b35dd754-fafc-0310-a699-88a17e54d16e
parent d97651a3
......@@ -399,6 +399,10 @@ public interface MUCRoom extends ChatDeliverer {
public void setCanOccupantsInvite(boolean canOccupantsInvite);
public String getNaturalLanguageName();
public void setNaturalLanguageName(String naturalLanguageName);
public String getDescription();
public void setDescription(String description);
......@@ -489,8 +493,6 @@ public interface MUCRoom extends ChatDeliverer {
*/
public boolean canBroadcastPresence(String roleToBroadcast);
public void setName(String name);
/**
* Unlocks the room so that users can join the room. The room is locked when created and only
* the owner of the room can unlock it by sending the configuration form to the Multi-User Chat
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment