Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-11-13Updates to version 0.5.1...plugins, features, and update sitesslewis1-1/+1
2005-11-01Changed plugin, feature, and update site version numbers over to 0.5.0 (from ...slewis1-1/+1
2005-10-29Removed static variable declaration that was not being usedslewis1-3/+1
2005-10-22Added JoinGroupWizard and JoinGroupWizardPage to ui plugin. Fixed problem wi...slewis1-1/+3
2005-10-18Added support for SSL XMPP connectionslewis8-8/+210
2005-10-14Fixes for xmpp im and chat clean up issues.slewis3-136/+183
2005-10-14Fix for bugs listed in #112597: https://bugs.eclipse.org/bugs/show_bug.cgi?i...slewis5-39/+42
2005-10-13Fixes to names of providers for clarity. Added scroll bars to ChatRoomViewslewis1-1/+1
2005-09-06Fix for smack lib throwing IllegalStateExceptions rather than XMPPExceptions ...slewis2-5/+22
2005-09-06Fixed bug in creation of xmpp room idsslewis2-6/+11
2005-09-05Fix for problem handling XHTML extension messages in xmpp pluginslewis1-0/+4
2005-09-04Updates to feature.xml for 0.4.0 build. Plugins and features for update site ...slewis2-4/+8
2005-09-03Added chat membership eventslewis3-21/+81
2005-09-02Updates to feature.xml and plugin.xml filesslewis2-9/+7
2005-09-01Removed superfluous dependencies (org.junit in org.eclipse.ecf.provider.xmpp ...slewis1-1/+0
2005-08-30Modified behavior of ChatRoomSelectionDialog so that it presents all rooms fo...slewis1-2/+8
2005-08-30Fixes for strange reporting of connect failureslewis2-15/+1
2005-08-30Removed bogus spamslewis1-1/+0
2005-08-30Improved debug output, modified PresenceContainerUI class to handle connectin...slewis2-37/+26
2005-08-29Updates to plugin.xml to move all features and plugins to 0.4.0slewis1-1/+1
2005-08-29Changes to accomodate display and chat for multiple accountsslewis1-2/+4
2005-08-28Added/tested support for google (gmail.com) service...works!slewis2-3/+20
2005-08-28Updates to 2.0.0 of Jive Smack Librariesslewis3-0/+0
2005-08-28Added invitation listener and presence listener for xmpp chat roomslewis5-58/+497
2005-08-27Added chat interfaces to presence API pluginslewis2-2/+34
2005-08-26Minor refactoring of xmpp provider pluginslewis5-27/+31
2005-08-25Change to handle packets with extensionslewis2-20/+52
2005-08-25Change to prevent chat room id from appearing in buddy listslewis1-0/+14
2005-08-23Added handling of chat room creation for xmpp providerslewis5-66/+254
2005-08-22Added XMPPRoomID XMPPRoomNamespace and added code to XMPPGroupChatSOContainerslewis1-1/+1
2005-08-22Added XMPPRoomID XMPPRoomNamespace and added code to XMPPGroupChatSOContainerslewis6-22/+135
2005-08-22Added XMPPRoomID XMPPRoomNamespace and added code to XMPPGroupChatSOContainerslewis1-0/+29
2005-08-22Added documentation, regenerated javadocsslewis2-8/+0
2005-08-21Added getConnectNamespace() to ISharedObjectContext so that shared objects wo...slewis11-28/+64
2005-08-18Merged in changes from Boris Bokowski along with own changes to APIslewis1-17/+15
2005-08-18Changed IContainer.joinGroup to IContainer.connect, IContainer.leaveGroup to ...slewis7-68/+55
2005-08-17Changed implementations of getAdapter() to conform to what the Javadoc saysbbokowski1-5/+4
2005-08-15Removed integer waittime from IContainer.disposeslewis2-6/+6
2005-08-14Added IIdentifiable to interfaces extended by IContainer.slewis1-3/+3
2005-08-03Removed SharedObjectContainerDescription and SharedObjectContainerInstantiati...slewis2-10/+12
2005-08-02Changes for support of new ContainerFactoryslewis2-8/+9
2005-07-10Updated documentation. Changed plugin version numbers to 0.3.3slewis1-1/+1
2005-07-09Changed IDFactory.makeID() API to be: IDFactory.getDefault().makeID(). Upda...slewis5-10/+10
2005-07-05API Change. Modified ISharedObjectManager.addSharedObject and ISharedObjectM...slewis2-2/+2
2005-07-02Updates for 0.3.2 buildslewis2-8/+5
2005-07-011) Added IContainer super interface for ISharedObjectContainer. Moved up joi...slewis1-24/+6
2005-06-18Fixes for compiler warningsslewis9-47/+27
2005-06-18Updated versions from 0.3.0 to 0.3.1slewis1-1/+1
2005-06-14Changed default timeouts to 30000ms (rather than 10000ms) for all providers (...slewis1-1/+1
2005-06-01Updated version numbers to 0.3.0slewis1-1/+1

Back to the top