Commit Graph

504 Commits (23763112c709a7037bd31c305c5a32a34708a3bf)

Author SHA1 Message Date
Werner Dittmann 73cf690b04 Cleanup PropertyChangeEvent stuff
16 years ago
Damian Minkov cc5e956a87 Dispatch system messages coming in jabber chat rooms. Message history ignore non conversations in multi-chats. Jabber multi chat tests ignore auto generated room system messages.
16 years ago
Damian Minkov b841366922 Implement Always trust mode for verifying certificates, and enable the mode for tests.
16 years ago
Yana Stamcheva bfdc99f475 - Fixes issue #780 (Online contact not displayed in the contact list).
16 years ago
Valentin Martinet ad58c334cd Moved Yahoo account 3 registration in ad-hoc MUC tests.
16 years ago
Valentin Martinet 4a9c6c769d Moved AuthHandler into dedicated class (code redundancy--).
16 years ago
Valentin Martinet 505e6198d4 Forgot to remove useless code.
16 years ago
Valentin Martinet d303e5e0b1 - Avoid code redundancy by moving SecurityAuthorityImpl
16 years ago
Damian Minkov 5b1ed4c3a8 Enable presence in sip tests and force use of PA when testing.
16 years ago
Valentin Martinet ee7a1a6a25 - Moved setUserRole() to setLocalUserRole()
16 years ago
Valentin Martinet 4ee7bef666 Add unit tests for Yahoo! ad-hoc multi-user chat (but not enabled yet).
16 years ago
Valentin Martinet 24038c7b17 Added unit tests for MSN ad-hoc multi-user chat.
16 years ago
Valentin Martinet d92b387243 - Changed createAdHocChatRoom(*, List<Contact>, *) to createAdHocChatRoom(*, List<String>, *)
16 years ago
Damian Minkov 030f0ea5b3 Enable sip tests, telephony and messaging (without presence).
16 years ago
Valentin Martinet b3f0fdcdea Adds a missing header.
16 years ago
Valentin Martinet 6c62675ac2 Compare invitees bare adress in testInviteJoin & testInviteReject using StringUtils.parseBareAdress.
16 years ago
Damian Minkov 6af7a43c06 Again enable sip tests.
16 years ago
Damian Minkov 5662485c70 Enable sip tests.
16 years ago
Lyubomir Marinov b917bbc4bd Fixes warnings
16 years ago
Lyubomir Marinov df7dc66cb5 Fixes warnings.
16 years ago
Lyubomir Marinov dfb0c91c94 Commits the patch of Sebastien Vincent provided on the dev mailing list in an e-mail with the subject "[Patch] Warnings" which fixes multiple warnings about unnecessary casts, missing or incorrect javadocs.
16 years ago
Lyubomir Marinov f21f8cc962 Fixes warnings
16 years ago
Damian Minkov 2ebeeff170 Return tha failing tests and fix them - a problem removing user from group.
16 years ago
Damian Minkov 363fb09ca0 Temporally disable the failing test till fix it.
16 years ago
Damian Minkov a7493d9876 Fix a bug in Msn Filetransfer preventing NullPointerException. And tests to recreate needed contacts for filetransfer tests.
16 years ago
Emil Ivov c8f81f8353 Javadoc fixes. Removes a few warning. Moves code from CallSipImpl to CallPeerSipImpl
16 years ago
Yana Stamcheva 80f7da8aaa - Enables multiple line selection in the default contact list.
16 years ago
Lyubomir Marinov dc5ce7cef5 Commits the patch of Sebastien Vincent provided on the dev mailing list in an e-mail with the subject "[sip-comm-dev] [Patch] Fix warnings".
16 years ago
Damian Minkov 37dc57803f Fixing filetransfer tests. Problem waiting for receiving event, stop waiting on receiving the first event. Some formatting.
16 years ago
Lyubomir Marinov a6c3303f88 Fixes warnings, mostly ones related to raw-type uses.
16 years ago
Damian Minkov 56d1ca85b6 Filetransfer tests fix: Increase interval for waiting event(when last test failed the event was received 100ms after we stopped waiting).
16 years ago
Lyubomir Marinov c7e4952a8f Commits the second patch of Sebastien Vincent in the dev mailing list thread "Fix lot of warnings in the code" which fixes multiple compiler warnings.
16 years ago
Lyubomir Marinov 400fe1b68b As my day went into warnings, fixes more warnings about raw-type uses.
16 years ago
Lyubomir Marinov f837057d33 Commits the last part of the patch provided by Sebastien Vincent on the dev mailing list in an e-mail with the subject "Fix lot of warnings in the code" which fixes warnings in the test directory.
16 years ago
Werner Dittmann 63cdcff185 Integrate the second big patch for OTR. With this patch all the required GSoC functions are available. Second commit.
16 years ago
Werner Dittmann fc523c0794 Integrate the second big patch for OTR. With this patch all the required GSoC functions are available.
16 years ago
Damian Minkov d45dd664c9 Trying to fix build. Wait more for cancel events while transfering and put some logging to track the problem.
16 years ago
Damian Minkov 057fd9f385 Msn Filetransfer and tests.
16 years ago
Romain Kuntz 503135a31b [growl integration] New methods for the systray service:
16 years ago
Emil Ivov 41add54fd4 Renames occurrences of callParticipant to callPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
16 years ago
Emil Ivov 88753222cc Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
16 years ago
Emil Ivov 1bcc36b449 Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
16 years ago
Emil Ivov 15b312cf97 Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
16 years ago
Emil Ivov 3f7d9ddd26 Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
16 years ago
Emil Ivov 39f039f526 Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
16 years ago
Emil Ivov 4884f5a92b Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
16 years ago
Lyubomir Marinov 78041d3755 Take two at fixing the failing Jabber account uninstallation test this time pretty much forcing the XML store on the ConfigurationService implementation because the configuration tests write the configuration file in XML format on their own, without the ConfigurationService implementation.
16 years ago
Lyubomir Marinov 75e6e6d036 Fixes the unit tests of the ConfigurationService broken by the previous commit.
16 years ago
Lyubomir Marinov e1d01dd9a0 Fixes a few raw-type warnings.
16 years ago
Yana Stamcheva c98f98655f - Some improvements in "feature" introducing in Jabber.
16 years ago
Damian Minkov 425a1abaf8 Change event to canceled. Adding filetransfer tests and for icq protocol, but still not activate them.
16 years ago
Emil Ivov 55812ee9d4 Disables a regularly failing test on xmpp room subjects until we have a proper implementation
17 years ago
Lyubomir Marinov 776554eac4 - Integrates the Facebook protocol developed by Dai Zhiwei as part of Google Summer of Code 2008 in trunk.
17 years ago
Emil Ivov 48869d0f22 converts tabs to spaces in a number of classes
17 years ago
Damian Minkov 5d70236c72 Add filetransfer for icq protocol. Implement new request canceled event in tests and in yahoo protocol.
17 years ago
Yana Stamcheva 41f655c482 File transfer related changes as follows:
17 years ago
Damian Minkov 2ee11ac204 Disable test by not adding it in test suite.
17 years ago
Damian Minkov b6f370cbcf Disable regulary failing test about changing nickname for jabber multichat.
17 years ago
Damian Minkov 0ebdce1c36 Add filetransfer for yahoo and generic filetransfer tests - enabled for jabber and yahoo.
17 years ago
scmerger 2b421442c1 Merge branch '1.0-local' into trunk-local
17 years ago
Damian Minkov b4af204401 Add file transfer event for rejected incoming files, update file history and reflect changes in gui.
17 years ago
Damian Minkov 1abffe4b45 Fixing tests.
17 years ago
Damian Minkov 4cd35690f4 Fixing build. Wrong file location.
17 years ago
Damian Minkov 67bccdb603 Add Metahistory tests.
17 years ago
scmerger 6f2d6a115b Merge branch '1.0-local' into trunk-local
17 years ago
Damian Minkov e18da12eb0 Trying to fix often failing test testRoomSubject for jabber.
17 years ago
Lyubomir Marinov 3563fa97f6 Commits into trunk the changes of r5345, r5346 and r5352 which fix warnings in branches/1.0.
17 years ago
Emil Ivov 896bf47772 Fixes raw type warnings (Part of issue #637).
17 years ago
Lyubomir Marinov 8668a569e8 Fixes issue #542 (Notifications for conversations in chat rooms are not) and issue #642 (IRC treats ChatRoomMember as ChatRoom).
17 years ago
Werner Dittmann eed6441e21 Fix raw-type warnings.
17 years ago
Emil Ivov a0c5f9fb3d Fixes Eclipse warnings as a part of issue #637. There's more work on some of these classes but I need to go to bed now :).
17 years ago
Symphorien Wanko 3a233b9450 memberkick an memberban tests should work now
17 years ago
Symphorien Wanko c5ee116d19 disable failing tests
17 years ago
Symphorien Wanko 40f01c424c complete OperationSetMultiUserChat and ChatRoom tests
17 years ago
Symphorien Wanko 9fd6a51a96 additional checks for testInviteJoin
17 years ago
Symphorien Wanko 48a1233997 fix testNickName() test
17 years ago
Symphorien Wanko deb7c87830 using another method to get members count in a room in testInviteJoin()
17 years ago
Symphorien Wanko 68312559fe also disable testNickName
17 years ago
Symphorien Wanko cb5f46e009 temporarily disable failing test
17 years ago
Symphorien Wanko 24382db153 minor cosmetic changes: fixed some comments and indentation
17 years ago
Symphorien Wanko 046d962760 add some tests for jabber MUC
17 years ago
Yana Stamcheva cb37e61d02 Some enhancements on fancy systray tooltips, including:
17 years ago
Symphorien Wanko fecc1bc966 enhancements to the swing popup notification, new behavior for the trayicon, minors code tweak
17 years ago
Symphorien Wanko ff8ec3ad3f swing based popup notifications with tests for the PopupMessage interface.
17 years ago
Symphorien Wanko 07a483c148 undo previous commit since cruisecontrol fails
17 years ago
Symphorien Wanko 2d81282722 swing based popup notifications with tests for the PopupMessage interface.
17 years ago
Lyubomir Marinov 3780cb36d9 Removes unused Logger instances (and thus resolves the warnings about them as well).
17 years ago
Emil Ivov 3f5206ff01 Commits patches for the following issues:
17 years ago
Lyubomir Marinov 331d75a93a Eliminates duplication of ProtocolProviderService.getOperationSet() and .getSupportedOperationSets() for all protocol implementations by moving the implementations into AbstractProtocolProviderService. Uses .getOperationSet() instead of .getSupportedOperationSets() where appropriate in order to produce less garbage (due to Hashtable cloning).
17 years ago
Lyubomir Marinov f6148f576c Fixes warnings about unused imports.
17 years ago
Lyubomir Marinov 0a2aa6c723 Fixes warnings.
17 years ago
Damian Minkov 09cce621a1 Disable video support during tests.
17 years ago
Lyubomir Marinov a376ea4cde Moves PropertyChangeListener/Event from .configuration.event to .util because they're generic and of interest to other use cases.
17 years ago
Brian Burch 4282316384 use properties to define slickless tests to be executed and let them be run under felix, or simply under junit
17 years ago
Lyubomir Marinov 7268bab867 Fixes TestFailSafeTransaction to not rely on the system charset i.e. take the possible different between String.getBytes().length and String.length() into account.
17 years ago
Emil Ivov c3929a69a7 Better handling for changes in the persistent data of a contact.
17 years ago
Lyubomir Marinov a1801e9f3c Attempts the fix the tests broken when the loading of the stored accounts was moved into a background thread.
17 years ago
Emil Ivov 80dbccb9c8 Adds the possibility to register for RSS feeds passed as invokation parameters
17 years ago
Lyubomir Marinov a874a33a1a Applies a patch by Sébastien Mazy which fixes a type - replaces addSubsciptionListener with addSubscriptionListener.
17 years ago
Lyubomir Marinov 2cb40da4ee Tries to fix the tests which didn't take the encoding into account and started failing after the OperationSetBasicInstantMessaging started looking at the encodings.
17 years ago
Lyubomir Marinov 7562dd0052 Attempts to fix the problem of writingcyrillic text (it's just an example but it should happen with other encodings as well) and sending ??? instead and receiving cyrillic text which should be displayed correctly but is instead displayed as ???.
17 years ago
Lyubomir Marinov 3eaed2f557 Fixes warnings from the Potential Programming Problems category of Eclipse SDK: access to references known to be null and assignments with no effect.
17 years ago
Emil Ivov a05f42827f Stop sending typing notifications through the XEP-0022 mechanism as we now handle them through XEP-0085 and having both is redundant and causes our XMPP unit tests to fail.
17 years ago
Emil Ivov 090f7637b2 Implemented support for XEP-0085 - Typing notifications with jabber.
17 years ago
Lyubomir Marinov bbfcbea0ec Transfers a Call upon receiving a REFER request. The new Call being referred to/created as part of the transfer is still not displayed in the UI.
17 years ago
Damian Minkov 6dd45adb2c Initial support for Msn protocol version up to 15.
18 years ago
Emil Ivov a2491f9b12 Committing the on hold patch from Lubomir Marinov
18 years ago
Emil Ivov 11ecd5fae5 Add support for the XA XMPP status and fixed (I hope) the build.
18 years ago
Emil Ivov ed66fc9d45 Adding a GoogleTalk Wizard (Contributed by Lubomir Marinov)
18 years ago
Damian Minkov 107891b595 Add details to metacontact.
18 years ago
Yana Stamcheva 12f1596096 - setEditableUserName, isEditableUserName methods added to enable protocols to specify if the user name is editable through login.
18 years ago
Benoit Pradelle ffd5c40f70 convert some tabs in spaces
18 years ago
Benoit Pradelle 4d617393dc Fix some problems with message encoding
18 years ago
Damian Minkov 9123fe0bfe 1. Fix : Storage thread in some conditions is not started and contactlist is not saved
18 years ago
Damian Minkov 7c1212b670 Change configuration tests to see if configuration home directory name has changed through system property
18 years ago
Damian Minkov 06716be04f temporaly remove status message for the first status change , to see will the build failed again
18 years ago
Damian Minkov fcbf88a4fb fix yahoo statuses
18 years ago
Damian Minkov 1d4595529e felix 1.0.1
18 years ago
Thomas Hofer 1de3329fd5 removed .cvsignore-files as they are no longer needed [we are using subversion nowadays]
18 years ago
Benoit Pradelle acd777f360 Moved FailSafeTransactions to the fileaccess bundle.
18 years ago
Benoit Pradelle 7c550c0c7b - Add the failsafe transaction utility and its test case
18 years ago
Emil Ivov b95fb1d2d9 loosen test condition a little bit. allow for more than 2 unregistration events
18 years ago
Benoit Pradelle 3ce23a1e74 Added the Rss tests, written by Mihai Balan
18 years ago
Symphorien Wanko 128f1285f6 Jabber telephony tests. Not yet activated due to pending bugs in the lib
18 years ago
Emil Ivov d40aad5862 Fixing a long standing problem with the meta contact list tests. The meta contact list tests are enabled again.
18 years ago
Emil Ivov ede3b19533 unused
18 years ago
Emil Ivov d2b04d0483 do not send test messages to contacts not in our list
18 years ago
Damian Minkov bbe43966ff 1. Installers now include all bundles in lib/bundles except junit.
18 years ago
Benoit Pradelle d8c4b9f96a new SIMPLE status (online, away, busy, on the phone and offline) + still trying to reduce the abnormal test failures
19 years ago
Benoit Pradelle 28633e9767 (trying to) fix some problems with the SIMPLE test cases on cruise control
19 years ago
Benoit Pradelle 16be6528f9 fixes an error in the construction of the presence document
19 years ago
Benoit Pradelle dfb31058a4 add the test cases for SIMPLE
19 years ago
Benoit Pradelle 906bb771d5 SIMPLE alpha 1
19 years ago
Damian Minkov 845d734242 1. Multi chat message history
19 years ago
Benoit Pradelle a3c946c2e3 Activate the test case for the SIP IM with some corrections to make it more stable.
19 years ago
Damian Minkov 6ab8152b3a Move SIP TestOSBIM from src to test folder.
19 years ago
Emil Ivov a11967e5cc added a method that clears the contact list (by Benoit Pradelle)
19 years ago
Yana Stamcheva f1370f24e4 fix multi chat implementation
19 years ago
Damian Minkov 81e83a6eb4 Retry QueryContactStatus on fail.
19 years ago
Martin Andre 3201213ff4 Activation of test cases for SIP IM OpSet by Benoit Pradelle.
19 years ago
Martin Andre 2370ace838 Commited testcases for SIP IM OpSet by Benoit Pradelle.
19 years ago
Emil Ivov ec6caceb56 Committing geolocation for Jabber from Guillaume Schreiner - Louis Pasteur University, France
19 years ago
Emil Ivov a29e2cd380 Committing geolocation for Jabber from Guillaume Schreiner - Louis Pasteur University, France
19 years ago
Damian Minkov e77d9a873a Some test improvements.
19 years ago
Damian Minkov 1b9e946d6f Add debug before query msn contact status.
19 years ago
Emil Ivov 6e1c8a1763 commit the multi user chat slick
19 years ago
Damian Minkov 66610b1d3e Add log for GroupChangeCreator wait.
19 years ago
Damian Minkov de7e67c9c0 Change in yahoo status in tests.
19 years ago
Damian Minkov c2d09bdf4d Added AIM icons
19 years ago
Damian Minkov 3d57bd8438 Icq message encoding.
19 years ago