aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/jabber/OperationSetBasicInstantMessagingJabberImpl.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use service name as the name of the contact for GMail notificationsEmil Ivov2010-03-101-3/+3
* Fix issues with reconnecting some jabber accounts (e.g. after sleeping and re...Damian Minkov2010-02-171-0/+12
* Adds jid tracking to XMPP messaging, so that only the first message in a conv...Emil Ivov2010-01-061-2/+2
* Adds jid tracking to XMPP messaging, so that only the first message in a conv...Emil Ivov2010-01-061-0/+3
* Adds jid tracking to XMPP messaging, so that only the first message in a conv...Emil Ivov2010-01-061-133/+125
* Hacks that try to avoid sending jabber messages to all instances of a contact...Emil Ivov2010-01-061-47/+248
* Removes unnecessary allocations of Boolean and Integer and fixes warnings in ...Lyubomir Marinov2009-09-081-38/+32
* Adds configuration options and localization to the GMail notifications.Emil Ivov2009-09-081-26/+52
* More work on GMail nofitications.Emil Ivov2009-09-081-2/+45
* Completes html generation for new gmail notifications. configuration (on|off)...Emil Ivov2009-09-081-1/+7
* Adds more code that generates HTML descriptions of mail nofitications.Emil Ivov2009-09-081-58/+1
* Adds code for html generation upon new mail notifications from Google.Emil Ivov2009-09-081-1/+11
* Disables Google mail notifications (work in progress) because they are not re...Emil Ivov2009-09-041-1/+1
* More work on Google mail notifications (work in progress)Emil Ivov2009-09-041-8/+66
* Adds SuppressWarnings annotations for legacy codeEmil Ivov2009-09-041-14/+29
* Renames occurrences of callParticipant to callPeer so that it would better re...Emil Ivov2009-09-041-10/+12
* Renames occurrences of callParticipant to callPeer so that it would better re...Emil Ivov2009-09-041-17/+19
* Renames occurrences of callParticipant to callPeer so that it would better re...Emil Ivov2009-09-041-3/+10
* Renames occurrences of callParticipant to callPeer so that it would better re...Emil Ivov2009-09-041-10/+12
* Renames occurrences of callParticipant to callPeer so that it would better re...Emil Ivov2009-09-041-54/+40
* Renames occurrences of callParticipant to callPeer so that it would better re...Emil Ivov2009-09-041-23/+94
* Renames occurrences of callParticipant to callPeer so that it would better re...Emil Ivov2009-09-041-18/+14
* Renames occurrences of callParticipant to callPeer so that it would better re...Emil Ivov2009-09-041-3/+72
* Adds mail notifications for Google mail servers. Patch from Alain Knaebel and...Emil Ivov2009-09-041-57/+84
* Integrate the second big patch for OTR. With this patch all the required GSoC...Werner Dittmann2009-08-261-53/+4
* Integrate OTR and related modifications to crypto stuff.Werner Dittmann2009-08-011-6/+74
* - Integrates the Facebook protocol developed by Dai Zhiwei as part of Google ...Lyubomir Marinov2009-07-231-2/+1
* Commits into trunk the changes of r5345, r5346 and r5352 which fix warnings i...Lyubomir Marinov2009-06-101-5/+7
* Spares conversions between Date and long because they cause a lot of allocati...Lyubomir Marinov2009-03-241-2/+2
* Removes unnecessary fields.Lyubomir Marinov2009-03-021-1/+1
* Fixes invalid xml exception occurring while sending xhtml messages to jabber ...Yana Stamcheva2009-02-251-4/+11
* Optimize HTML2Text to parse html directly through HTMLEditorKit, instead of c...Yana Stamcheva2009-02-241-10/+5
* Fix issue #481(inconsistent history in chat window) caused by body end tag in...Damian Minkov2009-02-231-1/+13
* Eliminates duplication of ProtocolProviderService.getOperationSet() and .getS...Lyubomir Marinov2008-12-091-3/+3
* Attempts to fix the problem of writingcyrillic text (it's just an example but...Lyubomir Marinov2008-08-281-105/+9
* Implemented support for XEP-0085 - Typing notifications with jabber.Emil Ivov2008-08-181-2/+6