aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/muc/MUCServiceImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Converts CRLF line endings to LF, as suggested by @champtar.Boris Grozev2016-02-231-1115/+1115
* Updates the license headers.Damian Minkov2015-07-201-5/+16
* Fix NPE: Don't continue if chat room wrapper is null. (+ updatedDanny van Heumen2014-11-021-1/+2
* GUI right-click join: try creating the chat room first, before failingDanny van Heumen2014-09-171-6/+30
* Uses display name when accepted invitation to join a chat room.Damian Minkov2014-05-121-2/+14
* Adds display name to authorisation requests when adding a contact.hristoterezov2014-04-231-38/+3
* Fixes an issue with duplicating chat room contacts when invite is accepted.hristoterezov2014-04-041-3/+0
* Adds property to remove chat room from the list when it fails to join when ad...Damian Minkov2014-03-261-41/+40
* Fixes removing chat rooms when user wants to destroy non persistent chat room...Damian Minkov2014-03-181-0/+11
* Implements destroy chat room functionality. Adds destroy chat room button and...hristoterezov2014-02-121-1/+19
* Implements user search contact source.hristoterezov2014-02-111-77/+88
* Removes MUCService dependence from desktoputil plugin.Damian Minkov2014-01-071-1/+3
* Changes the chat room error messages to show in popup notificationshristoterezov2013-12-111-1/+1
* Fixes the open action for chat room contacts.hristoterezov2013-12-101-22/+22
* Show ProtocolDisplayName in chat error messagesIngo Bauersachs2013-12-081-2/+2
* Adds argument checks for null value in getExistingChatRooms in MUChristoterezov2013-12-051-0/+3
* Implements contact source for existing chat rooms on the server and dialoghristoterezov2013-12-041-0/+31
* Removes the list of existing rooms in the "Go to chat room" dialog andhristoterezov2013-11-261-0/+36
* Removes the chat room list from the "Go to chat room" dialog.hristoterezov2013-11-251-16/+4
* Optimizes the chat room contact source.hristoterezov2013-11-221-0/+52
* Implements the right button menu for chat room contacts. Fixes the issuehristoterezov2013-11-181-2/+2
* Adds the chat room contact source to presence filter in the contact list.hristoterezov2013-11-131-0/+11
* Reduces the use of ChatRoomList in GUI bundle.hristoterezov2013-11-111-16/+120
* Fixes an issue with the chat room contacts search results. Fixes commentshristoterezov2013-11-071-5/+8
* Adds new MUC bundle to handle the chat rooms. Moves ChatRoomWrapper,hristoterezov2013-11-071-0/+852