aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/jabber/OperationSetBasicInstantMessagingJabberImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Updates the license headers.Damian Minkov2015-07-201-2/+13
* Initializes additional message extensions/services in separate thread to avoi...Damian Minkov2015-02-121-28/+41
* Support type=error without the an error elementIngo Bauersachs2014-11-251-10/+19
* Fixes possible NPE if OperationSetMultiUserChat is disabled for xmpp provider.Damian Minkov2014-11-041-13/+13
* Initial support for updated otr4j with support for outgoing message fragmenta...Danny van Heumen2014-09-301-41/+40
* Adds from and type attributes to the message XMPP packets.hristoterezov2014-05-291-0/+2
* Changes the visibility modifier of the method that generates thread IDs for XMPPhristoterezov2014-05-291-1/+1
* Removing Smack ChatManager, Chat and ChatStateManager objects from our code a...hristoterezov2014-05-291-178/+123
* Fixes issue with sending chat messages using wrong resource ID.hristoterezov2014-05-271-2/+2
* Reuses xmpp chat thread ids when sending messages.Damian Minkov2014-03-291-16/+37
* Prints friendly message when user has its voice revoked and tries to send a m...Damian Minkov2014-03-251-0/+7
* Fixes delivering errors for chat room messages.Damian Minkov2014-02-071-0/+28
* Implements XEP-0280 (message carbons).hristoterezov2014-01-271-26/+167
* Changes xmpp typing info behavior. Does not send typing info if we haven't se...Damian Minkov2014-01-141-10/+23
* Fixes a problem that caused inability to encrypt corrected messages with OTRMarin2014-01-141-3/+4
* Adds the ability for the OTR plugin to work with Jabber resourcesMarin2014-01-101-3/+3
* Fixes HTML being shown in OTR messagesMarin2014-01-061-4/+6
* Fixes last message correction when OTR is enabledMarin2014-01-021-0/+17
* Improves send sms functionality, updates icons.Damian Minkov2013-11-151-4/+24
* Add placeholders and fix spelling miskatesIngo Bauersachs2013-11-071-4/+6
* Implements private messaging chats.hristoterezov2013-09-241-11/+28
* Fixes receiving messages from contacts that are not from our contact list. Us...Damian Minkov2013-07-221-1/+1
* Improves the IM resource management: fall back to the bare ID when the remote...Vincent Lucas2013-06-071-0/+10
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-231-3/+6
* Implements a more robust contact resource status update mechanism.yanas2013-04-261-1/+1
* Adds the possibility to send message or call a specific contact resource (Req...Yana Stamcheva2013-04-241-8/+52
* Log dates in all history files as ISO 8601 with timezoneIngo Bauersachs2013-04-071-4/+4
* Checks XMPP messages for delay tags (XEP-0091 or XEP-0203) and changes their ...Boris Grozev2012-12-211-1/+14
* Adds last message correction functionality. Implementation provided by Ivan V...Yana Stamcheva2012-07-121-22/+91
* Updates keepalive implementation to detect uplink drops. Use of XEP-0199 xmpp...Damian Minkov2011-12-061-229/+0
* Create Jabber keepalive timer on demandIngo Bauersachs2011-11-171-5/+10
* Fixes slow sending of jabber messages.Damian Minkov2011-10-211-2/+41
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
* Ongoing work on Google Talk voice support.Sebastien Vincent2011-06-091-1/+2
* Show connecting status during reconnects.Damian Minkov2011-05-261-1/+2
* Windows icon with higher resolution.Damian Minkov2010-11-091-0/+15
* Adds javadocs, fixes warnings.Lyubomir Marinov2010-09-231-4/+4
* Fixes two NullPointerExceptions in the presence and instant messaging Operati...Lyubomir Marinov2010-08-181-22/+14
* Merge latest patch sent to dev mailinglist with subject "XCAP tests" which re...Damian Minkov2010-08-161-1/+1
* Jabber protocol now can be invited to gtalk chat rooms and can create such by...Damian Minkov2010-08-061-0/+7
* Introduces an initial implementation of OperationSetContactCapabilities for J...Lyubomir Marinov2010-07-281-17/+23
* Increase the priority of speex wideband codecs. Fix some NPE in jabber and cl...Damian Minkov2010-07-131-2/+9
* Add some cleanups on unregistering jabber provider and remove some possible m...Damian Minkov2010-07-081-0/+6
* Update smack library to latest svn version.Damian Minkov2010-07-071-1/+1
* - Trying to fix duplicating jabber messages.Damian Minkov2010-07-061-1/+17
* Removing non-ascii symbolsEmil Ivov2010-07-051-1/+0
* Ongoing work on the Jingle implementationEmil Ivov2010-07-051-1/+1
* Fix jabber keepalive thread to change state and not trigger re-registering.Damian Minkov2010-05-311-3/+9
* Fix another bunch of unguarded logger.{debug,info,trace} calls.Werner Dittmann2010-05-301-14/+28
* Fix jabber to receive early server messages (facebook sending system messages...Damian Minkov2010-03-231-2/+4