Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-02-14Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=392664slewis1-27/+69
2009-11-04Updates to use smack 3.1.0 library rather than 2.2.0slewis1-67/+100
2009-08-20 patch from bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=286934 applied.slewis1-7/+78
2009-06-24Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=280601v20090624-0800slewis1-1/+1
2009-02-12Removed IAsyncResult/ICallable/AsyncResult from core.util and replaced with I...slewis1-57/+37
2009-01-26[bug:256696] adding user search API on HEADmmayworm1-160/+50
2008-11-25Yet another fix for bug 246155slewis1-51/+160
2008-11-02Fix for bug 246155.slewis1-90/+236
2008-10-30Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=246155slewis1-7/+2
2008-10-29Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=246155slewis1-1/+16
2008-09-12additional fixes for escape char outputslewis1-3/+4
2008-09-11Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=247039slewis1-4/+11
2008-06-11Fix for bugs 236318, and 236568.v20080611-1514slewis1-2/+8
2008-03-10Fix for bug 221053slewis1-4/+7
2007-10-26Fixed errors in javadocsslewis1-221/+144
2007-09-12Changed name of AsynchResult to AsyncResult. Abstracted public API for Async...slewis1-9/+10
2007-08-05Cleanup of variable names for consistency and simplification of notifying code.slewis1-17/+33
2007-07-22Improved performance of initial connection by loading avatars in separate thr...slewis1-10/+62
2007-07-22Added support for IPresence.getPictureData for XMPP. As per bug https://bugs...slewis1-13/+114
2007-05-15Checking in changes/additions to hyperlink detectorslewis1-2/+2
2007-05-04Small additions for url sharing. Also added synchronization primitives for x...slewis1-36/+45
2007-05-02Simplification of AsynchConnectContainerAction, change of wizards to use. Ad...slewis1-8/+14
2007-04-28Refactor of xmpp provider so that xmpp provider ui can access XMPPContainer a...slewis1-0/+1
2007-04-17Renamed IRosterUpdateListener to IRosterListener. Moved methods from IPresen...slewis1-7/+10
2007-04-17Removed IPresenceListener.handleRosterUpdate(IRosterItem)slewis1-1/+1
2007-04-16Fix for deadlock problem on roster entry removeslewis1-20/+22
2007-04-12Added PresenceListener inner class to MultiRosterView so that entry addition ...slewis1-1/+1
2007-04-08Only fire listeners if something actually happened to the IRosterItem.rsuen1-4/+4
2007-04-08Initialize roster-related fields in the constructor so that we have valid par...rsuen1-3/+4
2007-04-06Added IRoster.getPresenceContainerAdapter() and IRosterItem.getRoster()slewis1-1/+1
2007-04-03Notify IRosterUpdateListeners of roster changes.rsuen1-12/+19
2007-04-03Applied patch for bug #180700slewis1-12/+23
2007-03-22Removed toXML calls for iq events to avoid smack bugslewis1-1/+1
2007-03-21Added using jobs api for outgoing file transfer handling. Added IIncomingFil...slewis1-22/+37
2007-02-09Fix for roster list showing username rather than actual person nameslewis1-2/+2
2007-01-22Checked in v2.2.1 of smack api. Also changed IRosterItem.getParent() to retu...slewis1-2/+2
2006-12-31Documentation and formatting updatesslewis1-0/+12
2006-12-31Move to use new xmpp provider and eliminate deprecated usageslewis1-23/+80
2006-12-30Removal of deprecated API in org.eclipse.ecf.presenceslewis1-0/+26
2006-12-30Removed deprecated interfaces in presence APIslewis1-94/+4
2006-12-30Added support for presence properties handling in xmpp providerslewis1-23/+42
2006-12-30Added support for presence properties handling in xmpp providerslewis1-7/+29
2006-12-29Added support for xhtml chat messages. And smack-based implementation.slewis1-1/+6
2006-12-29Added handling of vcard-temp:x:update namespace for smack extension provider....slewis1-6/+18
2006-12-28Changed package names for xmpp provider to *.internal.*slewis1-0/+733

    Back to the top