aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/jabber/OperationSetPersistentPresenceJabberImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Fires resources events when connection failed and all contacts are going to o...Damian Minkov2014-01-071-57/+49
* Prevent deadlock if a XMPP certificate validation failsIngo Bauersachs2013-12-211-3/+7
* Adds some helper methods in xmpp protocol and a NPE check.Damian Minkov2013-11-251-1/+3
* Fixes working with server-side readonly groups (shared groups in OF), handles...Damian Minkov2013-11-191-0/+8
* Improves send sms functionality, updates icons.Damian Minkov2013-11-151-0/+9
* Handles early xmpp subscribe requests.Damian Minkov2013-10-251-77/+146
* Fixes leaking Roster instances as we create the Roster once it was cleared wh...Damian Minkov2013-10-171-0/+25
* Fixes a problem with updating resource priorities. Updates contactlist items ...Damian Minkov2013-10-071-7/+28
* Fixes some problems with updating resources mobile indicator.Damian Minkov2013-10-071-1/+10
* Adds mobile flag to the ContactResource.Damian Minkov2013-10-071-5/+6
* Moves updating jabber contact resources to the presence operation set.Damian Minkov2013-10-071-2/+108
* Adds mobile indicator icon next contacts when there are detected to be logged...Damian Minkov2013-10-031-0/+5
* Implements private messaging chats.hristoterezov2013-09-241-1/+42
* Fixes receiving messages from contacts that are not from our contact list. Us...Damian Minkov2013-07-221-2/+12
* Changes xmpp priority to be dependent on the presence status. Default values ...Damian Minkov2013-06-251-24/+126
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-231-2/+6
* Implements a more robust contact resource status update mechanism.yanas2013-04-261-2/+2
* Adds the possibility to send message or call a specific contact resource (Req...Yana Stamcheva2013-04-241-2/+6
* Fixes a mistake in the code dealing with the timer which tracks the call dura...Lyubomir Marinov2013-03-111-4/+3
* Fixes code formatting (lines going beyond column 80)Emil Ivov2012-11-061-1/+3
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-1/+2
* Adds status icon in front of auto answer items to easily detect when it is en...Damian Minkov2012-06-281-1/+2
* Uses info retriever for retrieving contact avatar, to avoid possible duplicat...Damian Minkov2012-06-141-2/+5
* Updates display names when changed at server-side.Damian Minkov2012-04-211-18/+34
* - Allows the neomedia bundle to function even when the PortAudio native libra...Lyubomir Marinov2012-03-211-3/+2
* Corrects a null pointeur exception, which occurs while trying to check the cu...Vincent Lucas2012-03-201-39/+52
* Improves the remove avatar image functionnality:Vincent Lucas2012-03-141-0/+169
* Fixes processing jabber presences and displaying online contacts even if slow...Damian Minkov2012-02-211-1/+41
* Makes sure we listen for events of protocol factories registered to collect l...Damian Minkov2012-02-081-5/+2
* Fixes leak of threads reported by Ingo and fixes memory leak of XMPPConnectio...Damian Minkov2012-02-011-6/+4
* Resolves a problem with jabber contact list if server replay is delayed. Enab...Damian Minkov2012-01-181-8/+64
* Updates keepalive implementation to detect uplink drops. Use of XEP-0199 xmpp...Damian Minkov2011-12-061-13/+20
* Fixes a problem with duplicating jabber contacts when adding them after grant...Damian Minkov2011-12-011-2/+1
* Fixes some issues with jabber statuses and priority of resources.Damian Minkov2011-11-041-11/+8
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
* FIxes facebook and google talk accounts.Yana Stamcheva2011-06-221-1/+2
* Adds on the phone status to jabber protocol.Damian Minkov2011-06-221-2/+22
* Prevent deadlock when reconnecting icq protocol.Damian Minkov2011-05-271-2/+2
* Rename protocol contacts where possible.Damian Minkov2011-04-191-0/+21
* Reflect contact capabilities in call history.Sebastien Vincent2010-12-161-11/+17
* When calling a contact that has multiple resources, choose the one that has t...Sebastien Vincent2010-12-011-13/+22
* Fix when removing jabber contacts and operation fails inform user and stop an...Damian Minkov2010-08-271-1/+7
* Fixes two NullPointerExceptions in the presence and instant messaging Operati...Lyubomir Marinov2010-08-181-30/+58
* Merge latest patch sent to dev mailinglist with subject "XCAP tests" which re...Damian Minkov2010-08-161-1/+1
* Introduces an initial implementation of OperationSetContactCapabilities for J...Lyubomir Marinov2010-07-281-18/+32
* Make bundle repository a system bundle and fix jabber tests.Damian Minkov2010-07-161-3/+1
* Jabber fix accepting subscription request in other client while waiting for a...Damian Minkov2010-07-161-29/+38
* Fix some NPEs in jabber provider and fixing build.Damian Minkov2010-07-091-0/+1
* Add some cleanups on unregistering jabber provider and remove some possible m...Damian Minkov2010-07-081-1/+6
* Ongoing work on the Jingle implementationEmil Ivov2010-07-051-1/+1