aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/jabber/ChatRoomJabberImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Use non-deprecated way to create FromFilterIngo Bauersachs2017-01-071-1/+1
* Use base Connection class instead of XMPPConnectionpaweldomas2016-12-281-1/+1
* Add 'removePresenceExtension' to OperationSetJitsiMeetToolspaweldomas2016-08-231-0/+17
* Updates the license headers.Damian Minkov2015-07-201-2/+13
* Merge branch 'sipgateway'paweldomas2014-12-081-15/+56
|\
| * Adds the operation set used by SIP gateway to handle operations specific to J...paweldomas2014-09-021-15/+56
* | Makes ChatRoomJabberImpl.smackRoleToScRole() utility method public.paweldomas2014-11-201-1/+1
|/
* Fixes an issue with inviting contacts to one-to-one chat that creates chat ro...hristoterezov2014-05-151-34/+4
* Fixes updating offline status for private messaging contacts (when locally le...Damian Minkov2014-05-121-7/+12
* Fixes banning chat room members.Damian Minkov2014-03-251-1/+3
* Unescapes xml escaped names (can display &apos.. for chat room members in the...Damian Minkov2014-03-041-1/+2
* Adds option to edit members list for room, available for administrators and r...Damian Minkov2014-02-131-0/+47
* Fixes possible memory leak in the chat rooms when the user leaving or destroy...hristoterezov2014-02-121-1/+14
* Implements destroy chat room functionality. Adds destroy chat room button and...hristoterezov2014-02-121-0/+20
* Handles protocol events for destroyed rooms and displaying the reason if any.Damian Minkov2014-02-071-2/+30
* Fixes delivering errors for chat room messages.Damian Minkov2014-02-071-3/+3
* Removes some whitespaces.Damian Minkov2014-02-041-52/+48
* Fixes NPE when leaving chat room and the provider is missing telephony Operat...Damian Minkov2014-02-041-5/+6
* 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