aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/jabber/ChatRoomJabberImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Fixes issue with automatically open chat rooms on startup.hristoterezov2014-01-161-6/+19
* Changes the behavior of chat room windows to be opened only on important events.hristoterezov2013-12-201-0/+7
* Add placeholders and fix spelling miskatesIngo Bauersachs2013-11-071-2/+3
* Adds chat room contacts to the search filter in the contact list.hristoterezov2013-11-011-2/+1
* Implements publishing a conference in chat room (Merged from publish-conferen...hristoterezov2013-10-271-30/+152
* Implements private messaging chats.hristoterezov2013-09-241-0/+75
* Saves last seen message coming from server as chat room history and skip olde...Damian Minkov2013-09-121-0/+47
* Adds "set subject" checkbox and subject text field to the chat room nickname ...hristoterezov2013-08-291-1/+1
* Uses server responses when sending messages to generate delivery reports for ...Damian Minkov2013-08-271-14/+21
* Adds synchronized to members property.hristoterezov2013-08-271-34/+60
* Fixes chatrooms stayed open in UI on connection failed of provider.Damian Minkov2013-08-261-3/+6
* Implements ChatRoom#announceConference for jabber. It works by sending aBoris Grozev2013-08-231-12/+159
* Adds ConferenceDescription and ConferenceDescriptionPacketExtension classes.Boris Grozev2013-08-231-0/+5
* Updates chatroom members permissions retrieval.Damian Minkov2013-08-221-28/+30
* Fixes showing room configuration button and subject panel after inviting peop...Damian Minkov2013-08-221-7/+13
* Fixes initial dispatching of xmpp multi chatrooms, fixes showing settings but...Damian Minkov2013-08-191-17/+55
* Fires event when room has been left. Makes sure that before unregistering we ...Damian Minkov2013-07-261-0/+3
* Removes unnecessary disco info sent before joinning the room.hristoterezov2013-07-221-0/+63
* Reverts changes from 6ef4e9713124d890f1f7f0d2ecd23d8848f16b81 commit.hristoterezov2013-07-191-63/+0
* Removes unnecessary disco info sent before joinning the room.hristoterezov2013-07-191-0/+63
* Log dates in all history files as ISO 8601 with timezoneIngo Bauersachs2013-04-071-5/+5
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-1/+1
* Fixes NullPointerException and loosing some multichat messages.Damian Minkov2012-05-281-1/+2
* Delivers in chat room the reason of chat invite rejections.Damian Minkov2012-05-091-0/+90
* Uses contact display names in multichat.Damian Minkov2012-05-091-3/+36
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
* Provides some chat room fixes and improvements including the /me command and ...Yana Stamcheva2011-07-191-1/+8
* Various chatroom improvements: fixes NPE and multi selection issue, fixes dis...Damian Minkov2011-07-151-5/+3
* Integrate choosing and setting avatar image for protocols (currently only for...Damian Minkov2010-09-021-0/+3
* Show protocol specific error messages in the chat window.Yana Stamcheva2010-09-021-1/+4
* Merge latest patch sent to dev mailinglist with subject "XCAP tests" which re...Damian Minkov2010-08-161-1/+1
* Extract timestamp of delayed messages if provided (messages saved for a chat ...Damian Minkov2010-07-291-2/+17
* Disables the storing of the Jabber DiscoverInfo in the ConfigurationService u...Lyubomir Marinov2010-07-281-2/+2
* Fixing role behavior and role change reporting, as previous role info is miss...Damian Minkov2010-07-271-28/+39
* Proper reflect when chat room member renames, don't duplicate members and upd...Damian Minkov2010-07-271-159/+106
* Introduce new dialog for creating and joining chat rooms. Damian Minkov2010-07-211-1/+9
* Ongoing work on the Jingle implementationEmil Ivov2010-07-051-47/+47
* Fix another bunch of unguarded logger.{debug,info,trace} calls.Werner Dittmann2010-05-301-9/+18
* - Fix saving certificates, there was a problem when on startup more than one ...Damian Minkov2010-04-121-1/+11
* Dispatch system messages coming in jabber chat rooms. Message history ignore ...Damian Minkov2010-04-071-3/+18
* Catch errors when delivering multi user chat messages.Damian Minkov2010-04-061-10/+19
* Works on issue #791 "Jabber chat room members appearing twice" in order to li...Lyubomir Marinov2010-03-121-13/+4
* - Moved setUserRole() to setLocalUserRole()Valentin Martinet2010-01-271-13/+14
* Fix a GUI-related bug (room member not appearing on the list, however present...Valentin Martinet2010-01-251-12/+12
* Fixes failing jabber tests for group chat: Correctly filters incoming message...Yana Stamcheva2009-12-011-64/+87
* Support for roles in Jabber group chat. Patch provided by Valentin Martinet.Yana Stamcheva2009-12-011-33/+493
* - Fixes ClassCastException in ChatRoom-related code which handles failure of ...Lyubomir Marinov2009-10-021-12/+14
* Commits the patch of Sebastien Vincent provided on the dev mailing in an e-ma...Lyubomir Marinov2009-09-021-1/+1
* Commits another part of the patch provided by Sebastien Vincent on the dev ma...Lyubomir Marinov2009-08-311-49/+30
* Resolves a few more of our 4000+ raw type warningsEmil Ivov2009-03-281-21/+36