diff --git a/src/net/java/sip/communicator/service/protocol/OperationSetMultiUserChat.java b/src/net/java/sip/communicator/service/protocol/OperationSetMultiUserChat.java index 49fd76382..7f81b6ede 100644 --- a/src/net/java/sip/communicator/service/protocol/OperationSetMultiUserChat.java +++ b/src/net/java/sip/communicator/service/protocol/OperationSetMultiUserChat.java @@ -69,7 +69,7 @@ public List getCurrentlyJoinedChatRooms(ChatRoomMember chatRoomMember) * local user will not have joined it and thus will not receive messages on * it until the ChatRoom.join() method is called. *

- * + * * @param roomName * the name of the ChatRoom to create. * @param roomProperties @@ -82,10 +82,10 @@ public List getCurrentlyJoinedChatRooms(ChatRoomMember chatRoomMember) * user has no permissions to create a chat room). * @throws OperationNotSupportedException * if chat room creation is not supported by this server - * + * * @return the newly created ChatRoom named roomName. */ - public ChatRoom createChatRoom(String roomName, + public ChatRoom createChatRoom(String roomName, Map roomProperties) throws OperationFailedException, OperationNotSupportedException; @@ -157,7 +157,7 @@ public void removeInvitationRejectionListener( * @return a boolean indicating whether contact supports chat rooms. */ public boolean isMultiChatSupportedByContact(Contact contact); - + /** * Adds a listener that will be notified of changes in our participation in * a chat room such as us being kicked, joined, left. @@ -170,7 +170,7 @@ public void addPresenceListener( /** * Removes a listener that was being notified of changes in our * participation in a room such as us being kicked, joined, left. - * + * * @param listener a local user participation listener. */ public void removePresenceListener(